diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-06-25 15:42:28 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-26 18:50:14 -0700 |
commit | 3435d13509e2623ee26de0c75f571982603f0baa (patch) | |
tree | 766d1841722e7ec7b8c424823f172123f943e891 /qt-ui/maintab.ui | |
parent | e28af7c639d9c985b9be5dba2ede497e7a7e4cda (diff) | |
download | subsurface-3435d13509e2623ee26de0c75f571982603f0baa.tar.gz |
Dive site rewrite: add the taxonomy labels for the dive sites
This doesn't work yet because we don't get the taxonomy from the geo
referencing services yet - but it's ready to be populated.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.ui')
-rw-r--r-- | qt-ui/maintab.ui | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index c78ced6f3..ccd55bd18 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -181,6 +181,13 @@ </widget> </item> <item> + <widget class="QLabel" name="locationTags"> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <property name="spacing"> <number>2</number> @@ -532,8 +539,8 @@ <rect> <x>0</x> <y>0</y> - <width>100</width> - <height>30</height> + <width>449</width> + <height>743</height> </rect> </property> <layout class="QGridLayout" name="equipmentTabScrollAreaLayout"> @@ -627,8 +634,8 @@ <rect> <x>0</x> <y>0</y> - <width>389</width> - <height>430</height> + <width>449</width> + <height>743</height> </rect> </property> <layout class="QGridLayout" name="diveInfoScrollAreaLayout"> @@ -968,8 +975,8 @@ <rect> <x>0</x> <y>0</y> - <width>408</width> - <height>253</height> + <width>449</width> + <height>743</height> </rect> </property> <layout class="QHBoxLayout" name="horizontalLayout"> |