XMLCommProtocolWidget.ui 4.81 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>XMLCommProtocolWidget</class>
 <widget class="QWidget" name="XMLCommProtocolWidget">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>846</width>
    <height>480</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
lm's avatar
lm committed
16 17 18
  <layout class="QGridLayout" name="gridLayout" columnstretch="1,1,1,100">
   <property name="horizontalSpacing">
    <number>8</number>
19
   </property>
lm's avatar
lm committed
20
   <property name="verticalSpacing">
21 22
    <number>12</number>
   </property>
lm's avatar
lm committed
23 24 25
   <property name="margin">
    <number>8</number>
   </property>
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
   <item row="0" column="0">
    <widget class="QLabel" name="fileNameLabel">
     <property name="maximumSize">
      <size>
       <width>300</width>
       <height>16777215</height>
      </size>
     </property>
     <property name="text">
      <string>Select input file</string>
     </property>
     <property name="scaledContents">
      <bool>true</bool>
     </property>
    </widget>
   </item>
   <item row="0" column="2">
    <widget class="QPushButton" name="selectFileButton">
     <property name="text">
      <string>Select input file</string>
     </property>
     <property name="icon">
lm's avatar
lm committed
48
      <iconset resource="../../../../qgroundcontrol.qrc">
49
       <normaloff>:/files/images/status/folder-open.svg</normaloff>:/files/images/status/folder-open.svg</iconset>
50 51 52
     </property>
    </widget>
   </item>
lm's avatar
lm committed
53
   <item row="0" column="3" rowspan="7">
54 55 56
    <widget class="QGCMAVLinkTextEdit" name="xmlTextView">
     <property name="minimumSize">
      <size>
lm's avatar
lm committed
57 58
       <width>200</width>
       <height>100</height>
59 60 61 62 63 64 65 66 67 68 69 70 71
      </size>
     </property>
     <property name="baseSize">
      <size>
       <width>800</width>
       <height>600</height>
      </size>
     </property>
     <property name="readOnly">
      <bool>false</bool>
     </property>
    </widget>
   </item>
lm's avatar
lm committed
72
   <item row="1" column="0">
73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
    <widget class="QLabel" name="outputDirNameLabel">
     <property name="maximumSize">
      <size>
       <width>400</width>
       <height>16777215</height>
      </size>
     </property>
     <property name="text">
      <string>Select output directory</string>
     </property>
     <property name="scaledContents">
      <bool>true</bool>
     </property>
    </widget>
   </item>
   <item row="1" column="2">
    <widget class="QPushButton" name="selectOutputButton">
     <property name="text">
      <string>Select directory</string>
     </property>
     <property name="icon">
lm's avatar
lm committed
94
      <iconset resource="../../../../qgroundcontrol.qrc">
95
       <normaloff>:/files/images/status/folder-open.svg</normaloff>:/files/images/status/folder-open.svg</iconset>
96 97 98
     </property>
    </widget>
   </item>
lm's avatar
lm committed
99
   <item row="4" column="0">
100 101 102 103 104 105
    <widget class="QLabel" name="label">
     <property name="text">
      <string>Compile Output</string>
     </property>
    </widget>
   </item>
lm's avatar
lm committed
106 107 108 109 110 111
   <item row="5" column="0" colspan="3">
    <widget class="QPlainTextEdit" name="compileLog">
     <property name="tabStopWidth">
      <number>40</number>
     </property>
    </widget>
112
   </item>
lm's avatar
lm committed
113
   <item row="6" column="0">
114 115 116 117 118 119
    <widget class="QLabel" name="validXMLLabel">
     <property name="text">
      <string>No file loaded</string>
     </property>
    </widget>
   </item>
lm's avatar
lm committed
120
   <item row="6" column="1">
121 122 123 124 125 126
    <widget class="QPushButton" name="saveButton">
     <property name="text">
      <string>Save file</string>
     </property>
    </widget>
   </item>
lm's avatar
lm committed
127
   <item row="6" column="2">
128 129 130 131 132
    <widget class="QPushButton" name="generateButton">
     <property name="text">
      <string>Save and generate</string>
     </property>
     <property name="icon">
lm's avatar
lm committed
133
      <iconset resource="../../../../qgroundcontrol.qrc">
134
       <normaloff>:/files/images/categories/applications-system.svg</normaloff>:/files/images/categories/applications-system.svg</iconset>
135 136 137
     </property>
    </widget>
   </item>
lm's avatar
lm committed
138
   <item row="2" column="0">
lm's avatar
lm committed
139 140 141 142
    <widget class="QLabel" name="label_2">
     <property name="text">
      <string>Select MAVLink Version</string>
     </property>
lm's avatar
lm committed
143 144 145
     <property name="alignment">
      <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
     </property>
lm's avatar
lm committed
146 147 148 149
    </widget>
   </item>
   <item row="2" column="2">
    <widget class="QComboBox" name="versionComboBox">
150 151 152 153 154
     <item>
      <property name="text">
       <string>MAVLink v1.0 (Sept'10+)</string>
      </property>
     </item>
lm's avatar
lm committed
155 156 157 158 159 160 161
     <item>
      <property name="text">
       <string>MAVLink v0.9 (-Aug'10)</string>
      </property>
     </item>
    </widget>
   </item>
162 163 164 165 166 167 168 169 170 171
  </layout>
 </widget>
 <customwidgets>
  <customwidget>
   <class>QGCMAVLinkTextEdit</class>
   <extends>QTextEdit</extends>
   <header location="global">QGCMAVLinkTextEdit.h</header>
  </customwidget>
 </customwidgets>
 <resources>
lm's avatar
lm committed
172
  <include location="../../../../qgroundcontrol.qrc"/>
173 174 175
 </resources>
 <connections/>
</ui>