2 <class>MainDialog</class>
3 <widget class="QDialog" name="MainDialog" >
4 <property name="geometry" >
12 <property name="windowTitle" >
13 <string>TeleSchorsch</string>
15 <property name="windowIcon" >
16 <iconset resource="qteleschorsch.qrc" >:/teleschorsch.png</iconset>
18 <layout class="QVBoxLayout" >
19 <property name="margin" >
22 <property name="spacing" >
26 <layout class="QHBoxLayout" >
27 <property name="margin" >
30 <property name="spacing" >
34 <layout class="QVBoxLayout" >
35 <property name="margin" >
38 <property name="spacing" >
42 <widget class="QLabel" name="labChannels" >
43 <property name="text" >
44 <string>Channel</string>
49 <widget class="QListWidget" name="lwChannels" >
50 <property name="minimumSize" >
56 <property name="baseSize" >
67 <layout class="QVBoxLayout" >
68 <property name="margin" >
71 <property name="spacing" >
75 <widget class="QLabel" name="labDate" >
76 <property name="text" >
82 <widget class="QCalendarWidget" name="calDate" >
83 <property name="sizePolicy" >
85 <hsizetype>0</hsizetype>
86 <vsizetype>5</vsizetype>
87 <horstretch>0</horstretch>
88 <verstretch>0</verstretch>
91 <property name="firstDayOfWeek" >
92 <enum>Qt::Monday</enum>
97 <widget class="QLabel" name="labOffset" >
98 <property name="text" >
99 <string>Offset</string>
104 <widget class="QTimeEdit" name="teOffset" >
105 <property name="calendarPopup" >
112 <property name="orientation" >
113 <enum>Qt::Vertical</enum>
115 <property name="sizeHint" >
118 <height>1000</height>
128 <layout class="QHBoxLayout" >
129 <property name="margin" >
132 <property name="spacing" >
136 <widget class="QPushButton" name="btnOptions" >
137 <property name="text" >
138 <string>Options</string>
144 <property name="orientation" >
145 <enum>Qt::Horizontal</enum>
147 <property name="sizeHint" >
156 <widget class="QPushButton" name="btnStart" >
157 <property name="text" >
158 <string>Start</string>
160 <property name="default" >
166 <widget class="QPushButton" name="btnQuit" >
167 <property name="text" >
168 <string>Quit</string>
170 <property name="shortcut" >
180 <tabstop>lwChannels</tabstop>
181 <tabstop>calDate</tabstop>
182 <tabstop>teOffset</tabstop>
183 <tabstop>btnStart</tabstop>
184 <tabstop>btnQuit</tabstop>
185 <tabstop>btnOptions</tabstop>
188 <include location="qteleschorsch.qrc" />
192 <sender>btnQuit</sender>
193 <signal>clicked()</signal>
194 <receiver>MainDialog</receiver>
195 <slot>accept()</slot>
197 <hint type="sourcelabel" >
201 <hint type="destinationlabel" >