Newer
Older
Michael Carpenter
committed
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>OsdConfig</class>
<widget class="QWidget" name="OsdConfig">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>499</width>
<height>243</height>
Michael Carpenter
committed
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>131</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string><h2>OSD</h2></string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
</widget>
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
68
69
70
71
72
73
74
75
76
77
78
79
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>101</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="../../../qgroundcontrol.qrc">:/files/images/devices/MinimOSD.jpg</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>230</x>
<y>60</y>
<width>191</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>You only need to use this if you are
having issue with your OSD not
updating</string>
</property>
</widget>
<widget class="QPushButton" name="enablePushButton">
<property name="geometry">
<rect>
<x>120</x>
<y>60</y>
<width>91</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Enable
Telemetry</string>
</property>
</widget>
Michael Carpenter
committed
</widget>
<resources>
<include location="../../../qgroundcontrol.qrc"/>
</resources>
Michael Carpenter
committed
<connections/>
</ui>