OP-1900 have path_progress updated correctly for leg_remaining and error_below end...
[librepilot.git] / ground / openpilotgcs / src / plugins / systemhealth / systemhealthgadgetoptionspage.ui
bloba5306de24a0b9bc420d2f6004d2e428551ce0b44
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SystemHealthGadgetOptionsPage</class>
4 <widget class="QWidget" name="SystemHealthGadgetOptionsPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>486</width>
10 <height>300</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="windowTitle">
20 <string>Form</string>
21 </property>
22 <layout class="QGridLayout" name="gridLayout">
23 <property name="margin">
24 <number>0</number>
25 </property>
26 <item row="0" column="0">
27 <widget class="QLabel" name="label">
28 <property name="text">
29 <string>Subsystem SVG:</string>
30 </property>
31 </widget>
32 </item>
33 <item row="0" column="1">
34 <widget class="Utils::PathChooser" name="svgFilePathChooser" native="true"/>
35 </item>
36 <item row="1" column="0">
37 <spacer name="verticalSpacer">
38 <property name="orientation">
39 <enum>Qt::Vertical</enum>
40 </property>
41 <property name="sizeHint" stdset="0">
42 <size>
43 <width>20</width>
44 <height>40</height>
45 </size>
46 </property>
47 </spacer>
48 </item>
49 </layout>
50 </widget>
51 <customwidgets>
52 <customwidget>
53 <class>Utils::PathChooser</class>
54 <extends>QWidget</extends>
55 <header>utils/pathchooser.h</header>
56 <container>1</container>
57 </customwidget>
58 </customwidgets>
59 <resources/>
60 <connections/>
61 </ui>