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="lineWrapMode" >
25 <enum>QTextEdit::NoWrap</enum>
27 <property name="acceptRichText" >
33 <widget class="QLabel" name="labHelp" >
34 <property name="text" >
35 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
36 p, li { white-space: pre-wrap; }
37 </style></head><body style=" font-family:'Bitstream Vera Sans Mono'; font-size:12.4444pt; font-weight:400; font-style:normal; text-decoration:none;">
38 <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>
40 <property name="textFormat" >
41 <enum>Qt::RichText</enum>
46 <layout class="QHBoxLayout" >
47 <property name="margin" >
50 <property name="spacing" >
55 <property name="orientation" >
56 <enum>Qt::Horizontal</enum>
58 <property name="sizeHint" >
67 <widget class="QPushButton" name="btnSave" >
68 <property name="text" >
71 <property name="default" >
77 <widget class="QPushButton" name="btnCancel" >
78 <property name="text" >
79 <string>Cancel</string>
90 <sender>btnCancel</sender>
91 <signal>clicked()</signal>
92 <receiver>OptionsDialog</receiver>
95 <hint type="sourcelabel" >
99 <hint type="destinationlabel" >
106 <sender>btnSave</sender>
107 <signal>clicked()</signal>
108 <receiver>OptionsDialog</receiver>
109 <slot>accept()</slot>
111 <hint type="sourcelabel" >
115 <hint type="destinationlabel" >