equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>Form</class> |
|
4 <widget class="QWidget" name="Form"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>212</width> |
|
10 <height>108</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Form</string> |
|
15 </property> |
|
16 <property name="styleSheet"> |
|
17 <string notr="true">QPushButton { padding: 20px; }</string> |
|
18 </property> |
|
19 <layout class="QGridLayout" name="gridLayout"> |
|
20 <item row="0" column="0"> |
|
21 <widget class="QPushButton" name="pushButton"> |
|
22 <property name="text"> |
|
23 <string>Text not cropped</string> |
|
24 </property> |
|
25 </widget> |
|
26 </item> |
|
27 <item row="0" column="1"> |
|
28 <spacer name="horizontalSpacer"> |
|
29 <property name="orientation"> |
|
30 <enum>Qt::Horizontal</enum> |
|
31 </property> |
|
32 <property name="sizeHint" stdset="0"> |
|
33 <size> |
|
34 <width>258</width> |
|
35 <height>20</height> |
|
36 </size> |
|
37 </property> |
|
38 </spacer> |
|
39 </item> |
|
40 <item row="1" column="0"> |
|
41 <spacer name="verticalSpacer"> |
|
42 <property name="orientation"> |
|
43 <enum>Qt::Vertical</enum> |
|
44 </property> |
|
45 <property name="sizeHint" stdset="0"> |
|
46 <size> |
|
47 <width>20</width> |
|
48 <height>218</height> |
|
49 </size> |
|
50 </property> |
|
51 </spacer> |
|
52 </item> |
|
53 </layout> |
|
54 </widget> |
|
55 <resources/> |
|
56 <connections/> |
|
57 </ui> |