diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-08-25 18:45:29 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-08-25 17:58:59 -0700 |
commit | 03702edf87c7a8787302a08bcf1f051223f6accb (patch) | |
tree | 181d8018b87f346d5db37ba64dab03da1dbbc3f5 /qt-ui/locationInformation.ui | |
parent | aaa70ff56e2b5891f1c8241bf10a8e236bf86108 (diff) | |
download | subsurface-03702edf87c7a8787302a08bcf1f051223f6accb.tar.gz |
Get taxonomy from edit dive site widget
Moved the get taxonomy button from the maintab to the edit dive site
widget.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/locationInformation.ui')
-rw-r--r-- | qt-ui/locationInformation.ui | 53 |
1 files changed, 33 insertions, 20 deletions
diff --git a/qt-ui/locationInformation.ui b/qt-ui/locationInformation.ui index ad33b2a90..56e8b0e35 100644 --- a/qt-ui/locationInformation.ui +++ b/qt-ui/locationInformation.ui @@ -18,24 +18,11 @@ </property> <layout class="QGridLayout" name="gridLayout"> <property name="horizontalSpacing"> - <number>-1</number> + <number>6</number> </property> <property name="verticalSpacing"> <number>4</number> </property> - <item row="0" column="0" colspan="2"> - <widget class="KMessageWidget" name="diveSiteMessage" native="true"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QLineEdit" name="diveSiteName"/> - </item> <item row="1" column="0"> <widget class="QLabel" name="label"> <property name="text"> @@ -70,6 +57,9 @@ </property> </widget> </item> + <item row="2" column="1"> + <widget class="QLineEdit" name="diveSiteCoordinates"/> + </item> <item row="2" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> @@ -77,15 +67,36 @@ </property> </widget> </item> - <item row="4" column="1" rowspan="2"> - <widget class="QPlainTextEdit" name="diveSiteNotes"/> + <item row="2" column="2"> + <widget class="QToolButton" name="geoCodeButton"> + <property name="text"> + <string>...</string> + </property> + <property name="icon"> + <iconset resource="../subsurface.qrc"> + <normaloff>:/satellite</normaloff>:/satellite</iconset> + </property> + </widget> </item> - <item row="2" column="1"> - <widget class="QLineEdit" name="diveSiteCoordinates"/> + <item row="1" column="1" colspan="2"> + <widget class="QLineEdit" name="diveSiteName"/> </item> - <item row="3" column="1"> + <item row="3" column="1" colspan="2"> <widget class="QLineEdit" name="diveSiteDescription"/> </item> + <item row="4" column="1" rowspan="2" colspan="2"> + <widget class="QPlainTextEdit" name="diveSiteNotes"/> + </item> + <item row="0" column="0" colspan="3"> + <widget class="KMessageWidget" name="diveSiteMessage" native="true"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + </item> </layout> </widget> <customwidgets> @@ -96,6 +107,8 @@ <container>1</container> </customwidget> </customwidgets> - <resources/> + <resources> + <include location="../subsurface.qrc"/> + </resources> <connections/> </ui> |