0
|
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>530</width>
|
|
10 |
<height>309</height>
|
|
11 |
</rect>
|
|
12 |
</property>
|
|
13 |
<property name="windowTitle">
|
|
14 |
<string>Form</string>
|
|
15 |
</property>
|
|
16 |
<property name="styleSheet">
|
|
17 |
<string notr="true">QLabel { border-width: 28; color: #0f0; background-color: white; }
|
|
18 |
|
|
19 |
#label_repeat_repeat {
|
|
20 |
border-image: url("images/borderimage.png") 28 repeat repeat;
|
|
21 |
}
|
|
22 |
|
|
23 |
#label_stretch_repeat {
|
|
24 |
border-image: url("images/borderimage.png") 28 stretch repeat;
|
|
25 |
}
|
|
26 |
|
|
27 |
#label_round_repeat {
|
|
28 |
border-image: url("images/borderimage.png") 28 round repeat;
|
|
29 |
}
|
|
30 |
|
|
31 |
|
|
32 |
#label_repeat_round {
|
|
33 |
border-image: url("images/borderimage.png") 28 repeat round;
|
|
34 |
}
|
|
35 |
|
|
36 |
#label_stretch_round {
|
|
37 |
border-image: url("images/borderimage.png") 28 stretch round;
|
|
38 |
}
|
|
39 |
|
|
40 |
#label_round_round {
|
|
41 |
border-image: url("images/borderimage.png") 28 round round;
|
|
42 |
}
|
|
43 |
|
|
44 |
#label_repeat_stretch {
|
|
45 |
border-image: url("images/borderimage.png") 28 repeat stretch;
|
|
46 |
}
|
|
47 |
|
|
48 |
#label_stretch_stretch {
|
|
49 |
border-image: url("images/borderimage.png") 28 stretch stretch;
|
|
50 |
}
|
|
51 |
|
|
52 |
#label_round_stretch {
|
|
53 |
border-image: url("images/borderimage.png") 28 round stretch;
|
|
54 |
}
|
|
55 |
</string>
|
|
56 |
</property>
|
|
57 |
<layout class="QGridLayout" name="gridLayout">
|
|
58 |
<item row="0" column="0">
|
|
59 |
<widget class="QLabel" name="label_stretch_stretch">
|
|
60 |
<property name="text">
|
|
61 |
<string>Strecth Stretch</string>
|
|
62 |
</property>
|
|
63 |
</widget>
|
|
64 |
</item>
|
|
65 |
<item row="0" column="1">
|
|
66 |
<widget class="QLabel" name="label_stretch_round">
|
|
67 |
<property name="text">
|
|
68 |
<string>Stretch Round</string>
|
|
69 |
</property>
|
|
70 |
</widget>
|
|
71 |
</item>
|
|
72 |
<item row="0" column="2">
|
|
73 |
<widget class="QLabel" name="label_stretch_repeat">
|
|
74 |
<property name="text">
|
|
75 |
<string>Stretch repeat</string>
|
|
76 |
</property>
|
|
77 |
</widget>
|
|
78 |
</item>
|
|
79 |
<item row="1" column="0">
|
|
80 |
<widget class="QLabel" name="label_round_stretch">
|
|
81 |
<property name="text">
|
|
82 |
<string>Round Stretch</string>
|
|
83 |
</property>
|
|
84 |
</widget>
|
|
85 |
</item>
|
|
86 |
<item row="1" column="1">
|
|
87 |
<widget class="QLabel" name="label_round_round">
|
|
88 |
<property name="text">
|
|
89 |
<string>Round Round</string>
|
|
90 |
</property>
|
|
91 |
</widget>
|
|
92 |
</item>
|
|
93 |
<item row="1" column="2">
|
|
94 |
<widget class="QLabel" name="label_round_repeat">
|
|
95 |
<property name="text">
|
|
96 |
<string>Round Repeat</string>
|
|
97 |
</property>
|
|
98 |
</widget>
|
|
99 |
</item>
|
|
100 |
<item row="2" column="0">
|
|
101 |
<widget class="QLabel" name="label_repeat_stretch">
|
|
102 |
<property name="text">
|
|
103 |
<string>Repeat Stretch</string>
|
|
104 |
</property>
|
|
105 |
</widget>
|
|
106 |
</item>
|
|
107 |
<item row="2" column="1">
|
|
108 |
<widget class="QLabel" name="label_repeat_round">
|
|
109 |
<property name="text">
|
|
110 |
<string>Repeat Round</string>
|
|
111 |
</property>
|
|
112 |
</widget>
|
|
113 |
</item>
|
|
114 |
<item row="2" column="2">
|
|
115 |
<widget class="QLabel" name="label_repeat_repeat">
|
|
116 |
<property name="text">
|
|
117 |
<string>Repeat Repeat</string>
|
|
118 |
</property>
|
|
119 |
</widget>
|
|
120 |
</item>
|
|
121 |
</layout>
|
|
122 |
</widget>
|
|
123 |
<resources/>
|
|
124 |
<connections/>
|
|
125 |
</ui>
|