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">
|
|
|
|
<string>Dive Site</string>
|
|
|
|
</property>
|
2015-05-17 18:22:49 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2015-06-02 01:30:33 +00:00
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="KMessageWidget" name="diveSiteMessage" native="true"/>
|
|
|
|
</item>
|
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-06-02 01:30:33 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="diveSiteName"/>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
2015-02-11 15:00:10 +00:00
|
|
|
<property name="text">
|
2015-06-02 01:30:33 +00:00
|
|
|
<string>Coordinates</string>
|
2015-02-11 15:00:10 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-06-02 01:30:33 +00:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="diveSiteCoordinates"/>
|
2015-05-17 18:54:26 +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="3" column="1">
|
|
|
|
<widget class="QLineEdit" name="diveSiteDescription"/>
|
2015-05-17 18:54:26 +00:00
|
|
|
</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>
|
|
|
|
<item row="5" column="0">
|
2015-05-17 18:22:49 +00:00
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
2015-02-11 15:00:10 +00:00
|
|
|
</property>
|
2015-05-17 18:22:49 +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="4" column="1" rowspan="2">
|
2015-06-02 01:18:56 +00:00
|
|
|
<widget class="QPlainTextEdit" name="diveSiteNotes"/>
|
|
|
|
</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-06-02 01:18:56 +00:00
|
|
|
<resources/>
|
2015-02-11 15:00:10 +00:00
|
|
|
<connections/>
|
|
|
|
</ui>
|