diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-08-15 08:11:14 -0600 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-08-15 08:11:14 -0600 |
commit | e8d430341c1102c0da1a3847ad2d39f41fc642d3 (patch) | |
tree | 2d07fdeb70e25c5411f707d90d77c3c3cb0cbff9 /qt-ui/mainwindow.ui | |
parent | e71119b40bac8d6dc33449e33329f235350b08f5 (diff) | |
download | subsurface-e8d430341c1102c0da1a3847ad2d39f41fc642d3.tar.gz |
TankBar: hook into prefs and make ppGraphs resize accordingly
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 36 |
1 files changed, 31 insertions, 5 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index ac72673c8..5faac083b 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -109,7 +109,7 @@ <property name="spacing"> <number>0</number> </property> - <item row="15" column="0"> + <item row="17" column="0"> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> @@ -440,6 +440,9 @@ </property> </widget> </item> + <item row="0" column="1" rowspan="19"> + <widget class="ProfileWidget2" name="newProfile"/> + </item> <item row="0" column="0"> <widget class="QToolButton" name="profPO2"> <property name="toolTip"> @@ -466,9 +469,6 @@ </property> </widget> </item> - <item row="0" column="1" rowspan="16"> - <widget class="ProfileWidget2" name="newProfile"/> - </item> <item row="1" column="0"> <widget class="QToolButton" name="profPn2"> <property name="toolTip"> @@ -495,6 +495,32 @@ </property> </widget> </item> + <item row="15" column="0"> + <widget class="QToolButton" name="profTankbar"> + <property name="toolTip"> + <string>Toggle Cylinder Bar</string> + </property> + <property name="text"> + <string>...</string> + </property> + <property name="icon"> + <iconset resource="../subsurface.qrc"> + <normaloff>:/gaschange</normaloff>:/gaschange</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 row="14" column="0"> <widget class="QToolButton" name="profTogglePicture"> <property name="toolTip"> @@ -664,7 +690,7 @@ p, li { white-space: pre-wrap; } <x>0</x> <y>0</y> <width>1682</width> - <height>27</height> + <height>19</height> </rect> </property> <widget class="QMenu" name="menuFile"> |