|
11 | 11 | </rect>
|
12 | 12 | </property>
|
13 | 13 | <property name="windowTitle">
|
14 |
| - <string>Adjust map unit scales</string> |
| 14 | + <string>Adjust scaling range</string> |
15 | 15 | </property>
|
16 | 16 | <property name="windowIcon">
|
17 | 17 | <iconset resource="../../images/images.qrc">
|
18 | 18 | <normaloff>:/images/themes/default/mActionOptions.png</normaloff>:/images/themes/default/mActionOptions.png</iconset>
|
19 | 19 | </property>
|
20 | 20 | <layout class="QGridLayout" name="gridLayout">
|
21 |
| - <item row="0" column="0"> |
| 21 | + <item row="1" column="0"> |
22 | 22 | <widget class="QCheckBox" name="mCheckBoxMaxScale">
|
23 | 23 | <property name="text">
|
24 | 24 | <string>Maximum scale:</string>
|
25 | 25 | </property>
|
26 | 26 | </widget>
|
27 | 27 | </item>
|
28 |
| - <item row="1" column="0"> |
| 28 | + <item row="2" column="0"> |
29 | 29 | <widget class="QCheckBox" name="mCheckBoxMinScale">
|
30 | 30 | <property name="text">
|
31 | 31 | <string>Minimum scale:</string>
|
32 | 32 | </property>
|
33 | 33 | </widget>
|
34 | 34 | </item>
|
35 |
| - <item row="3" column="0" colspan="2"> |
| 35 | + <item row="1" column="1" colspan="2"> |
| 36 | + <widget class="QgsScaleComboBox" name="mComboBoxMaxScale"/> |
| 37 | + </item> |
| 38 | + <item row="4" column="0" colspan="2"> |
36 | 39 | <widget class="QDialogButtonBox" name="mButtonBox">
|
37 | 40 | <property name="orientation">
|
38 | 41 | <enum>Qt::Horizontal</enum>
|
|
42 | 45 | </property>
|
43 | 46 | </widget>
|
44 | 47 | </item>
|
45 |
| - <item row="0" column="1" colspan="2"> |
46 |
| - <widget class="QgsScaleComboBox" name="mComboBoxMaxScale"/> |
47 |
| - </item> |
48 |
| - <item row="1" column="1" colspan="2"> |
| 48 | + <item row="2" column="1" colspan="2"> |
49 | 49 | <widget class="QgsScaleComboBox" name="mComboBoxMinScale"/>
|
50 | 50 | </item>
|
| 51 | + <item row="0" column="0" colspan="3"> |
| 52 | + <widget class="QLabel" name="label"> |
| 53 | + <property name="text"> |
| 54 | + <string>Scale only within the following map unit scale range:</string> |
| 55 | + </property> |
| 56 | + <property name="wordWrap"> |
| 57 | + <bool>true</bool> |
| 58 | + </property> |
| 59 | + </widget> |
| 60 | + </item> |
51 | 61 | </layout>
|
52 | 62 | </widget>
|
53 | 63 | <customwidgets>
|
|
95 | 105 | </connection>
|
96 | 106 | </connections>
|
97 | 107 | </ui>
|
98 |
| - |
|
0 commit comments