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