diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-07-01 16:38:43 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-02 06:50:50 -0700 |
commit | baf68868f5af3f3339504bceca0ca0d6676f8eee (patch) | |
tree | 7faa88d18fc008c53076cd6ec7d929932d5ece72 /qt-ui | |
parent | 92722adeba68cde39d9388c629d99ed747af385e (diff) | |
download | subsurface-baf68868f5af3f3339504bceca0ca0d6676f8eee.tar.gz |
Notes pane: add geo code button
This still needs to be hooked up.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/maintab.ui | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index 3623cf8db..3318bf788 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -220,6 +220,17 @@ </widget> </item> <item> + <widget class="QToolButton" name="geocodeButton"> + <property name="text"> + <string>...</string> + </property> + <property name="icon"> + <iconset resource="../subsurface.qrc"> + <normaloff>:/geocode</normaloff>:/geocode</iconset> + </property> + </widget> + </item> + <item> <widget class="QtWaitingSpinner" name="waitingSpinner" native="true"/> </item> </layout> @@ -552,8 +563,8 @@ <rect> <x>0</x> <y>0</y> - <width>449</width> - <height>743</height> + <width>100</width> + <height>30</height> </rect> </property> <layout class="QGridLayout" name="equipmentTabScrollAreaLayout"> @@ -647,8 +658,8 @@ <rect> <x>0</x> <y>0</y> - <width>449</width> - <height>743</height> + <width>286</width> + <height>300</height> </rect> </property> <layout class="QGridLayout" name="diveInfoScrollAreaLayout"> @@ -988,8 +999,8 @@ <rect> <x>0</x> <y>0</y> - <width>449</width> - <height>743</height> + <width>297</width> + <height>177</height> </rect> </property> <layout class="QHBoxLayout" name="horizontalLayout"> |