diff options
author | Willem Ferguson <willemferguson@zoology.up.ac.za> | 2014-03-04 17:01:18 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-03-04 07:54:52 -0800 |
commit | 851834830447a9dbfec02a6822dd36a1e5796c04 (patch) | |
tree | b68828ab8faaeed16f053cad746a0e08ff7a8d1b /qt-ui | |
parent | 251341013213be909de75ebac19be0ee9e68048d (diff) | |
download | subsurface-851834830447a9dbfec02a6822dd36a1e5796c04.tar.gz |
Reorganise buttons in profile panel
- Move the buttons of the profile window around to have more sane positions.
- All the buttons affecting the ceiling(s) are now grouped together.
- All the buttons affecting the Information Box are now grouped together.
- The previous icon for "Show calculated ceiling" has been reassigned to
"Show all tissues"
- A new stand-in button hav been included for "Show calculated ceiling"
Signed-off-by: Willem Ferguson <willem@willem-Precision-M4700.(none)>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index c6459c703..28f4c816f 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -238,16 +238,19 @@ </widget> </item> <item> - <widget class="QToolButton" name="profMod"> + <widget class="QToolButton" name="profDcCeiling"> + <property name="enabled"> + <bool>true</bool> + </property> <property name="toolTip"> - <string>Enable MOD</string> + <string>Show the DC Reported Ceiling</string> </property> <property name="text"> <string>...</string> </property> <property name="icon"> <iconset resource="../subsurface.qrc"> - <normaloff>:/icon_mod</normaloff>:/icon_mod</iconset> + <normaloff>:/icon_ceiling_dc</normaloff>:/icon_ceiling_dc</iconset> </property> <property name="iconSize"> <size> @@ -264,16 +267,19 @@ </widget> </item> <item> - <widget class="QToolButton" name="profEad"> + <widget class="QToolButton" name="profCalcCeiling"> + <property name="enabled"> + <bool>true</bool> + </property> <property name="toolTip"> - <string>Enable EAD, END, and EADD</string> + <string>Show the Calculated Ceiling</string> </property> <property name="text"> <string>...</string> </property> <property name="icon"> <iconset resource="../subsurface.qrc"> - <normaloff>:/icon_ead</normaloff>:/icon_ead</iconset> + <normaloff>:/icon_ceiling_calculated</normaloff>:/icon_ceiling_calculated</iconset> </property> <property name="iconSize"> <size> @@ -290,19 +296,16 @@ </widget> </item> <item> - <widget class="QToolButton" name="profDcCeiling"> - <property name="enabled"> - <bool>true</bool> - </property> + <widget class="QToolButton" name="profCalcAllTissues"> <property name="toolTip"> - <string>Show the DC Reported Ceiling</string> + <string>Calculate All Tissues</string> </property> <property name="text"> <string>...</string> </property> <property name="icon"> <iconset resource="../subsurface.qrc"> - <normaloff>:/icon_ceiling_dc</normaloff>:/icon_ceiling_dc</iconset> + <normaloff>:/icon_ceiling_alltissues</normaloff>:/icon_ceiling_alltissues</iconset> </property> <property name="iconSize"> <size> @@ -319,19 +322,16 @@ </widget> </item> <item> - <widget class="QToolButton" name="profCalcCeiling"> - <property name="enabled"> - <bool>true</bool> - </property> + <widget class="QToolButton" name="profIncrement3m"> <property name="toolTip"> - <string>Show the Calculated Ceiling</string> + <string>Show Calculated Ceiling with 3m Increments</string> </property> <property name="text"> <string>...</string> </property> <property name="icon"> <iconset resource="../subsurface.qrc"> - <normaloff>:/icon_ceiling_calculated</normaloff>:/icon_ceiling_calculated</iconset> + <normaloff>:/icon_ceiling_3m</normaloff>:/icon_ceiling_3m</iconset> </property> <property name="iconSize"> <size> @@ -348,16 +348,16 @@ </widget> </item> <item> - <widget class="QToolButton" name="profIncrement3m"> + <widget class="QToolButton" name="profMod"> <property name="toolTip"> - <string>Show Calculated Ceiling with 3m Increments</string> + <string>Enable MOD</string> </property> <property name="text"> <string>...</string> </property> <property name="icon"> <iconset resource="../subsurface.qrc"> - <normaloff>:/icon_ceiling_3m</normaloff>:/icon_ceiling_3m</iconset> + <normaloff>:/icon_mod</normaloff>:/icon_mod</iconset> </property> <property name="iconSize"> <size> @@ -374,16 +374,16 @@ </widget> </item> <item> - <widget class="QToolButton" name="profNdl_tts"> + <widget class="QToolButton" name="profEad"> <property name="toolTip"> - <string>Show NDL / TTS</string> + <string>Enable EAD, END, and EADD</string> </property> <property name="text"> <string>...</string> </property> <property name="icon"> <iconset resource="../subsurface.qrc"> - <normaloff>:/trash</normaloff>:/trash</iconset> + <normaloff>:/icon_ead</normaloff>:/icon_ead</iconset> </property> <property name="iconSize"> <size> @@ -400,16 +400,16 @@ </widget> </item> <item> - <widget class="QToolButton" name="profCalcAllTissues"> + <widget class="QToolButton" name="profNdl_tts"> <property name="toolTip"> - <string>Calculate All Tissues</string> + <string>Show NTL / TTS</string> </property> <property name="text"> <string>...</string> </property> <property name="icon"> <iconset resource="../subsurface.qrc"> - <normaloff>:/subsurface-icon</normaloff>:/subsurface-icon</iconset> + <normaloff>:/trash</normaloff>:/trash</iconset> </property> <property name="iconSize"> <size> |