1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>EditorDialog
</class>
4 <widget class=
"QDialog" name=
"EditorDialog">
5 <property name=
"geometry">
13 <property name=
"windowTitle">
14 <string>Editor
</string>
16 <property name=
"modal">
19 <layout class=
"QVBoxLayout" name=
"verticalLayout_2">
21 <widget class=
"QPlainTextEdit" name=
"plainTextEdit">
22 <property name=
"font">
24 <family>Lucida Console
</family>
27 <property name=
"horizontalScrollBarPolicy">
28 <enum>Qt::ScrollBarAlwaysOff
</enum>
33 <layout class=
"QHBoxLayout" name=
"horizontalLayout">
35 <spacer name=
"horizontalSpacer">
36 <property name=
"orientation">
37 <enum>Qt::Horizontal
</enum>
39 <property name=
"sizeHint" stdset=
"0">
48 <widget class=
"QPushButton" name=
"acceptButton">
49 <property name=
"minimumSize">
55 <property name=
"text">
61 <widget class=
"QPushButton" name=
"cancelButton">
62 <property name=
"minimumSize">
68 <property name=
"text">
69 <string>Cancel
</string>
78 <tabstop>plainTextEdit
</tabstop>
79 <tabstop>acceptButton
</tabstop>
80 <tabstop>cancelButton
</tabstop>
85 <sender>acceptButton
</sender>
86 <signal>clicked()
</signal>
87 <receiver>EditorDialog
</receiver>
90 <hint type=
"sourcelabel">
94 <hint type=
"destinationlabel">
101 <sender>cancelButton
</sender>
102 <signal>clicked()
</signal>
103 <receiver>EditorDialog
</receiver>
104 <slot>reject()
</slot>
106 <hint type=
"sourcelabel">
110 <hint type=
"destinationlabel">