blob: 3b3bf95f436ab12a7aa0d6e420b36a2307508780 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
<ui version="4.0" >
<author></author>
<comment></comment>
<exportmacro></exportmacro>
<class>Cruft</class>
<widget class="QDialog" name="Cruft" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>252</width>
<height>157</height>
</rect>
</property>
<property name="windowTitle" >
<string>Cruft</string>
</property>
<widget class="QPushButton" name="pushButton1" >
<property name="geometry" >
<rect>
<x>70</x>
<y>90</y>
<width>111</width>
<height>41</height>
</rect>
</property>
<property name="whatsThis" >
<string><html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Sans Serif; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This is a QUIT button.</p></body></html></string>
</property>
<property name="text" >
<string>Quit</string>
</property>
</widget>
<widget class="QTextBrowser" name="textBrowser" >
<property name="geometry" >
<rect>
<x>20</x>
<y>20</y>
<width>211</width>
<height>52</height>
</rect>
</property>
<property name="readOnly" >
<bool>false</bool>
</property>
</widget>
</widget>
<layoutdefault spacing="6" margin="11" />
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
<resources/>
<connections/>
</ui>
|