Fix X7 R9M power line not enabled (#5973)
[opentx.git] / companion / src / modeledit / telemetry_customscreen.ui
blobf20accba53cd148e5411b4b5460e114bd443372f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>TelemetryCustomScreen</class>
4 <widget class="QWidget" name="TelemetryCustomScreen">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>915</width>
10 <height>305</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string/>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <layout class="QHBoxLayout" name="screenScript" stretch="0,0,0,1">
19 <item>
20 <widget class="QLabel" name="screenTypeLabel">
21 <property name="sizePolicy">
22 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
23 <horstretch>0</horstretch>
24 <verstretch>0</verstretch>
25 </sizepolicy>
26 </property>
27 <property name="minimumSize">
28 <size>
29 <width>0</width>
30 <height>0</height>
31 </size>
32 </property>
33 <property name="text">
34 <string>Custom Screen Type</string>
35 </property>
36 </widget>
37 </item>
38 <item>
39 <widget class="AutoComboBox" name="screenType">
40 <property name="sizePolicy">
41 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
42 <horstretch>0</horstretch>
43 <verstretch>0</verstretch>
44 </sizepolicy>
45 </property>
46 <property name="minimumSize">
47 <size>
48 <width>90</width>
49 <height>0</height>
50 </size>
51 </property>
52 </widget>
53 </item>
54 <item>
55 <widget class="QComboBox" name="scriptName">
56 <property name="editable">
57 <bool>true</bool>
58 </property>
59 </widget>
60 </item>
61 <item>
62 <spacer name="horizontalSpacer">
63 <property name="orientation">
64 <enum>Qt::Horizontal</enum>
65 </property>
66 <property name="sizeHint" stdset="0">
67 <size>
68 <width>40</width>
69 <height>20</height>
70 </size>
71 </property>
72 </spacer>
73 </item>
74 </layout>
75 </item>
76 <item>
77 <widget class="QGroupBox" name="screenBars">
78 <layout class="QGridLayout" name="screenBarsLayout" columnstretch="1,0,1,0">
79 <item row="0" column="1">
80 <widget class="QLabel" name="minLabel">
81 <property name="text">
82 <string>Min</string>
83 </property>
84 <property name="alignment">
85 <set>Qt::AlignCenter</set>
86 </property>
87 </widget>
88 </item>
89 <item row="0" column="0">
90 <widget class="QLabel" name="sourceLabel">
91 <property name="text">
92 <string>Source</string>
93 </property>
94 <property name="alignment">
95 <set>Qt::AlignCenter</set>
96 </property>
97 </widget>
98 </item>
99 <item row="0" column="2">
100 <widget class="QLabel" name="gaugeLabel">
101 <property name="text">
102 <string>Gauge</string>
103 </property>
104 <property name="alignment">
105 <set>Qt::AlignCenter</set>
106 </property>
107 </widget>
108 </item>
109 <item row="0" column="3">
110 <widget class="QLabel" name="maxLabel">
111 <property name="text">
112 <string>Max</string>
113 </property>
114 <property name="alignment">
115 <set>Qt::AlignCenter</set>
116 </property>
117 </widget>
118 </item>
119 </layout>
120 </widget>
121 </item>
122 <item>
123 <widget class="QGroupBox" name="screenNums">
124 <layout class="QGridLayout" name="screenNumsLayout"/>
125 </widget>
126 </item>
127 </layout>
128 </widget>
129 <customwidgets>
130 <customwidget>
131 <class>AutoComboBox</class>
132 <extends>QComboBox</extends>
133 <header>autocombobox.h</header>
134 </customwidget>
135 </customwidgets>
136 <resources/>
137 <connections/>
138 </ui>