2015-02-09 18:29:37 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2015-02-09 18:37:26 +00:00
<class>plannerDetails</class>
<widget class="QWidget" name="plannerDetails">
2015-02-09 18:29:37 +00:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
2015-05-25 19:00:05 +00:00
<property name="spacing">
<number>5</number>
</property>
<property name="leftMargin">
<number>5</number>
</property>
<property name="topMargin">
<number>5</number>
</property>
<property name="rightMargin">
<number>5</number>
</property>
<property name="bottomMargin">
<number>5</number>
</property>
2015-02-09 18:29:37 +00:00
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="divePlanOutputLabel">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>20</height>
</size>
</property>
<property name="text">
<string><html><head/><body><p><span style=" font-weight:600;">Dive plan details</span></p></body></html></string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="printPlan">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Print</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
<property name="default">
<bool>false</bool>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QTextEdit" name="divePlanOutput">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
2017-02-16 21:44:37 +00:00
<string notr="true"/>
2015-02-09 18:29:37 +00:00
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="html">
2017-02-16 21:44:37 +00:00
<string/>
2015-02-09 18:29:37 +00:00
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>