MAVLinkSettingsWidget.ui 8.84 KB
Newer Older
pixhawk's avatar
pixhawk committed
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>MAVLinkSettingsWidget</class>
 <widget class="QWidget" name="MAVLinkSettingsWidget">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
9
    <width>431</width>
Don Gagne's avatar
Don Gagne committed
10
    <height>442</height>
pixhawk's avatar
pixhawk committed
11 12 13 14 15
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
Don Gagne's avatar
Don Gagne committed
16
  <layout class="QGridLayout" name="gridLayout" columnstretch="1,0,0">
17 18 19 20
   <item row="11" column="0" colspan="3">
    <widget class="QCheckBox" name="actionGuardCheckBox">
     <property name="text">
      <string>Enable retransmission of actions / commands</string>
21
     </property>
22 23 24 25 26 27
    </widget>
   </item>
   <item row="14" column="0" colspan="3">
    <widget class="QCheckBox" name="droneOSCheckBox">
     <property name="text">
      <string>Forward MAVLink packets of all links to the host below</string>
28
     </property>
29
    </widget>
30
   </item>
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 58 59 60 61 62 63 64 65 66 67
   <item row="6" column="0" colspan="3">
    <widget class="QCheckBox" name="versionCheckBox">
     <property name="text">
      <string>Only accept MAVs with same protocol version</string>
     </property>
    </widget>
   </item>
   <item row="9" column="1">
    <widget class="QLabel" name="paramRetransmissionLabel">
     <property name="text">
      <string>Read request retransmission timeout</string>
     </property>
    </widget>
   </item>
   <item row="8" column="0" colspan="3">
    <widget class="QCheckBox" name="paramGuardCheckBox">
     <property name="text">
      <string>Enable retransmission of parameter read/write requests</string>
     </property>
    </widget>
   </item>
   <item row="2" column="0" colspan="3">
    <widget class="QCheckBox" name="multiplexingCheckBox">
     <property name="text">
      <string>Enable Multiplexing: Forward packets to all other links</string>
     </property>
    </widget>
   </item>
   <item row="4" column="1" colspan="2">
    <widget class="QLineEdit" name="multiplexingFilterLineEdit">
     <property name="text">
      <string>Enter a comma-separated list of allowed packets</string>
     </property>
    </widget>
   </item>
   <item row="10" column="0">
    <spacer name="horizontalSpacer_2">
pixhawk's avatar
pixhawk committed
68
     <property name="orientation">
69
      <enum>Qt::Horizontal</enum>
pixhawk's avatar
pixhawk committed
70 71 72
     </property>
     <property name="sizeHint" stdset="0">
      <size>
73 74
       <width>8</width>
       <height>0</height>
pixhawk's avatar
pixhawk committed
75 76 77 78
      </size>
     </property>
    </spacer>
   </item>
79 80
   <item row="9" column="2">
    <widget class="QSpinBox" name="paramRetransmissionSpinBox">
81
     <property name="toolTip">
82
      <string>Time in milliseconds after which a not acknowledged read request is sent again.</string>
83 84
     </property>
     <property name="statusTip">
85
      <string>Time in milliseconds after which a not acknowledged read request is sent again.</string>
Don Gagne's avatar
Don Gagne committed
86 87 88
     </property>
     <property name="suffix">
      <string> ms</string>
89 90
     </property>
     <property name="minimum">
Don Gagne's avatar
Don Gagne committed
91
      <number>50</number>
92 93
     </property>
     <property name="maximum">
Don Gagne's avatar
Don Gagne committed
94
      <number>60000</number>
95
     </property>
Don Gagne's avatar
Don Gagne committed
96 97
     <property name="singleStep">
      <number>50</number>
98
     </property>
99 100
     <property name="value">
      <number>50</number>
101 102 103
     </property>
    </widget>
   </item>
104 105 106 107
   <item row="15" column="1" colspan="2">
    <widget class="QLineEdit" name="droneOSLineEdit">
     <property name="text">
      <string>Enter your authentication token</string>
Don Gagne's avatar
Don Gagne committed
108
     </property>
109 110
     <property name="maxLength">
      <number>32</number>
111 112 113
     </property>
    </widget>
   </item>
114
   <item row="9" column="0">
115 116 117 118 119 120 121 122 123 124 125 126
    <spacer name="horizontalSpacer">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>8</width>
       <height>0</height>
      </size>
     </property>
    </spacer>
   </item>
Don Gagne's avatar
Don Gagne committed
127
   <item row="10" column="2">
128
    <widget class="QSpinBox" name="paramRewriteSpinBox">
129
     <property name="toolTip">
130
      <string>Time in milliseconds after which a not acknowledged write request is sent again.</string>
131 132
     </property>
     <property name="statusTip">
133
      <string>Time in milliseconds after which a not acknowledged write request is sent again.</string>
134 135 136 137 138 139 140 141 142 143 144 145 146
     </property>
     <property name="suffix">
      <string> ms</string>
     </property>
     <property name="minimum">
      <number>50</number>
     </property>
     <property name="maximum">
      <number>60000</number>
     </property>
     <property name="singleStep">
      <number>50</number>
     </property>
