WaypointViewOnlyView.ui 3.7 KB
Newer Older
1 2 3 4 5 6 7 8 9
<?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>
10
    <height>40</height>
11 12 13 14 15 16 17 18 19 20 21 22
   </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">
23
   <string notr="true"/>
24 25
  </property>
  <layout class="QHBoxLayout" name="horizontalLayout_2">
26 27 28
   <property name="spacing">
    <number>0</number>
   </property>
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
   <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>
58
     <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,1,100,1">
59
      <property name="spacing">
60 61 62
       <number>6</number>
      </property>
      <property name="leftMargin">
63 64
       <number>2</number>
      </property>
65 66 67 68
      <property name="topMargin">
       <number>0</number>
      </property>
      <property name="rightMargin">
69 70
       <number>2</number>
      </property>
71 72 73
      <property name="bottomMargin">
       <number>0</number>
      </property>
74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
      <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>