|
6 | 6 | <rect> |
7 | 7 | <x>0</x> |
8 | 8 | <y>0</y> |
9 | | - <width>406</width> |
| 9 | + <width>315</width> |
10 | 10 | <height>298</height> |
11 | 11 | </rect> |
12 | 12 | </property> |
|
18 | 18 | <layout class="QHBoxLayout" name="horizontalLayout"> |
19 | 19 | <item> |
20 | 20 | <widget class="QLabel" name="label"> |
| 21 | + <property name="sizePolicy"> |
| 22 | + <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> |
| 23 | + <horstretch>0</horstretch> |
| 24 | + <verstretch>0</verstretch> |
| 25 | + </sizepolicy> |
| 26 | + </property> |
21 | 27 | <property name="text"> |
22 | 28 | <string>Search method</string> |
23 | 29 | </property> |
|
74 | 80 | </item> |
75 | 81 | <item> |
76 | 82 | <widget class="QGroupBox" name="groupBox"> |
| 83 | + <property name="sizePolicy"> |
| 84 | + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
| 85 | + <horstretch>0</horstretch> |
| 86 | + <verstretch>0</verstretch> |
| 87 | + </sizepolicy> |
| 88 | + </property> |
| 89 | + <property name="maximumSize"> |
| 90 | + <size> |
| 91 | + <width>16777215</width> |
| 92 | + <height>16777215</height> |
| 93 | + </size> |
| 94 | + </property> |
77 | 95 | <property name="title"> |
78 | 96 | <string>Number of candidates</string> |
79 | 97 | </property> |
80 | 98 | <layout class="QGridLayout" name="gridLayout"> |
81 | 99 | <item row="0" column="0"> |
82 | 100 | <widget class="QLabel" name="label_2"> |
| 101 | + <property name="sizePolicy"> |
| 102 | + <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> |
| 103 | + <horstretch>0</horstretch> |
| 104 | + <verstretch>0</verstretch> |
| 105 | + </sizepolicy> |
| 106 | + </property> |
83 | 107 | <property name="text"> |
84 | 108 | <string>Point</string> |
85 | 109 | </property> |
|
90 | 114 | </item> |
91 | 115 | <item row="0" column="1"> |
92 | 116 | <widget class="QSpinBox" name="spinCandPoint"> |
| 117 | + <property name="alignment"> |
| 118 | + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
| 119 | + </property> |
93 | 120 | <property name="minimum"> |
94 | 121 | <number>1</number> |
95 | 122 | </property> |
|
100 | 127 | </item> |
101 | 128 | <item row="1" column="0"> |
102 | 129 | <widget class="QLabel" name="label_3"> |
| 130 | + <property name="sizePolicy"> |
| 131 | + <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> |
| 132 | + <horstretch>0</horstretch> |
| 133 | + <verstretch>0</verstretch> |
| 134 | + </sizepolicy> |
| 135 | + </property> |
103 | 136 | <property name="text"> |
104 | 137 | <string>Line</string> |
105 | 138 | </property> |
|
110 | 143 | </item> |
111 | 144 | <item row="1" column="1"> |
112 | 145 | <widget class="QSpinBox" name="spinCandLine"> |
| 146 | + <property name="alignment"> |
| 147 | + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
| 148 | + </property> |
113 | 149 | <property name="minimum"> |
114 | 150 | <number>1</number> |
115 | 151 | </property> |
|
120 | 156 | </item> |
121 | 157 | <item row="2" column="0"> |
122 | 158 | <widget class="QLabel" name="label_4"> |
| 159 | + <property name="sizePolicy"> |
| 160 | + <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> |
| 161 | + <horstretch>0</horstretch> |
| 162 | + <verstretch>0</verstretch> |
| 163 | + </sizepolicy> |
| 164 | + </property> |
123 | 165 | <property name="text"> |
124 | 166 | <string>Polygon</string> |
125 | 167 | </property> |
|
130 | 172 | </item> |
131 | 173 | <item row="2" column="1"> |
132 | 174 | <widget class="QSpinBox" name="spinCandPolygon"> |
| 175 | + <property name="alignment"> |
| 176 | + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
| 177 | + </property> |
133 | 178 | <property name="minimum"> |
134 | 179 | <number>1</number> |
135 | 180 | </property> |
|
159 | 204 | </item> |
160 | 205 | </layout> |
161 | 206 | </item> |
162 | | - <item> |
163 | | - <spacer name="verticalSpacer"> |
164 | | - <property name="orientation"> |
165 | | - <enum>Qt::Vertical</enum> |
166 | | - </property> |
167 | | - <property name="sizeHint" stdset="0"> |
168 | | - <size> |
169 | | - <width>20</width> |
170 | | - <height>40</height> |
171 | | - </size> |
172 | | - </property> |
173 | | - </spacer> |
174 | | - </item> |
175 | 207 | <item> |
176 | 208 | <widget class="QCheckBox" name="chkShowAllLabels"> |
177 | 209 | <property name="text"> |
178 | | - <string>Show all labels for all layers (i.e. including colliding labels)</string> |
| 210 | + <string>Show all labels for all layers (with collisions)</string> |
179 | 211 | </property> |
180 | 212 | </widget> |
181 | 213 | </item> |
|
186 | 218 | </property> |
187 | 219 | </widget> |
188 | 220 | </item> |
| 221 | + <item> |
| 222 | + <spacer name="verticalSpacer_2"> |
| 223 | + <property name="orientation"> |
| 224 | + <enum>Qt::Vertical</enum> |
| 225 | + </property> |
| 226 | + <property name="sizeHint" stdset="0"> |
| 227 | + <size> |
| 228 | + <width>20</width> |
| 229 | + <height>40</height> |
| 230 | + </size> |
| 231 | + </property> |
| 232 | + </spacer> |
| 233 | + </item> |
189 | 234 | <item> |
190 | 235 | <widget class="QDialogButtonBox" name="buttonBox"> |
191 | 236 | <property name="orientation"> |
|
0 commit comments