2015-02-11 15:00:10 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2015-02-11 15:13:52 +00:00
|
|
|
<class>LocationInformation</class>
|
|
|
|
<widget class="QGroupBox" name="LocationInformation">
|
2015-02-11 15:00:10 +00:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2015-05-17 18:22:49 +00:00
|
|
|
<width>556</width>
|
2015-08-31 23:17:06 +00:00
|
|
|
<height>707</height>
|
2015-02-11 15:00:10 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>GroupBox</string>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
2015-08-07 13:00:07 +00:00
|
|
|
<string/>
|
2015-02-11 15:00:10 +00:00
|
|
|
</property>
|
2015-05-17 18:22:49 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2015-07-31 01:50:31 +00:00
|
|
|
<property name="horizontalSpacing">
|
2015-08-25 21:45:29 +00:00
|
|
|
<number>6</number>
|
2015-07-31 01:50:31 +00:00
|
|
|
</property>
|
|
|
|
<property name="verticalSpacing">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
2015-05-17 18:54:26 +00:00
|
|
|
<item row="1" column="0">
|
2015-06-02 01:30:33 +00:00
|
|
|
<widget class="QLabel" name="label">
|
2015-05-17 18:22:49 +00:00
|
|
|
<property name="text">
|
2015-06-02 01:30:33 +00:00
|
|
|
<string>Name</string>
|
2015-05-17 18:22:49 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-02 15:37:00 +00:00
|
|
|
<item row="5" column="0">
|
2015-05-17 18:54:26 +00:00
|
|
|
<widget class="QLabel" name="label_3">
|
2015-02-11 15:00:10 +00:00
|
|
|
<property name="text">
|
2015-05-17 18:54:26 +00:00
|
|
|
<string>Description</string>
|
2015-02-11 15:00:10 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-02 15:37:00 +00:00
|
|
|
<item row="7" column="0">
|
2015-06-02 01:30:33 +00:00
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
|
|
|
<string>Notes</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-01-19 20:06:50 +00:00
|
|
|
|
2017-11-26 22:26:46 +00:00
|
|
|
<item row="7" column="2" rowspan="2" colspan="3">
|
2019-03-13 23:00:54 +00:00
|
|
|
<widget class="TextEdit" name="diveSiteNotes">
|
2017-10-07 17:53:10 +00:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::ClickFocus</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-08-31 23:17:06 +00:00
|
|
|
</item>
|
2020-01-19 20:06:50 +00:00
|
|
|
|
2017-11-26 22:26:46 +00:00
|
|
|
<item row="1" column="2" colspan="3">
|
2015-08-31 23:17:06 +00:00
|
|
|
<widget class="QLineEdit" name="diveSiteName"/>
|
|
|
|
</item>
|
2020-01-19 20:06:50 +00:00
|
|
|
|
2017-11-26 22:26:46 +00:00
|
|
|
<item row="5" column="2" colspan="3">
|
2015-10-07 22:33:09 +00:00
|
|
|
<widget class="QLineEdit" name="diveSiteDescription"/>
|
2015-08-31 23:17:06 +00:00
|
|
|
</item>
|
2020-01-19 20:06:50 +00:00
|
|
|
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Coordinates</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="2">
|
|
|
|
<widget class="QLineEdit" name="diveSiteCoordinates"/>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item row="3" column="3">
|
|
|
|
<widget class="QPushButton" name="GPSbutton">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Load dive coordinates from GPS file</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Use GPS file</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
|
2017-11-26 22:26:46 +00:00
|
|
|
<item row="3" column="4">
|
2015-08-25 21:45:29 +00:00
|
|
|
<widget class="QToolButton" name="geoCodeButton">
|
2015-10-07 17:42:21 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Reverse geo lookup</string>
|
|
|
|
</property>
|
2015-08-25 21:45:29 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2017-10-02 15:37:00 +00:00
|
|
|
<iconset>
|
2018-01-27 20:03:42 +00:00
|
|
|
<normaloff>:satellite-icon</normaloff>:satellite-icon</iconset>
|
2015-08-25 21:45:29 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
2015-07-31 00:53:53 +00:00
|
|
|
</item>
|
2020-01-19 20:06:50 +00:00
|
|
|
|
2017-11-26 22:26:46 +00:00
|
|
|
<item row="0" column="0" colspan="5">
|
2015-10-07 22:33:09 +00:00
|
|
|
<widget class="KMessageWidget" name="diveSiteMessage">
|
2015-08-25 21:45:29 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-11-26 22:26:46 +00:00
|
|
|
<item row="9" column="0" colspan="5">
|
2015-08-31 23:17:06 +00:00
|
|
|
<widget class="QGroupBox" name="diveSiteGroupBox">
|
|
|
|
<property name="title">
|
2019-03-25 21:18:32 +00:00
|
|
|
<string>Near dive sites</string>
|
2015-08-31 23:17:06 +00:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2019-03-25 21:18:32 +00:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_8">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show dive sites in the range of:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="diveSiteDistance"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="diveSiteDistanceUnits">
|
|
|
|
<property name="text">
|
|
|
|
<string></string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2015-08-31 23:17:06 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QListView" name="diveSiteListView">
|
|
|
|
<property name="sizePolicy">
|
2015-09-02 21:41:45 +00:00
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
2015-08-31 23:17:06 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-10-07 17:53:10 +00:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::ClickFocus</enum>
|
|
|
|
</property>
|
2015-09-01 00:11:28 +00:00
|
|
|
<property name="selectionMode">
|
|
|
|
<enum>QAbstractItemView::MultiSelection</enum>
|
|
|
|
</property>
|
2015-09-01 00:03:31 +00:00
|
|
|
<property name="modelColumn">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2015-08-31 23:17:06 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-02 15:37:00 +00:00
|
|
|
<item row="8" column="0">
|
2015-08-31 23:17:06 +00:00
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2017-10-02 15:37:00 +00:00
|
|
|
<item row="4" column="0">
|
2015-10-07 22:33:09 +00:00
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="text">
|
|
|
|
<string>Tags</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-11-26 22:26:46 +00:00
|
|
|
<item row="4" column="2" colspan="3">
|
2015-10-07 22:33:09 +00:00
|
|
|
<widget class="QLabel" name="locationTags">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-02 15:37:00 +00:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
<property name="text">
|
|
|
|
<string>Country</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-11-26 22:26:46 +00:00
|
|
|
<item row="2" column="2" colspan="3">
|
2017-10-02 15:37:00 +00:00
|
|
|
<widget class="QLineEdit" name="diveSiteCountry"/>
|
|
|
|
</item>
|
2015-02-11 15:00:10 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>KMessageWidget</class>
|
2015-10-07 22:33:09 +00:00
|
|
|
<extends>QFrame</extends>
|
2016-04-05 05:02:03 +00:00
|
|
|
<header>desktop-widgets/kmessagewidget.h</header>
|
2015-02-11 15:00:10 +00:00
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2019-03-13 23:00:54 +00:00
|
|
|
<customwidget>
|
|
|
|
<class>TextEdit</class>
|
|
|
|
<header>desktop-widgets/textedit.h</header>
|
|
|
|
</customwidget>
|
2015-02-11 15:00:10 +00:00
|
|
|
</customwidgets>
|
2017-10-07 17:53:10 +00:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>diveSiteName</tabstop>
|
|
|
|
<tabstop>diveSiteCountry</tabstop>
|
|
|
|
<tabstop>diveSiteCoordinates</tabstop>
|
|
|
|
<tabstop>geoCodeButton</tabstop>
|
|
|
|
<tabstop>diveSiteDescription</tabstop>
|
|
|
|
<tabstop>diveSiteNotes</tabstop>
|
|
|
|
<tabstop>diveSiteListView</tabstop>
|
|
|
|
</tabstops>
|
2015-08-25 21:45:29 +00:00
|
|
|
<resources>
|
|
|
|
<include location="../subsurface.qrc"/>
|
|
|
|
</resources>
|
2015-02-11 15:00:10 +00:00
|
|
|
<connections/>
|
|
|
|
</ui>
|