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" >
47 <property name="minimumSize" >
53 <property name="baseSize" >
64 <layout class="QVBoxLayout" >
65 <property name="margin" >
68 <property name="spacing" >
72 <widget class="QLabel" name="labDate" >
73 <property name="text" >
79 <widget class="QCalendarWidget" name="calDate" >
80 <property name="sizePolicy" >
82 <hsizetype>0</hsizetype>
83 <vsizetype>5</vsizetype>
84 <horstretch>0</horstretch>
85 <verstretch>0</verstretch>
88 <property name="firstDayOfWeek" >
89 <enum>Qt::Monday</enum>
94 <widget class="QLabel" name="labOffset" >
95 <property name="text" >
96 <string>Offset</string>
101 <widget class="QTimeEdit" name="teOffset" >
102 <property name="calendarPopup" >
109 <property name="orientation" >
110 <enum>Qt::Vertical</enum>
112 <property name="sizeHint" >
115 <height>1000</height>
125 <layout class="QHBoxLayout" >
126 <property name="margin" >
129 <property name="spacing" >
133 <widget class="QPushButton" name="btnOptions" >
134 <property name="text" >
135 <string>Options</string>
141 <property name="orientation" >
142 <enum>Qt::Horizontal</enum>
144 <property name="sizeHint" >
153 <widget class="QPushButton" name="btnStart" >
154 <property name="text" >
155 <string>Start</string>
157 <property name="default" >
163 <widget class="QPushButton" name="btnQuit" >
164 <property name="text" >
165 <string>Quit</string>
167 <property name="shortcut" >
177 <tabstop>lwChannels</tabstop>
178 <tabstop>calDate</tabstop>
179 <tabstop>teOffset</tabstop>
180 <tabstop>btnStart</tabstop>
181 <tabstop>btnQuit</tabstop>
182 <tabstop>btnOptions</tabstop>
187 <sender>btnQuit</sender>
188 <signal>clicked()</signal>
189 <receiver>MainDialog</receiver>
190 <slot>accept()</slot>
192 <hint type="sourcelabel" >
196 <hint type="destinationlabel" >