Skip to content

Commit

Permalink
Refs #5408. Add tooltips to options that aren't obvious what they do.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Whitley committed May 25, 2012
1 parent db7aadf commit d2008b5
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,9 @@
</item>
<item>
<widget class="QToolButton" name="previousRun">
<property name="toolTip">
<string>Previous run number.</string>
</property>
<property name="text">
<string>...</string>
</property>
Expand All @@ -331,6 +334,9 @@
</item>
<item>
<widget class="QToolButton" name="nextRun">
<property name="toolTip">
<string>Next run number.</string>
</property>
<property name="text">
<string>...</string>
</property>
Expand Down Expand Up @@ -1400,13 +1406,19 @@ p, li { white-space: pre-wrap; }
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_7">
<property name="toolTip">
<string>How should plots be created?</string>
</property>
<property name="text">
<string>Plot Creation:</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_8">
<property name="toolTip">
<string>Make toolbar hidden or visible.</string>
</property>
<property name="text">
<string>Hide Toolbars:</string>
</property>
Expand All @@ -1428,6 +1440,9 @@ p, li { white-space: pre-wrap; }
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_14">
<property name="toolTip">
<string>Hide or show all previous graphs. The connected plot will still be displayed.</string>
</property>
<property name="text">
<string>Hide Previous Graphs:</string>
</property>
Expand Down

0 comments on commit d2008b5

Please sign in to comment.