You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
218 lines
6.1 KiB
218 lines
6.1 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<ui version="4.0"> |
|
<class>WaypointViewOnlyView</class> |
|
<widget class="QWidget" name="WaypointViewOnlyView"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>704</width> |
|
<height>31</height> |
|
</rect> |
|
</property> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="minimumSize"> |
|
<size> |
|
<width>200</width> |
|
<height>30</height> |
|
</size> |
|
</property> |
|
<property name="windowTitle"> |
|
<string>Form</string> |
|
</property> |
|
<property name="styleSheet"> |
|
<string notr="true">QGroupBox { |
|
border: 1px solid #EEEEEE; |
|
border-radius: 5px; |
|
padding: 0px 0px 0px 0px; |
|
margin-top: 1ex; /* leave space at the top for the title */ |
|
margin: 0px; |
|
} |
|
|
|
QGroupBox::title { |
|
subcontrol-origin: margin; |
|
subcontrol-position: top center; /* position at the top center */ |
|
margin: 0 3px 0px 3px; |
|
padding: 0 3px 0px 0px; |
|
font: bold 8px; |
|
}</string> |
|
</property> |
|
<layout class="QGridLayout" name="gridLayout"> |
|
<property name="margin"> |
|
<number>0</number> |
|
</property> |
|
<property name="spacing"> |
|
<number>0</number> |
|
</property> |
|
<item row="0" column="0"> |
|
<widget class="QGroupBox" name="groupBox"> |
|
<property name="enabled"> |
|
<bool>true</bool> |
|
</property> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="styleSheet"> |
|
<string notr="true"/> |
|
</property> |
|
<property name="title"> |
|
<string/> |
|
</property> |
|
<property name="alignment"> |
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
|
</property> |
|
<property name="flat"> |
|
<bool>false</bool> |
|
</property> |
|
<property name="checkable"> |
|
<bool>false</bool> |
|
</property> |
|
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,2,100,10,5,1"> |
|
<property name="spacing"> |
|
<number>2</number> |
|
</property> |
|
<property name="margin"> |
|
<number>4</number> |
|
</property> |
|
<item> |
|
<widget class="QCheckBox" name="current"> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="minimumSize"> |
|
<size> |
|
<width>25</width> |
|
<height>0</height> |
|
</size> |
|
</property> |
|
<property name="toolTip"> |
|
<string>Currently executed waypoint</string> |
|
</property> |
|
<property name="statusTip"> |
|
<string>Currently executed waypoint</string> |
|
</property> |
|
<property name="text"> |
|
<string/> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QLabel" name="idLabel"> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="minimumSize"> |
|
<size> |
|
<width>25</width> |
|
<height>0</height> |
|
</size> |
|
</property> |
|
<property name="lineWidth"> |
|
<number>1</number> |
|
</property> |
|
<property name="text"> |
|
<string>ID</string> |
|
</property> |
|
<property name="alignment"> |
|
<set>Qt::AlignCenter</set> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QLabel" name="displayBar"> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="toolTip"> |
|
<string>Mission element description</string> |
|
</property> |
|
<property name="statusTip"> |
|
<string>Mission element description</string> |
|
</property> |
|
<property name="whatsThis"> |
|
<string/> |
|
</property> |
|
<property name="text"> |
|
<string>Mission element description</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<spacer name="horizontalSpacer"> |
|
<property name="orientation"> |
|
<enum>Qt::Horizontal</enum> |
|
</property> |
|
<property name="sizeType"> |
|
<enum>QSizePolicy::Expanding</enum> |
|
</property> |
|
<property name="sizeHint" stdset="0"> |
|
<size> |
|
<width>79</width> |
|
<height>17</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
<item> |
|
<widget class="QLabel" name="frameLabel"> |
|
<property name="toolTip"> |
|
<string comment="Coordinate Frame" extracomment="Coordinate Frame">Coordinate Frame</string> |
|
</property> |
|
<property name="statusTip"> |
|
<string>Coordinate Frame</string> |
|
</property> |
|
<property name="whatsThis"> |
|
<string/> |
|
</property> |
|
<property name="text"> |
|
<string>Frame</string> |
|
</property> |
|
<property name="alignment"> |
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QCheckBox" name="autoContinue"> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="toolTip"> |
|
<string>Automatically continue after this waypoint</string> |
|
</property> |
|
<property name="statusTip"> |
|
<string>Automatically continue after this waypoint</string> |
|
</property> |
|
<property name="text"> |
|
<string/> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|