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>
|
|
|
|
<height>584</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-07-31 00:53:53 +00:00
|
|
|
<item row="5" column="0">
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
2015-02-11 15:00:10 +00:00
|
|
|
</property>
|
2015-07-31 00:53:53 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
2015-02-11 15:00:10 +00:00
|
|
|
</item>
|
2015-06-02 01:30:33 +00:00
|
|
|
<item row="3" 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-06-02 01:30:33 +00:00
|
|
|
<item row="4" column="0">
|
|
|
|
<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-08-25 21:45:29 +00:00
|
|
|
<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>
|
2015-07-31 00:53:53 +00:00
|
|
|
</item>
|
2015-08-25 21:45:29 +00:00
|
|
|
<item row="1" column="1" colspan="2">
|
|
|
|
<widget class="QLineEdit" name="diveSiteName"/>
|
2015-07-31 00:53:53 +00:00
|
|
|
</item>
|
2015-08-25 21:45:29 +00:00
|
|
|
<item row="3" column="1" colspan="2">
|
2015-07-31 00:53:53 +00:00
|
|
|
<widget class="QLineEdit" name="diveSiteDescription"/>
|
2015-02-11 15:00:10 +00:00
|
|
|
</item>
|
2015-08-25 21:45:29 +00:00
|
|
|
<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>
|
2015-02-11 15:00:10 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>KMessageWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>kmessagewidget.h</header>
|
|
|
|
<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>
|