2 <class>MainDialog</class>
3 <widget class="QDialog" name="MainDialog" >
4 <property name="geometry" >
12 <property name="windowTitle" >
13 <string>TeleSchorsch</string>
15 <layout class="QVBoxLayout" >
16 <property name="margin" >
19 <property name="spacing" >
23 <layout class="QHBoxLayout" >
24 <property name="margin" >
27 <property name="spacing" >
31 <layout class="QVBoxLayout" >
32 <property name="margin" >
35 <property name="spacing" >
39 <widget class="QLabel" name="labChannels" >
40 <property name="text" >
41 <string>Channel</string>
46 <widget class="QListWidget" name="lwChannels" />
51 <layout class="QVBoxLayout" >
52 <property name="margin" >
55 <property name="spacing" >
59 <widget class="QLabel" name="labDate" >
60 <property name="text" >
66 <widget class="QCalendarWidget" name="calDate" >
67 <property name="firstDayOfWeek" >
68 <enum>Qt::Monday</enum>
73 <widget class="QLabel" name="labOffset" >
74 <property name="text" >
75 <string>Offset</string>
80 <widget class="QTimeEdit" name="teOffset" >
81 <property name="calendarPopup" >
91 <layout class="QHBoxLayout" >
92 <property name="margin" >
95 <property name="spacing" >
99 <widget class="QPushButton" name="btnOptions" >
100 <property name="text" >
101 <string>Options</string>
107 <property name="orientation" >
108 <enum>Qt::Horizontal</enum>
110 <property name="sizeHint" >
119 <widget class="QPushButton" name="btnStart" >
120 <property name="text" >
121 <string>Start</string>
123 <property name="default" >
129 <widget class="QPushButton" name="btnQuit" >
130 <property name="text" >
131 <string>Quit</string>
133 <property name="shortcut" >
143 <tabstop>lwChannels</tabstop>
144 <tabstop>calDate</tabstop>
145 <tabstop>teOffset</tabstop>
146 <tabstop>btnStart</tabstop>
147 <tabstop>btnQuit</tabstop>
148 <tabstop>btnOptions</tabstop>
153 <sender>btnQuit</sender>
154 <signal>clicked()</signal>
155 <receiver>MainDialog</receiver>
156 <slot>accept()</slot>
158 <hint type="sourcelabel" >
162 <hint type="destinationlabel" >