Skip to content

Commit a134d9e

Browse files
author
timlinux
committed
make spin boxes double and move in increments of 0.1 for line width and symbol size
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8940 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 39b8a13 commit a134d9e

File tree

1 file changed

+47
-49
lines changed

1 file changed

+47
-49
lines changed

src/ui/qgssinglesymboldialogbase.ui

+47-49
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<x>0</x>
77
<y>0</y>
88
<width>486</width>
9-
<height>618</height>
9+
<height>529</height>
1010
</rect>
1111
</property>
1212
<property name="sizePolicy" >
@@ -19,19 +19,22 @@
1919
<string>Single Symbol</string>
2020
</property>
2121
<layout class="QGridLayout" >
22+
<property name="verticalSpacing" >
23+
<number>6</number>
24+
</property>
2225
<item row="0" column="0" >
2326
<layout class="QHBoxLayout" >
2427
<property name="leftMargin" >
2528
<number>11</number>
2629
</property>
2730
<property name="topMargin" >
28-
<number>11</number>
31+
<number>0</number>
2932
</property>
3033
<property name="rightMargin" >
3134
<number>11</number>
3235
</property>
3336
<property name="bottomMargin" >
34-
<number>11</number>
37+
<number>0</number>
3538
</property>
3639
<item>
3740
<widget class="QLabel" name="mLabel" >
@@ -73,52 +76,6 @@
7376
<string>Point Symbol</string>
7477
</property>
7578
<layout class="QGridLayout" >
76-
<item row="2" column="2" >
77-
<widget class="QSpinBox" name="mPointSizeSpinBox" >
78-
<property name="minimum" >
79-
<number>3</number>
80-
</property>
81-
<property name="maximum" >
82-
<number>1000</number>
83-
</property>
84-
<property name="singleStep" >
85-
<number>1</number>
86-
</property>
87-
<property name="value" >
88-
<number>3</number>
89-
</property>
90-
</widget>
91-
</item>
92-
<item row="1" column="2" >
93-
<widget class="QLabel" name="textLabel1_2" >
94-
<property name="text" >
95-
<string>Size</string>
96-
</property>
97-
<property name="buddy" >
98-
<cstring>mPointSizeSpinBox</cstring>
99-
</property>
100-
</widget>
101-
</item>
102-
<item row="1" column="1" >
103-
<widget class="QLabel" name="textLabel9" >
104-
<property name="text" >
105-
<string>Area scale field</string>
106-
</property>
107-
<property name="buddy" >
108-
<cstring>mScaleClassificationComboBox</cstring>
109-
</property>
110-
</widget>
111-
</item>
112-
<item row="1" column="0" >
113-
<widget class="QLabel" name="textLabel1_3" >
114-
<property name="text" >
115-
<string>Rotation field</string>
116-
</property>
117-
<property name="buddy" >
118-
<cstring>mRotationClassificationComboBox</cstring>
119-
</property>
120-
</widget>
121-
</item>
12279
<item row="0" column="0" colspan="3" >
12380
<widget class="QListWidget" name="lstSymbols" >
12481
<property name="dragDropMode" >
@@ -147,6 +104,33 @@
147104
</property>
148105
</widget>
149106
</item>
107+
<item row="1" column="0" >
108+
<widget class="QLabel" name="textLabel1_3" >
109+
<property name="text" >
110+
<string>Rotation field</string>
111+
</property>
112+
<property name="buddy" >
113+
<cstring>mRotationClassificationComboBox</cstring>
114+
</property>
115+
</widget>
116+
</item>
117+
<item row="1" column="1" >
118+
<widget class="QLabel" name="textLabel9" >
119+
<property name="text" >
120+
<string>Area scale field</string>
121+
</property>
122+
<property name="buddy" >
123+
<cstring>mScaleClassificationComboBox</cstring>
124+
</property>
125+
</widget>
126+
</item>
127+
<item row="1" column="2" >
128+
<widget class="QLabel" name="textLabel1_2" >
129+
<property name="text" >
130+
<string>Size</string>
131+
</property>
132+
</widget>
133+
</item>
150134
<item row="2" column="0" >
151135
<widget class="QComboBox" name="mRotationClassificationComboBox" >
152136
<property name="minimumSize" >
@@ -167,6 +151,16 @@
167151
</property>
168152
</widget>
169153
</item>
154+
<item row="2" column="2" >
155+
<widget class="QDoubleSpinBox" name="mPointSizeSpinBox" >
156+
<property name="singleStep" >
157+
<double>0.100000000000000</double>
158+
</property>
159+
<property name="value" >
160+
<double>1.000000000000000</double>
161+
</property>
162+
</widget>
163+
</item>
170164
</layout>
171165
</widget>
172166
</item>
@@ -270,6 +264,9 @@
270264
<height>16777215</height>
271265
</size>
272266
</property>
267+
<property name="singleStep" >
268+
<double>0.100000000000000</double>
269+
</property>
273270
</widget>
274271
</item>
275272
<item row="3" column="0" >
@@ -365,6 +362,7 @@
365362
<tabstop>mPointSizeSpinBox</tabstop>
366363
<tabstop>cboOutlineStyle</tabstop>
367364
<tabstop>btnOutlineColor</tabstop>
365+
<tabstop>outlinewidthspinbox</tabstop>
368366
<tabstop>btnFillColor</tabstop>
369367
<tabstop>cboFillStyle</tabstop>
370368
<tabstop>toolSelectTexture</tabstop>

0 commit comments

Comments
 (0)