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>320</width>
|
|
10 |
<height>116</height>
|
|
11 |
</rect>
|
|
12 |
</property>
|
|
13 |
<property name="windowTitle">
|
|
14 |
<string>Form</string>
|
|
15 |
</property>
|
|
16 |
<property name="styleSheet">
|
|
17 |
<string notr="true">#spinbox1::up-button{
|
|
18 |
subcontrol-origin: border;
|
|
19 |
subcontrol-position: top left;
|
|
20 |
}
|
|
21 |
#spinbox1::down-button {
|
|
22 |
subcontrol-origin: border;
|
|
23 |
subcontrol-position: bottom left;
|
|
24 |
}
|
|
25 |
|
|
26 |
|
|
27 |
#spinbox2::up-button{
|
|
28 |
subcontrol-origin: border;
|
|
29 |
subcontrol-position: center left;
|
|
30 |
left: 0px;
|
|
31 |
height: 100%;
|
|
32 |
top: 0px;
|
|
33 |
}
|
|
34 |
#spinbox2::down-button {
|
|
35 |
subcontrol-origin: border;
|
|
36 |
subcontrol-position: center right;
|
|
37 |
right: 0px;
|
|
38 |
height: 100%;
|
|
39 |
top: 0px;
|
|
40 |
}
|
|
41 |
|
|
42 |
|
|
43 |
|
|
44 |
#spinbox3::up-button{
|
|
45 |
subcontrol-origin: border;
|
|
46 |
subcontrol-position: top left;
|
|
47 |
}
|
|
48 |
|
|
49 |
|
|
50 |
#spinbox4 { padding: 20px 1px; }
|
|
51 |
#spinbox4::up-button{
|
|
52 |
subcontrol-origin: border;
|
|
53 |
subcontrol-position: top center;
|
|
54 |
width:100%;
|
|
55 |
height: 20px;
|
|
56 |
}
|
|
57 |
#spinbox4::down-button {
|
|
58 |
subcontrol-origin: border;
|
|
59 |
subcontrol-position: bottom center;
|
|
60 |
width:100%;
|
|
61 |
height: 20px;
|
|
62 |
}
|
|
63 |
|
|
64 |
</string>
|
|
65 |
</property>
|
|
66 |
<layout class="QGridLayout" name="gridLayout">
|
|
67 |
<item row="0" column="0">
|
|
68 |
<widget class="QSpinBox" name="spinbox1"/>
|
|
69 |
</item>
|
|
70 |
<item row="0" column="1">
|
|
71 |
<widget class="QSpinBox" name="spinbox2"/>
|
|
72 |
</item>
|
|
73 |
<item row="1" column="0">
|
|
74 |
<widget class="QSpinBox" name="spinbox3"/>
|
|
75 |
</item>
|
|
76 |
<item row="1" column="1">
|
|
77 |
<widget class="QSpinBox" name="spinbox4"/>
|
|
78 |
</item>
|
|
79 |
</layout>
|
|
80 |
</widget>
|
|
81 |
<resources/>
|
|
82 |
<connections/>
|
|
83 |
</ui>
|