147 148 149 150 151 152
    </widget>
   </item>
   <item row="12" column="1">
    <widget class="QLabel" name="actionRetransmissionLabel">
     <property name="text">
      <string>Action request retransmission timeout</string>
153 154 155
     </property>
    </widget>
   </item>
156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205
   <item row="0" column="0" colspan="2">
    <widget class="QLabel" name="systemIdLabel">
     <property name="toolTip">
      <string>The system ID is the number the MAV associates with this computer</string>
     </property>
     <property name="statusTip">
      <string>The system ID is the number the MAV associates with this computer</string>
     </property>
     <property name="text">
      <string>Groundstation MAVLink System ID</string>
     </property>
    </widget>
   </item>
   <item row="7" column="1" colspan="2">
    <widget class="QLabel" name="versionLabel">
     <property name="text">
      <string>MAVLINK_VERSION: </string>
     </property>
    </widget>
   </item>
   <item row="0" column="2">
    <widget class="QSpinBox" name="systemIdSpinBox">
     <property name="toolTip">
      <string>Set the groundstation number</string>
     </property>
     <property name="statusTip">
      <string>Set the groundstation number</string>
     </property>
     <property name="minimum">
      <number>1</number>
     </property>
     <property name="maximum">
      <number>255</number>
     </property>
    </widget>
   </item>
   <item row="15" column="0">
    <spacer name="horizontalSpacer_4">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>8</width>
       <height>0</height>
      </size>
     </property>
    </spacer>
   </item>
   <item row="13" column="0" colspan="3">
Don Gagne's avatar
Don Gagne committed
206 207 208 209 210 211
    <widget class="Line" name="line">
     <property name="minimumSize">
      <size>
       <width>0</width>
       <height>0</height>
      </size>
212
     </property>
Don Gagne's avatar
Don Gagne committed
213 214
     <property name="midLineWidth">
      <number>0</number>
215
     </property>
Don Gagne's avatar
Don Gagne committed
216 217
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
218 219 220
     </property>
    </widget>
   </item>
221
   <item row="16" column="1" colspan="2">
Don Gagne's avatar
Don Gagne committed
222 223 224
    <widget class="QComboBox" name="droneOSComboBox">
     <property name="editable">
      <bool>true</bool>
225
     </property>
Don Gagne's avatar
Don Gagne committed
226 227
     <item>
      <property name="text">
228
       <string>dronelink.io:14555</string>
Don Gagne's avatar
Don Gagne committed
229 230 231 232 233 234 235
      </property>
     </item>
     <item>
      <property name="text">
       <string>localhost:14555</string>
      </property>
     </item>
236 237
    </widget>
   </item>
Don Gagne's avatar
Don Gagne committed
238
   <item row="3" column="0" colspan="3">
239
    <widget class="QCheckBox" name="multiplexingFilterCheckBox">
Don Gagne's avatar
Don Gagne committed
240
     <property name="text">
241
      <string>Filter multiplexed packets: Only forward selected IDs</string>
242 243 244
     </property>
    </widget>
   </item>
245 246
   <item row="12" column="0">
    <spacer name="horizontalSpacer_3">
Don Gagne's avatar
Don Gagne committed
247 248 249 250
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="sizeHint" stdset="0">
251
      <size>
Don Gagne's avatar
Don Gagne committed
252
       <width>8</width>
253 254 255
       <height>0</height>
      </size>
     </property>
Don Gagne's avatar
Don Gagne committed
256 257
    </spacer>
   </item>
258
   <item row="4" column="0">
Don Gagne's avatar
Don Gagne committed
259
    <spacer name="multiplexingFilterSpacer">
260 261 262
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
Don Gagne's avatar
Don Gagne committed
263 264 265
     <property name="sizeType">
      <enum>QSizePolicy::MinimumExpanding</enum>
     </property>
266 267 268 269 270 271 272 273
     <property name="sizeHint" stdset="0">
      <size>
       <width>8</width>
       <height>0</height>
      </size>
     </property>
    </spacer>
   </item>
274 275
   <item row="10" column="1">
    <widget class="QLabel" name="paramRewriteLabel">
276
     <property name="text">
277
      <string>Write request retransmission timeout</string>
278 279 280
     </property>
    </widget>
   </item>
281 282 283 284
   <item row="12" column="2">
    <widget class="QSpinBox" name="actionRetransmissionSpinBox">
     <property name="suffix">
      <string> ms</string>
Don Gagne's avatar
Don Gagne committed
285
     </property>
286 287 288 289 290 291 292 293
     <property name="minimum">
      <number>20</number>
     </property>
     <property name="maximum">
      <number>1000</number>
     </property>
     <property name="singleStep">
      <number>10</number>
Don Gagne's avatar
Don Gagne committed
294 295 296
     </property>
    </widget>
   </item>
297 298 299 300
   <item row="7" column="0">
    <spacer name="versionSpacer">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
Don Gagne's avatar
Don Gagne committed
301
     </property>
302 303 304 305 306
     <property name="sizeHint" stdset="0">
      <size>
       <width>8</width>
       <height>0</height>
      </size>
307
     </property>
308
    </spacer>
309
   </item>
pixhawk's avatar
pixhawk committed
310 311 312 313 314
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>