diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-02-14 21:12:52 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-02-14 21:50:05 -0800 |
commit | bf4144a012c5f44bab5dfa13dbe94676d1786634 (patch) | |
tree | 72927328888f599e4d1a6007474335475a9a966c /qt-ui/mainwindow.ui | |
parent | 59f60f39f644f0f2fcf7ded2955e0ff88de7bed0 (diff) | |
download | subsurface-bf4144a012c5f44bab5dfa13dbe94676d1786634.tar.gz |
Removed the 'Unused Tanks' from the toolbar.
Just removed the unused tanks from the toolbar,
since it's just a removal of something on the ui
related code, it's good to see how much verbose
the xml to generate the UI is.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 7f6c672a3..6e1489eca 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -446,32 +446,6 @@ </widget> </item> <item> - <widget class="QToolButton" name="profUnusedTanks"> - <property name="toolTip"> - <string>Show Unused Tanks</string> - </property> - <property name="text"> - <string>...</string> - </property> - <property name="icon"> - <iconset resource="../subsurface.qrc"> - <normaloff>:/advanced</normaloff>:/advanced</iconset> - </property> - <property name="iconSize"> - <size> - <width>24</width> - <height>24</height> - </size> - </property> - <property name="checkable"> - <bool>true</bool> - </property> - <property name="autoRaise"> - <bool>true</bool> - </property> - </widget> - </item> - <item> <widget class="QToolButton" name="profRuler"> <property name="toolTip"> <string>Enable / Disable the Ruler</string> @@ -480,7 +454,7 @@ <string>...</string> </property> <property name="icon"> - <iconset resource="../subsurface.qrc"> + <iconset> <normaloff>:/flag</normaloff>:/flag</iconset> </property> <property name="iconSize"> |