diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-11-06 11:24:38 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-11-07 13:00:58 -0800 |
commit | 45251ec7248a0300506af043b0a5c448051b2072 (patch) | |
tree | 5ade6357ec26c2412788844d48db76e9fdd3dcd7 /qt-ui/maintab.ui | |
parent | 4ccddf95d7660b9c2c91da1d72f08bd45988c83e (diff) | |
download | subsurface-45251ec7248a0300506af043b0a5c448051b2072.tar.gz |
Show extra data in separate tab on MainTab
This way any extra data probided by the dive computer is visible to the
user (without other processing). This data cannot be edited by the user as
it reflects the information given by the dive computer.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.ui')
-rw-r--r-- | qt-ui/maintab.ui | 67 |
1 files changed, 59 insertions, 8 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index a3b15418e..72c04acc3 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -37,8 +37,8 @@ <rect> <x>0</x> <y>0</y> - <width>662</width> - <height>642</height> + <width>668</width> + <height>658</height> </rect> </property> <layout class="QGridLayout" name="gridLayout_2"> @@ -336,8 +336,8 @@ <rect> <x>0</x> <y>0</y> - <width>662</width> - <height>642</height> + <width>100</width> + <height>30</height> </rect> </property> <layout class="QGridLayout" name="gridLayout_5"> @@ -416,8 +416,8 @@ <rect> <x>0</x> <y>0</y> - <width>662</width> - <height>642</height> + <width>668</width> + <height>658</height> </rect> </property> <layout class="QGridLayout" name="gridLayout_6"> @@ -745,8 +745,8 @@ <rect> <x>0</x> <y>0</y> - <width>662</width> - <height>642</height> + <width>342</width> + <height>167</height> </rect> </property> <layout class="QGridLayout" name="gridLayout_7"> @@ -953,6 +953,57 @@ </item> </layout> </widget> + <widget class="QWidget" name="tab_2"> + <attribute name="title"> + <string>Extra data</string> + </attribute> + <widget class="QLabel" name="label_3"> + <property name="geometry"> + <rect> + <x>10</x> + <y>20</y> + <width>341</width> + <height>16</height> + </rect> + </property> + <property name="text"> + <string>Additional data from dive computer</string> + </property> + </widget> + <widget class="QScrollArea" name="scrollArea_5"> + <property name="geometry"> + <rect> + <x>10</x> + <y>50</y> + <width>661</width> + <height>641</height> + </rect> + </property> + <property name="widgetResizable"> + <bool>true</bool> + </property> + <widget class="QWidget" name="scrollAreaWidgetContents_5"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>659</width> + <height>639</height> + </rect> + </property> + <widget class="QTableView" name="extraData"> + <property name="geometry"> + <rect> + <x>10</x> + <y>10</y> + <width>641</width> + <height>621</height> + </rect> + </property> + </widget> + </widget> + </widget> + </widget> </widget> <customwidgets> <customwidget> |