|
6 | 6 | <rect>
|
7 | 7 | <x>0</x>
|
8 | 8 | <y>0</y>
|
9 |
| - <width>233</width> |
10 |
| - <height>361</height> |
| 9 | + <width>209</width> |
| 10 | + <height>277</height> |
11 | 11 | </rect>
|
12 | 12 | </property>
|
13 | 13 | <property name="windowTitle">
|
14 | 14 | <string>Form</string>
|
15 | 15 | </property>
|
16 |
| - <layout class="QFormLayout" name="formLayout"> |
17 |
| - <item row="3" column="0"> |
18 |
| - <widget class="QLabel" name="mOpacityLabel"> |
| 16 | + <layout class="QGridLayout" name="gridLayout"> |
| 17 | + <item row="0" column="0" colspan="3"> |
| 18 | + <widget class="QPushButton" name="mFrameColorButton"> |
19 | 19 | <property name="text">
|
20 |
| - <string>Opacity</string> |
21 |
| - </property> |
22 |
| - <property name="wordWrap"> |
23 |
| - <bool>true</bool> |
| 20 | + <string>Frame color...</string> |
24 | 21 | </property>
|
25 |
| - <property name="buddy"> |
26 |
| - <cstring>mOpacitySlider</cstring> |
| 22 | + </widget> |
| 23 | + </item> |
| 24 | + <item row="1" column="0" colspan="3"> |
| 25 | + <widget class="QPushButton" name="mBackgroundColorButton"> |
| 26 | + <property name="text"> |
| 27 | + <string>Background color...</string> |
27 | 28 | </property>
|
28 | 29 | </widget>
|
29 | 30 | </item>
|
30 |
| - <item row="5" column="0"> |
| 31 | + <item row="2" column="0" colspan="3"> |
| 32 | + <layout class="QHBoxLayout" name="horizontalLayout"> |
| 33 | + <item> |
| 34 | + <widget class="QLabel" name="mOpacityLabel"> |
| 35 | + <property name="text"> |
| 36 | + <string>Opacity</string> |
| 37 | + </property> |
| 38 | + <property name="wordWrap"> |
| 39 | + <bool>true</bool> |
| 40 | + </property> |
| 41 | + <property name="buddy"> |
| 42 | + <cstring>mOpacitySlider</cstring> |
| 43 | + </property> |
| 44 | + </widget> |
| 45 | + </item> |
| 46 | + <item> |
| 47 | + <widget class="QSlider" name="mOpacitySlider"> |
| 48 | + <property name="maximum"> |
| 49 | + <number>255</number> |
| 50 | + </property> |
| 51 | + <property name="orientation"> |
| 52 | + <enum>Qt::Horizontal</enum> |
| 53 | + </property> |
| 54 | + </widget> |
| 55 | + </item> |
| 56 | + <item> |
| 57 | + <widget class="QSpinBox" name="mOpacitySpinBox"> |
| 58 | + <property name="maximum"> |
| 59 | + <number>255</number> |
| 60 | + </property> |
| 61 | + </widget> |
| 62 | + </item> |
| 63 | + </layout> |
| 64 | + </item> |
| 65 | + <item row="3" column="0"> |
31 | 66 | <widget class="QLabel" name="mOutlineWidthLabel">
|
32 | 67 | <property name="text">
|
33 | 68 | <string>Outline width</string>
|
|
40 | 75 | </property>
|
41 | 76 | </widget>
|
42 | 77 | </item>
|
43 |
| - <item row="9" column="0"> |
44 |
| - <widget class="QLabel" name="mIdLabel"> |
45 |
| - <property name="text"> |
46 |
| - <string>Item ID</string> |
47 |
| - </property> |
48 |
| - </widget> |
| 78 | + <item row="3" column="2"> |
| 79 | + <widget class="QDoubleSpinBox" name="mOutlineWidthSpinBox"/> |
49 | 80 | </item>
|
50 |
| - <item row="0" column="0" colspan="2"> |
51 |
| - <widget class="QPushButton" name="mFrameColorButton"> |
| 81 | + <item row="4" column="0" colspan="3"> |
| 82 | + <widget class="QPushButton" name="mPositionButton"> |
52 | 83 | <property name="text">
|
53 |
| - <string>Frame color...</string> |
| 84 | + <string>Position and size...</string> |
54 | 85 | </property>
|
55 | 86 | </widget>
|
56 | 87 | </item>
|
57 |
| - <item row="1" column="0" colspan="2"> |
58 |
| - <widget class="QPushButton" name="mBackgroundColorButton"> |
| 88 | + <item row="5" column="0" colspan="2"> |
| 89 | + <widget class="QCheckBox" name="mFrameCheckBox"> |
59 | 90 | <property name="text">
|
60 |
| - <string>Background color...</string> |
61 |
| - </property> |
62 |
| - </widget> |
63 |
| - </item> |
64 |
| - <item row="3" column="1"> |
65 |
| - <widget class="QSlider" name="mOpacitySlider"> |
66 |
| - <property name="maximum"> |
67 |
| - <number>255</number> |
68 |
| - </property> |
69 |
| - <property name="orientation"> |
70 |
| - <enum>Qt::Horizontal</enum> |
| 91 | + <string>Show frame</string> |
71 | 92 | </property>
|
72 | 93 | </widget>
|
73 | 94 | </item>
|
74 |
| - <item row="5" column="1"> |
75 |
| - <widget class="QDoubleSpinBox" name="mOutlineWidthSpinBox"/> |
76 |
| - </item> |
77 |
| - <item row="7" column="0" colspan="2"> |
78 |
| - <widget class="QPushButton" name="mPositionButton"> |
| 95 | + <item row="6" column="0"> |
| 96 | + <widget class="QLabel" name="mIdLabel"> |
79 | 97 | <property name="text">
|
80 |
| - <string>Position and size...</string> |
| 98 | + <string>Item ID</string> |
81 | 99 | </property>
|
82 | 100 | </widget>
|
83 | 101 | </item>
|
84 |
| - <item row="9" column="1"> |
| 102 | + <item row="6" column="1" colspan="2"> |
85 | 103 | <widget class="QLineEdit" name="mItemIdLineEdit"/>
|
86 | 104 | </item>
|
87 |
| - <item row="11" column="0" colspan="2"> |
| 105 | + <item row="7" column="0" colspan="2"> |
88 | 106 | <spacer name="verticalSpacer">
|
89 | 107 | <property name="orientation">
|
90 | 108 | <enum>Qt::Vertical</enum>
|
|
97 | 115 | </property>
|
98 | 116 | </spacer>
|
99 | 117 | </item>
|
100 |
| - <item row="8" column="0" colspan="2"> |
101 |
| - <widget class="QCheckBox" name="mFrameCheckBox"> |
102 |
| - <property name="text"> |
103 |
| - <string>Show frame</string> |
104 |
| - </property> |
105 |
| - </widget> |
106 |
| - </item> |
107 | 118 | </layout>
|
108 | 119 | </widget>
|
109 | 120 | <resources/>
|
|
0 commit comments