|
13 | 13 | <property name="windowTitle">
|
14 | 14 | <string>Continuous color</string>
|
15 | 15 | </property>
|
16 |
| - <layout class="QGridLayout" name="gridLayout_2"> |
17 |
| - <item row="0" column="1"> |
18 |
| - <layout class="QGridLayout" name="gridLayout"> |
19 |
| - <item row="0" column="0"> |
20 |
| - <layout class="QFormLayout" name="formLayout"> |
21 |
| - <item row="0" column="0"> |
22 |
| - <widget class="QLabel" name="classvarlabel"> |
23 |
| - <property name="minimumSize"> |
24 |
| - <size> |
25 |
| - <width>0</width> |
26 |
| - <height>20</height> |
27 |
| - </size> |
28 |
| - </property> |
29 |
| - <property name="text"> |
30 |
| - <string>Classification field</string> |
31 |
| - </property> |
32 |
| - <property name="buddy"> |
33 |
| - <cstring>classificationComboBox</cstring> |
34 |
| - </property> |
35 |
| - </widget> |
36 |
| - </item> |
37 |
| - <item row="0" column="1"> |
38 |
| - <widget class="QComboBox" name="classificationComboBox"> |
39 |
| - <property name="minimumSize"> |
40 |
| - <size> |
41 |
| - <width>0</width> |
42 |
| - <height>20</height> |
43 |
| - </size> |
44 |
| - </property> |
45 |
| - </widget> |
46 |
| - </item> |
47 |
| - <item row="1" column="0"> |
48 |
| - <widget class="QLabel" name="mincolorlabel"> |
49 |
| - <property name="minimumSize"> |
50 |
| - <size> |
51 |
| - <width>0</width> |
52 |
| - <height>20</height> |
53 |
| - </size> |
54 |
| - </property> |
55 |
| - <property name="text"> |
56 |
| - <string>Minimum value</string> |
57 |
| - </property> |
58 |
| - <property name="buddy"> |
59 |
| - <cstring>btnMinValue</cstring> |
60 |
| - </property> |
61 |
| - </widget> |
62 |
| - </item> |
63 |
| - <item row="2" column="0"> |
64 |
| - <widget class="QLabel" name="maxcolorlabel"> |
65 |
| - <property name="minimumSize"> |
66 |
| - <size> |
67 |
| - <width>0</width> |
68 |
| - <height>20</height> |
69 |
| - </size> |
70 |
| - </property> |
71 |
| - <property name="text"> |
72 |
| - <string>Maximum value</string> |
73 |
| - </property> |
74 |
| - <property name="buddy"> |
75 |
| - <cstring>btnMaxValue</cstring> |
76 |
| - </property> |
77 |
| - </widget> |
78 |
| - </item> |
79 |
| - <item row="1" column="1"> |
80 |
| - <widget class="QgsColorButton" name="btnMinValue"> |
81 |
| - <property name="minimumSize"> |
82 |
| - <size> |
83 |
| - <width>100</width> |
84 |
| - <height>0</height> |
85 |
| - </size> |
86 |
| - </property> |
87 |
| - </widget> |
88 |
| - </item> |
89 |
| - <item row="2" column="1"> |
90 |
| - <widget class="QgsColorButton" name="btnMaxValue"> |
91 |
| - <property name="minimumSize"> |
92 |
| - <size> |
93 |
| - <width>100</width> |
94 |
| - <height>0</height> |
95 |
| - </size> |
96 |
| - </property> |
97 |
| - </widget> |
98 |
| - </item> |
99 |
| - <item row="3" column="0"> |
100 |
| - <widget class="QLabel" name="outlinewidthlabel"> |
101 |
| - <property name="minimumSize"> |
102 |
| - <size> |
103 |
| - <width>0</width> |
104 |
| - <height>20</height> |
105 |
| - </size> |
106 |
| - </property> |
107 |
| - <property name="text"> |
108 |
| - <string>Outline width</string> |
109 |
| - </property> |
110 |
| - <property name="buddy"> |
111 |
| - <cstring>outlinewidthspinbox</cstring> |
112 |
| - </property> |
113 |
| - </widget> |
114 |
| - </item> |
115 |
| - <item row="3" column="1"> |
116 |
| - <widget class="QDoubleSpinBox" name="outlinewidthspinbox"/> |
117 |
| - </item> |
118 |
| - </layout> |
119 |
| - </item> |
120 |
| - <item row="1" column="0"> |
121 |
| - <widget class="QCheckBox" name="cb_polygonOutline"> |
122 |
| - <property name="text"> |
123 |
| - <string>Draw polygon outline</string> |
124 |
| - </property> |
125 |
| - </widget> |
126 |
| - </item> |
127 |
| - </layout> |
128 |
| - </item> |
129 |
| - <item row="1" column="1"> |
130 |
| - <spacer name="verticalSpacer"> |
| 16 | + <layout class="QGridLayout" name="gridLayout"> |
| 17 | + <item row="0" column="0"> |
| 18 | + <spacer name="horizontalSpacer_2"> |
131 | 19 | <property name="orientation">
|
132 |
| - <enum>Qt::Vertical</enum> |
| 20 | + <enum>Qt::Horizontal</enum> |
133 | 21 | </property>
|
134 | 22 | <property name="sizeHint" stdset="0">
|
135 | 23 | <size>
|
136 |
| - <width>20</width> |
137 |
| - <height>40</height> |
| 24 | + <width>40</width> |
| 25 | + <height>20</height> |
138 | 26 | </size>
|
139 | 27 | </property>
|
140 | 28 | </spacer>
|
141 | 29 | </item>
|
| 30 | + <item row="0" column="1"> |
| 31 | + <widget class="QLabel" name="classvarlabel"> |
| 32 | + <property name="minimumSize"> |
| 33 | + <size> |
| 34 | + <width>0</width> |
| 35 | + <height>20</height> |
| 36 | + </size> |
| 37 | + </property> |
| 38 | + <property name="text"> |
| 39 | + <string>Classification field</string> |
| 40 | + </property> |
| 41 | + <property name="buddy"> |
| 42 | + <cstring>classificationComboBox</cstring> |
| 43 | + </property> |
| 44 | + </widget> |
| 45 | + </item> |
142 | 46 | <item row="0" column="2">
|
| 47 | + <widget class="QComboBox" name="classificationComboBox"> |
| 48 | + <property name="minimumSize"> |
| 49 | + <size> |
| 50 | + <width>0</width> |
| 51 | + <height>20</height> |
| 52 | + </size> |
| 53 | + </property> |
| 54 | + </widget> |
| 55 | + </item> |
| 56 | + <item row="0" column="3"> |
143 | 57 | <spacer name="horizontalSpacer">
|
144 | 58 | <property name="orientation">
|
145 | 59 | <enum>Qt::Horizontal</enum>
|
|
152 | 66 | </property>
|
153 | 67 | </spacer>
|
154 | 68 | </item>
|
155 |
| - <item row="0" column="0"> |
156 |
| - <spacer name="horizontalSpacer_2"> |
| 69 | + <item row="1" column="1"> |
| 70 | + <widget class="QLabel" name="mincolorlabel"> |
| 71 | + <property name="minimumSize"> |
| 72 | + <size> |
| 73 | + <width>0</width> |
| 74 | + <height>20</height> |
| 75 | + </size> |
| 76 | + </property> |
| 77 | + <property name="text"> |
| 78 | + <string>Minimum value</string> |
| 79 | + </property> |
| 80 | + <property name="buddy"> |
| 81 | + <cstring>btnMinValue</cstring> |
| 82 | + </property> |
| 83 | + </widget> |
| 84 | + </item> |
| 85 | + <item row="1" column="2"> |
| 86 | + <widget class="QgsColorButton" name="btnMinValue"> |
| 87 | + <property name="minimumSize"> |
| 88 | + <size> |
| 89 | + <width>100</width> |
| 90 | + <height>0</height> |
| 91 | + </size> |
| 92 | + </property> |
| 93 | + </widget> |
| 94 | + </item> |
| 95 | + <item row="2" column="1"> |
| 96 | + <widget class="QLabel" name="maxcolorlabel"> |
| 97 | + <property name="minimumSize"> |
| 98 | + <size> |
| 99 | + <width>0</width> |
| 100 | + <height>20</height> |
| 101 | + </size> |
| 102 | + </property> |
| 103 | + <property name="text"> |
| 104 | + <string>Maximum value</string> |
| 105 | + </property> |
| 106 | + <property name="buddy"> |
| 107 | + <cstring>btnMaxValue</cstring> |
| 108 | + </property> |
| 109 | + </widget> |
| 110 | + </item> |
| 111 | + <item row="2" column="2"> |
| 112 | + <widget class="QgsColorButton" name="btnMaxValue"> |
| 113 | + <property name="minimumSize"> |
| 114 | + <size> |
| 115 | + <width>100</width> |
| 116 | + <height>0</height> |
| 117 | + </size> |
| 118 | + </property> |
| 119 | + </widget> |
| 120 | + </item> |
| 121 | + <item row="3" column="1"> |
| 122 | + <widget class="QLabel" name="outlinewidthlabel"> |
| 123 | + <property name="minimumSize"> |
| 124 | + <size> |
| 125 | + <width>0</width> |
| 126 | + <height>20</height> |
| 127 | + </size> |
| 128 | + </property> |
| 129 | + <property name="text"> |
| 130 | + <string>Outline width</string> |
| 131 | + </property> |
| 132 | + <property name="buddy"> |
| 133 | + <cstring>outlinewidthspinbox</cstring> |
| 134 | + </property> |
| 135 | + </widget> |
| 136 | + </item> |
| 137 | + <item row="3" column="2"> |
| 138 | + <widget class="QDoubleSpinBox" name="outlinewidthspinbox"/> |
| 139 | + </item> |
| 140 | + <item row="4" column="1" colspan="2"> |
| 141 | + <widget class="QCheckBox" name="cb_polygonOutline"> |
| 142 | + <property name="text"> |
| 143 | + <string>Draw polygon outline</string> |
| 144 | + </property> |
| 145 | + </widget> |
| 146 | + </item> |
| 147 | + <item row="5" column="1" colspan="2"> |
| 148 | + <spacer name="verticalSpacer"> |
157 | 149 | <property name="orientation">
|
158 |
| - <enum>Qt::Horizontal</enum> |
| 150 | + <enum>Qt::Vertical</enum> |
159 | 151 | </property>
|
160 | 152 | <property name="sizeHint" stdset="0">
|
161 | 153 | <size>
|
162 |
| - <width>40</width> |
163 |
| - <height>20</height> |
| 154 | + <width>20</width> |
| 155 | + <height>40</height> |
164 | 156 | </size>
|
165 | 157 | </property>
|
166 | 158 | </spacer>
|
|
0 commit comments