|
6 | 6 | <rect>
|
7 | 7 | <x>0</x>
|
8 | 8 | <y>0</y>
|
9 |
| - <width>394</width> |
10 |
| - <height>409</height> |
| 9 | + <width>355</width> |
| 10 | + <height>390</height> |
11 | 11 | </rect>
|
12 | 12 | </property>
|
13 | 13 | <property name="windowTitle">
|
14 | 14 | <string>Identify Results</string>
|
15 | 15 | </property>
|
16 |
| - <layout class="QVBoxLayout"> |
| 16 | + <layout class="QVBoxLayout" name="verticalLayout_4"> |
| 17 | + <property name="spacing"> |
| 18 | + <number>0</number> |
| 19 | + </property> |
17 | 20 | <property name="margin">
|
18 |
| - <number>2</number> |
| 21 | + <number>0</number> |
19 | 22 | </property>
|
| 23 | + <item> |
| 24 | + <layout class="QHBoxLayout" name="horizontalLayout_3"> |
| 25 | + <item> |
| 26 | + <widget class="QLabel" name="lblViewMode"> |
| 27 | + <property name="toolTip"> |
| 28 | + <string>Select view mode for raster layers</string> |
| 29 | + </property> |
| 30 | + <property name="text"> |
| 31 | + <string>View</string> |
| 32 | + </property> |
| 33 | + </widget> |
| 34 | + </item> |
| 35 | + <item> |
| 36 | + <widget class="QComboBox" name="cmbViewMode"/> |
| 37 | + </item> |
| 38 | + <item> |
| 39 | + <spacer name="horizontalSpacer_2"> |
| 40 | + <property name="orientation"> |
| 41 | + <enum>Qt::Horizontal</enum> |
| 42 | + </property> |
| 43 | + <property name="sizeHint" stdset="0"> |
| 44 | + <size> |
| 45 | + <width>58</width> |
| 46 | + <height>38</height> |
| 47 | + </size> |
| 48 | + </property> |
| 49 | + </spacer> |
| 50 | + </item> |
| 51 | + </layout> |
| 52 | + </item> |
20 | 53 | <item>
|
21 | 54 | <widget class="QStackedWidget" name="stackedWidget">
|
22 |
| - <widget class="QWidget" name="stackedWidgetPage1" native="true"> |
| 55 | + <widget class="QWidget" name="stackedWidgetPage1"> |
23 | 56 | <layout class="QVBoxLayout" name="verticalLayout">
|
24 | 57 | <property name="spacing">
|
25 | 58 | <number>0</number>
|
|
47 | 80 | </item>
|
48 | 81 | </layout>
|
49 | 82 | </widget>
|
50 |
| - <widget class="QWidget" name="stackedWidgetPage2" native="true"> |
| 83 | + <widget class="QWidget" name="stackedWidgetPage2"> |
51 | 84 | <layout class="QVBoxLayout" name="verticalLayout_2">
|
52 | 85 | <property name="spacing">
|
53 | 86 | <number>0</number>
|
|
87 | 120 | </item>
|
88 | 121 | </layout>
|
89 | 122 | </widget>
|
90 |
| - <widget class="QWidget" name="stackedWidgetPage3" native="true"> |
| 123 | + <widget class="QWidget" name="stackedWidgetPage3"> |
91 | 124 | <layout class="QVBoxLayout" name="verticalLayout_3">
|
92 | 125 | <item>
|
93 | 126 | <widget class="QwtPlot" name="mPlot"/>
|
|
237 | 270 | </layout>
|
238 | 271 | </item>
|
239 | 272 | <item>
|
240 |
| - <layout class="QHBoxLayout" name="mIdentifyModeHorizontalLayout"> |
| 273 | + <layout class="QHBoxLayout" name="horizontalLayout_2"> |
241 | 274 | <item>
|
242 | 275 | <widget class="QLabel" name="lblIdentifyMode">
|
243 | 276 | <property name="toolTip">
|
|
249 | 282 | </widget>
|
250 | 283 | </item>
|
251 | 284 | <item>
|
252 |
| - <widget class="QComboBox" name="cmbIdentifyMode"/> |
253 |
| - </item> |
254 |
| - <item> |
255 |
| - <spacer name="horizontalSpacer_43"> |
256 |
| - <property name="orientation"> |
257 |
| - <enum>Qt::Horizontal</enum> |
258 |
| - </property> |
259 |
| - <property name="sizeHint" stdset="0"> |
260 |
| - <size> |
261 |
| - <width>40</width> |
262 |
| - <height>20</height> |
263 |
| - </size> |
264 |
| - </property> |
265 |
| - </spacer> |
266 |
| - </item> |
267 |
| - <item> |
268 |
| - <widget class="QLabel" name="lblViewMode"> |
269 |
| - <property name="toolTip"> |
270 |
| - <string>Select view mode for raster layers</string> |
271 |
| - </property> |
272 |
| - <property name="text"> |
273 |
| - <string>View</string> |
| 285 | + <widget class="QComboBox" name="cmbIdentifyMode"> |
| 286 | + <property name="sizePolicy"> |
| 287 | + <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
| 288 | + <horstretch>0</horstretch> |
| 289 | + <verstretch>0</verstretch> |
| 290 | + </sizepolicy> |
274 | 291 | </property>
|
275 | 292 | </widget>
|
276 | 293 | </item>
|
277 | 294 | <item>
|
278 |
| - <widget class="QComboBox" name="cmbViewMode"/> |
279 |
| - </item> |
280 |
| - <item> |
281 |
| - <spacer name="horizontalSpacer_2"> |
| 295 | + <spacer name="horizontalSpacer_43"> |
282 | 296 | <property name="orientation">
|
283 | 297 | <enum>Qt::Horizontal</enum>
|
284 | 298 | </property>
|
|
0 commit comments