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>
|
2015-10-07 22:33:09 +00:00
|
|
|
<item row="4" 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>
|
2015-10-07 22:33:09 +00:00
|
|
|
<item row="6" 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>
|
2015-08-25 21:45:29 +00:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="diveSiteCoordinates"/>
|
|
|
|
</item>
|
2015-07-31 00:53:53 +00:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Coordinates</string>
|
2015-02-11 15:00:10 +00:00
|
|
|
</property>
|
2015-07-31 00:53:53 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2015-10-07 22:33:09 +00:00
|
|
|
<item row="6" column="1" rowspan="2" colspan="2">
|
|
|
|
<widget class="QPlainTextEdit" name="diveSiteNotes"/>
|
2015-08-31 23:17:06 +00:00
|
|
|
</item>
|
|
|
|
<item row="1" column="1" colspan="2">
|
|
|
|
<widget class="QLineEdit" name="diveSiteName"/>
|
|
|
|
</item>
|
2015-10-07 22:33:09 +00:00
|
|
|
<item row="4" column="1" colspan="2">
|
|
|
|
<widget class="QLineEdit" name="diveSiteDescription"/>
|
2015-08-31 23:17:06 +00:00
|
|
|
</item>
|
2015-08-25 21:45:29 +00:00
|
|
|
<item row="2" column="2">
|
|
|
|
<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">
|
|
|
|
<iconset resource="../subsurface.qrc">
|
|
|
|
<normaloff>:/satellite</normaloff>:/satellite</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-07-31 00:53:53 +00:00
|
|
|
</item>
|
2015-08-25 21:45:29 +00:00
|
|
|
<item row="0" column="0" colspan="3">
|
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>
|
2015-10-07 22:33:09 +00:00
|
|
|
<item row="8" column="0" colspan="3">
|
2015-08-31 23:17:06 +00:00
|
|
|
<widget class="QGroupBox" name="diveSiteGroupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Dive sites on same coordinates</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<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>
|
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>
|
2015-10-07 22:33:09 +00:00
|
|
|
<item row="7" 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>
|
2015-10-07 22:33:09 +00:00
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="text">
|
|
|
|
<string>Tags</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1" colspan="2">
|
|
|
|
<widget class="QLabel" name="locationTags">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</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>
|
|
|
|
</customwidgets>
|
2015-08-25 21:45:29 +00:00
|
|
|
<resources>
|
|
|
|
<include location="../subsurface.qrc"/>
|
|
|
|
</resources>
|
2015-02-11 15:00:10 +00:00
|
|
|
<connections/>
|
|
|
|
</ui>
|