| 1 | <ui version="4.0" >
|
|---|
| 2 | <class>Form</class>
|
|---|
| 3 | <widget class="QWidget" name="Form" >
|
|---|
| 4 | <property name="geometry" >
|
|---|
| 5 | <rect>
|
|---|
| 6 | <x>0</x>
|
|---|
| 7 | <y>0</y>
|
|---|
| 8 | <width>911</width>
|
|---|
| 9 | <height>688</height>
|
|---|
| 10 | </rect>
|
|---|
| 11 | </property>
|
|---|
| 12 | <property name="windowTitle" >
|
|---|
| 13 | <string>Form</string>
|
|---|
| 14 | </property>
|
|---|
| 15 | <layout class="QHBoxLayout" name="horizontalLayout_4" >
|
|---|
| 16 | <item>
|
|---|
| 17 | <widget class="QSplitter" name="splitter" >
|
|---|
| 18 | <property name="orientation" >
|
|---|
| 19 | <enum>Qt::Horizontal</enum>
|
|---|
| 20 | </property>
|
|---|
| 21 | <widget class="QGroupBox" name="editorBox" >
|
|---|
| 22 | <property name="title" >
|
|---|
| 23 | <string>HTML Editor</string>
|
|---|
| 24 | </property>
|
|---|
| 25 | <layout class="QHBoxLayout" name="horizontalLayout_2" >
|
|---|
| 26 | <item>
|
|---|
| 27 | <layout class="QVBoxLayout" name="verticalLayout_2" >
|
|---|
| 28 | <item>
|
|---|
| 29 | <widget class="QPlainTextEdit" name="plainTextEdit" />
|
|---|
| 30 | </item>
|
|---|
| 31 | <item>
|
|---|
| 32 | <layout class="QHBoxLayout" name="horizontalLayout" >
|
|---|
| 33 | <item>
|
|---|
| 34 | <widget class="QPushButton" name="clearButton" >
|
|---|
| 35 | <property name="text" >
|
|---|
| 36 | <string>Clear</string>
|
|---|
| 37 | </property>
|
|---|
| 38 | </widget>
|
|---|
| 39 | </item>
|
|---|
| 40 | <item>
|
|---|
|
|---|