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 <layout class="QVBoxLayout" >
16 <property name="margin" >
19 <property name="spacing" >
23 <widget class="QTextEdit" name="teIni" >
24 <property name="minimumSize" >
30 <property name="lineWrapMode" >
31 <enum>QTextEdit::NoWrap</enum>
33 <property name="acceptRichText" >
39 <widget class="QLabel" name="labHelp" >
40 <property name="text" >
41 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
42 p, li { white-space: pre-wrap; }
43 </style></head><body style=" font-family:'Bitstream Vera Sans Mono'; font-size:12.4444pt; font-weight:400; font-style:normal; text-decoration:none;">
44 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;">You may use the following special characters:</p></body></html></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>
96 <sender>btnCancel</sender>
97 <signal>clicked()</signal>
98 <receiver>OptionsDialog</receiver>
101 <hint type="sourcelabel" >
105 <hint type="destinationlabel" >
112 <sender>btnSave</sender>
113 <signal>clicked()</signal>
114 <receiver>OptionsDialog</receiver>
115 <slot>accept()</slot>
117 <hint type="sourcelabel" >
121 <hint type="destinationlabel" >