0
|
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>400</width>
|
|
9 |
<height>300</height>
|
|
10 |
</rect>
|
|
11 |
</property>
|
|
12 |
<property name="windowTitle" >
|
|
13 |
<string>Form</string>
|
|
14 |
</property>
|
|
15 |
<widget class="QTextBrowser" name="textBrowser" >
|
|
16 |
<property name="geometry" >
|
|
17 |
<rect>
|
|
18 |
<x>10</x>
|
|
19 |
<y>20</y>
|
|
20 |
<width>311</width>
|
|
21 |
<height>251</height>
|
|
22 |
</rect>
|
|
23 |
</property>
|
|
24 |
<property name="html" >
|
|
25 |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
26 |
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
27 |
p, li { white-space: pre-wrap; }
|
|
28 |
</style></head><body style=" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;">
|
|
29 |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Line one</p>
|
|
30 |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Line two</p>
|
|
31 |
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p>
|
|
32 |
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p>
|
|
33 |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Line three</p>
|
|
34 |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Line four</p></body></html></string>
|
|
35 |
</property>
|
|
36 |
</widget>
|
|
37 |
</widget>
|
|
38 |
<resources/>
|
|
39 |
<connections/>
|
|
40 |
</ui>
|