|
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> |
|
41 <widget class="QPushButton" name="previewButton" > |
|
42 <property name="text" > |
|
43 <string>Preview</string> |
|
44 </property> |
|
45 </widget> |
|
46 </item> |
|
47 </layout> |
|
48 </item> |
|
49 </layout> |
|
50 </item> |
|
51 </layout> |
|
52 </widget> |
|
53 <widget class="QGroupBox" name="previewerBox" > |
|
54 <property name="title" > |
|
55 <string>HTML Preview</string> |
|
56 </property> |
|
57 <layout class="QHBoxLayout" name="horizontalLayout_3" > |
|
58 <item> |
|
59 <widget class="QWebView" name="webView" > |
|
60 <property name="url" > |
|
61 <url> |
|
62 <string>about:blank</string> |
|
63 </url> |
|
64 </property> |
|
65 </widget> |
|
66 </item> |
|
67 </layout> |
|
68 </widget> |
|
69 </widget> |
|
70 </item> |
|
71 </layout> |
|
72 </widget> |
|
73 <customwidgets> |
|
74 <customwidget> |
|
75 <class>QWebView</class> |
|
76 <extends>QWidget</extends> |
|
77 <header>QtWebKit/QWebView</header> |
|
78 </customwidget> |
|
79 </customwidgets> |
|
80 <resources/> |
|
81 <connections> |
|
82 <connection> |
|
83 <sender>clearButton</sender> |
|
84 <signal>clicked()</signal> |
|
85 <receiver>plainTextEdit</receiver> |
|
86 <slot>clear()</slot> |
|
87 <hints> |
|
88 <hint type="sourcelabel" > |
|
89 <x>56</x> |
|
90 <y>653</y> |
|
91 </hint> |
|
92 <hint type="destinationlabel" > |
|
93 <x>98</x> |
|
94 <y>551</y> |
|
95 </hint> |
|
96 </hints> |
|
97 </connection> |
|
98 </connections> |
|
99 </ui> |