2 <class>OptionsDialog</class>
3 <widget class="QDialog" name="OptionsDialog" >
4 <property name="geometry" >
12 <property name="windowTitle" >
13 <string>TeleSchorsch channel configuration</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 <widget class="QTextEdit" name="teIni" >
27 <property name="minimumSize" >
33 <property name="lineWrapMode" >
34 <enum>QTextEdit::NoWrap</enum>
36 <property name="acceptRichText" >
42 <widget class="QLabel" name="labHelp" >
43 <property name="text" >
44 <string>You may use the following special characters:</string>
46 <property name="textFormat" >
47 <enum>Qt::RichText</enum>
52 <layout class="QHBoxLayout" >
53 <property name="margin" >
56 <property name="spacing" >
61 <property name="orientation" >
62 <enum>Qt::Horizontal</enum>
64 <property name="sizeHint" >
73 <widget class="QPushButton" name="btnSave" >
74 <property name="text" >
77 <property name="default" >
83 <widget class="QPushButton" name="btnCancel" >
84 <property name="text" >
85 <string>Cancel</string>
94 <include location="qteleschorsch.qrc" />
98 <sender>btnCancel</sender>
99 <signal>clicked()</signal>
100 <receiver>OptionsDialog</receiver>
101 <slot>reject()</slot>
103 <hint type="sourcelabel" >
107 <hint type="destinationlabel" >
114 <sender>btnSave</sender>
115 <signal>clicked()</signal>
116 <receiver>OptionsDialog</receiver>
117 <slot>accept()</slot>
119 <hint type="sourcelabel" >
123 <hint type="destinationlabel" >