<?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>381</width> <height>40</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="windowTitle"> <string>Form</string> </property> <property name="styleSheet"> <string notr="true"/> </property> <layout class="QHBoxLayout" name="horizontalLayout_2"> <property name="spacing"> <number>0</number> </property> <property name="leftMargin"> <number>2</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>2</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <widget class="QGroupBox" name="groupBox"> <property name="enabled"> <bool>true</bool> </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="1,1,100,1"> <property name="spacing"> <number>6</number> </property> <property name="leftMargin"> <number>2</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>2</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <widget class="QCheckBox" name="current"> <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="text"> <string>ID</string> </property> </widget> </item> <item> <widget class="QTextBrowser" name="displayBar"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>31</height> </size> </property> <property name="font"> <font> <pointsize>8</pointsize> </font> </property> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> </widget> </item> <item> <widget class="QCheckBox" name="autoContinue"> <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>