[us-commits] r2801 - in trunk: gui programs/us_com_project

svn at svn.aucsolutions.com svn at svn.aucsolutions.com
Tue Aug 6 08:51:13 MDT 2019


Author: demeler
Date: 2019-08-06 14:51:11 +0000 (Tue, 06 Aug 2019)
New Revision: 2801

Modified:
   trunk/gui/us_select_item.cpp
   trunk/programs/us_com_project/us_com_project_gui.cpp
Log:
Minor text edits


Modified: trunk/gui/us_select_item.cpp
===================================================================
--- trunk/gui/us_select_item.cpp	2019-08-03 19:48:41 UTC (rev 2800)
+++ trunk/gui/us_select_item.cpp	2019-08-06 14:51:11 UTC (rev 2801)
@@ -126,9 +126,9 @@
        p.setColor(QPalette::Text, Qt::darkRed);
        le_info->setPalette(p);
        
-       le_info->setText(tr( "Information on one or more experimental methods submitted to Bechman Optima(s) is available."
-			    "<ul><li>You can reattach to specific job by selecting from the list below and clicking \"Select Optima Run to Follow\"</ul></li>"
-			    "<ul><li>Alternatively, you can click \"Define Another Experiment\" to design and/or submit a new experiment method to the availabale Optima instrument(s)</ul></li>"
+       le_info->setText(tr( "Information on one or more experimental methods submitted to Beckman Optima AUC Instruments is available."
+			    "<ul><li>You can reattach to a specific job by selecting it from the list below and clicking \"Select Optima Run to Follow\"</ul></li>"
+			    "<ul><li>Alternatively, you can click \"Define Another Experiment\" to design and/or submit a new experimental method to the availabale Optima instrument(s)</ul></li>"
 			    "<ul><li>Finally, records can be deleted (\"Delete Record\"). Use with caution</ul></li>" ));
 
        

Modified: trunk/programs/us_com_project/us_com_project_gui.cpp
===================================================================
--- trunk/programs/us_com_project/us_com_project_gui.cpp	2019-08-03 19:48:41 UTC (rev 2800)
+++ trunk/programs/us_com_project/us_com_project_gui.cpp	2019-08-06 14:51:11 UTC (rev 2801)
@@ -47,9 +47,9 @@
    //QGridLayout* statL     = new QGridLayout();
    //QHBoxLayout* buttL     = new QHBoxLayout();
 
-   gen_banner = us_banner( tr( "TEST PROGRAM, v. 0.1" ) );
+   gen_banner = us_banner( tr( "UltraScan GMP, v. 0.1" ) );
    //gen_banner = new QLabel;
-   //gen_banner->setText("TEST PROGRAM, v. 0.1");
+   //gen_banner->setText("UltraScan GMP, v. 0.1");
    //gen_banner->setAlignment(Qt::AlignCenter);
    //gen_banner->setStyleSheet("background-color: #36454f; color : #D3D9DF;");
    
@@ -62,7 +62,7 @@
    main->addWidget(gen_banner);
 
    welcome = new QTextEdit;
-   welcome->setText(" <br> Welcome to the TEST PROGRAM <br> for setting up, monitoring, editing and analyzing <br> AUC experiments and produced data... <br>");
+   welcome->setText(" <br> Welcome to UltraScan GMP<br> for setting up, monitoring, editing and analyzing <br> AUC experiments and produced data... <br>");
    //welcome->setMaximumHeight(120);
    welcome->setReadOnly(true);
    welcome->setAlignment(Qt::AlignCenter);
@@ -213,9 +213,9 @@
    //QGridLayout* statL     = new QGridLayout();
    //QHBoxLayout* buttL     = new QHBoxLayout();
 
-   gen_banner = us_banner( tr( "TEST PROGRAM, v. 0.1" ) );
+   gen_banner = us_banner( tr( "UltraScan GMP, v. 0.1" ) );
    //gen_banner = new QLabel;
-   //gen_banner->setText("TEST PROGRAM, v. 0.1");
+   //gen_banner->setText("UltraScan GMP, v. 0.1");
    //gen_banner->setAlignment(Qt::AlignCenter);
    //gen_banner->setStyleSheet("background-color: #36454f; color : #D3D9DF;");
    
@@ -228,7 +228,7 @@
    main->addWidget(gen_banner);
 
    welcome = new QTextEdit;
-   welcome->setText(" <br> Welcome to the TEST PROGRAM <br> for setting up, monitoring, editing and analyzing <br> AUC experiments and produced data... <br>");
+   welcome->setText(" <br> Welcome to UltraScan GMP<br> for setting up, monitoring, editing and analyzing <br> AUC experiments and produced data... <br>");
    //welcome->setMaximumHeight(120);
    welcome->setReadOnly(true);
    welcome->setAlignment(Qt::AlignCenter);



More information about the us-commits mailing list