mailr19539 - /branches/relax_disp/gui/analyses/auto_relax_disp.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on April 21, 2013 - 15:58:
Author: bugman
Date: Sun Apr 21 15:58:31 2013
New Revision: 19539

URL: http://svn.gna.org/viewcvs/relax?rev=19539&view=rev
Log:
Improvements to the tooltips in the relaxation dispersion analysis frame of 
the GUI.


Modified:
    branches/relax_disp/gui/analyses/auto_relax_disp.py

Modified: branches/relax_disp/gui/analyses/auto_relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/gui/analyses/auto_relax_disp.py?rev=19539&r1=19538&r2=19539&view=diff
==============================================================================
--- branches/relax_disp/gui/analyses/auto_relax_disp.py (original)
+++ branches/relax_disp/gui/analyses/auto_relax_disp.py Sun Apr 21 15:58:31 
2013
@@ -201,13 +201,13 @@
             "cpmg fixed": "CPMG, fixed relaxation time period",
             "r1rho": "R1rho"
         }
-        Text_ctrl(box, self, text="Experiment type:", 
default=table[cdp.exp_type], tooltip="The relaxation dispersion experiment 
type.  This is has been selected in the new analysis wizard and cannot be 
changed.", editable=False, width_text=self.width_text, 
width_button=self.width_button, spacer=self.spacer_horizontal)
+        Text_ctrl(box, self, text="Experiment type:", 
default=table[cdp.exp_type], tooltip="The relaxation dispersion experiment 
type.  This was selected in the new analysis wizard and can no longer be 
changed.", editable=False, width_text=self.width_text, 
width_button=self.width_button, spacer=self.spacer_horizontal)
 
         # Display the data pipe.
         Text_ctrl(box, self, text="The data pipe bundle:", 
default=self.data.pipe_bundle, tooltip="This is the data pipe bundle 
associated with this analysis.", editable=False, width_text=self.width_text, 
width_button=self.width_button, spacer=self.spacer_horizontal)
 
         # Add the results directory GUI element.
-        self.field_results_dir = Text_ctrl(box, self, text="Results 
directory:", icon=paths.icon_16x16.open_folder, default=self.data.save_dir, 
fn=self.results_directory, button=True, width_text=self.width_text, 
width_button=self.width_button, spacer=self.spacer_horizontal)
+        self.field_results_dir = Text_ctrl(box, self, text="Results 
directory:", icon=paths.icon_16x16.open_folder, default=self.data.save_dir, 
tooltip="The directory in which all automatically created files will be 
saved.", tooltip_button="Select the results directory.", 
fn=self.results_directory, button=True, width_text=self.width_text, 
width_button=self.width_button, spacer=self.spacer_horizontal)
 
         # Add the spin GUI element.
         self.add_spin_systems(box, self)
@@ -469,7 +469,7 @@
     """The diffusion model list GUI element."""
 
     # Class variables.
-    desc = "Diffusion models:"
+    desc = "Relaxation dispersion models:"
     models = [
         "R2eff",
         "fast 2-site",
@@ -480,4 +480,5 @@
         "{r2, rex, kex}",
         "{r2, r2a, ka, dw}"
     ]
-    tooltip = "The list of all diffusion models to be optimised."
+    tooltip = "The list of all relaxation dispersion models to be optimised 
as part of the protocol."
+    tooltip_button = "Open the model list selector window."




Related Messages


Powered by MHonArc, Updated Sun Apr 21 16:40:02 2013