Fix X7 R9M power line not enabled (#5973)
[opentx.git] / companion / src / modeledit / setup_timer.ui
blobb6b920a102c05e8dcdaa402b350ff0217642553b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>Timer</class>
4 <widget class="QWidget" name="Timer">
5 <property name="enabled">
6 <bool>true</bool>
7 </property>
8 <property name="geometry">
9 <rect>
10 <x>0</x>
11 <y>0</y>
12 <width>675</width>
13 <height>33</height>
14 </rect>
15 </property>
16 <property name="windowTitle">
17 <string/>
18 </property>
19 <layout class="QHBoxLayout" name="horizontalLayout_2">
20 <property name="spacing">
21 <number>6</number>
22 </property>
23 <property name="margin">
24 <number>0</number>
25 </property>
26 <item>
27 <widget class="QLineEdit" name="name">
28 <property name="minimumSize">
29 <size>
30 <width>80</width>
31 <height>0</height>
32 </size>
33 </property>
34 </widget>
35 </item>
36 <item>
37 <widget class="QTimeEdit" name="value">
38 <property name="accelerated">
39 <bool>true</bool>
40 </property>
41 <property name="currentSection">
42 <enum>QDateTimeEdit::HourSection</enum>
43 </property>
44 <property name="displayFormat">
45 <string notr="true">hh:mm:ss</string>
46 </property>
47 </widget>
48 </item>
49 <item>
50 <widget class="QComboBox" name="mode"/>
51 </item>
52 <item>
53 <widget class="QLabel" name="countdownBeepLabel">
54 <property name="text">
55 <string>Countdown</string>
56 </property>
57 </widget>
58 </item>
59 <item>
60 <widget class="AutoComboBox" name="countdownBeep"/>
61 </item>
62 <item>
63 <widget class="QCheckBox" name="minuteBeep">
64 <property name="text">
65 <string>Minute Call</string>
66 </property>
67 </widget>
68 </item>
69 <item>
70 <widget class="AutoComboBox" name="persistent"/>
71 </item>
72 <item>
73 <widget class="QLabel" name="persistentValue">
74 <property name="text">
75 <string notr="true"> (00:00:00)</string>
76 </property>
77 </widget>
78 </item>
79 <item>
80 <spacer name="spacer">
81 <property name="orientation">
82 <enum>Qt::Horizontal</enum>
83 </property>
84 <property name="sizeHint" stdset="0">
85 <size>
86 <width>255</width>
87 <height>17</height>
88 </size>
89 </property>
90 </spacer>
91 </item>
92 </layout>
93 </widget>
94 <customwidgets>
95 <customwidget>
96 <class>AutoComboBox</class>
97 <extends>QComboBox</extends>
98 <header>autocombobox.h</header>
99 </customwidget>
100 </customwidgets>
101 <resources/>
102 <connections/>
103 </ui>