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@8940 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2008-07-28 17:29:31 +00:00
parent ff3f8f7628
commit cc5bba668b

View File

@ -6,7 +6,7 @@
<x>0</x>
<y>0</y>
<width>486</width>
<height>618</height>
<height>529</height>
</rect>
</property>
<property name="sizePolicy" >
@ -19,19 +19,22 @@
<string>Single Symbol</string>
</property>
<layout class="QGridLayout" >
<property name="verticalSpacing" >
<number>6</number>
</property>
<item row="0" column="0" >
<layout class="QHBoxLayout" >
<property name="leftMargin" >
<number>11</number>
</property>
<property name="topMargin" >
<number>11</number>
<number>0</number>
</property>
<property name="rightMargin" >
<number>11</number>
</property>
<property name="bottomMargin" >
<number>11</number>
<number>0</number>
</property>
<item>
<widget class="QLabel" name="mLabel" >
@ -73,52 +76,6 @@
<string>Point Symbol</string>
</property>
<layout class="QGridLayout" >
<item row="2" column="2" >
<widget class="QSpinBox" name="mPointSizeSpinBox" >
<property name="minimum" >
<number>3</number>
</property>
<property name="maximum" >
<number>1000</number>
</property>
<property name="singleStep" >
<number>1</number>
</property>
<property name="value" >
<number>3</number>
</property>
</widget>
</item>
<item row="1" column="2" >
<widget class="QLabel" name="textLabel1_2" >
<property name="text" >
<string>Size</string>
</property>
<property name="buddy" >
<cstring>mPointSizeSpinBox</cstring>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QLabel" name="textLabel9" >
<property name="text" >
<string>Area scale field</string>
</property>
<property name="buddy" >
<cstring>mScaleClassificationComboBox</cstring>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="textLabel1_3" >
<property name="text" >
<string>Rotation field</string>
</property>
<property name="buddy" >
<cstring>mRotationClassificationComboBox</cstring>
</property>
</widget>
</item>
<item row="0" column="0" colspan="3" >
<widget class="QListWidget" name="lstSymbols" >
<property name="dragDropMode" >
@ -147,6 +104,33 @@
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="textLabel1_3" >
<property name="text" >
<string>Rotation field</string>
</property>
<property name="buddy" >
<cstring>mRotationClassificationComboBox</cstring>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QLabel" name="textLabel9" >
<property name="text" >
<string>Area scale field</string>
</property>
<property name="buddy" >
<cstring>mScaleClassificationComboBox</cstring>
</property>
</widget>
</item>
<item row="1" column="2" >
<widget class="QLabel" name="textLabel1_2" >
<property name="text" >
<string>Size</string>
</property>
</widget>
</item>
<item row="2" column="0" >
<widget class="QComboBox" name="mRotationClassificationComboBox" >
<property name="minimumSize" >
@ -167,6 +151,16 @@
</property>
</widget>
</item>
<item row="2" column="2" >
<widget class="QDoubleSpinBox" name="mPointSizeSpinBox" >
<property name="singleStep" >
<double>0.100000000000000</double>
</property>
<property name="value" >
<double>1.000000000000000</double>
</property>
</widget>
</item>
</layout>
</widget>
</item>
@ -270,6 +264,9 @@
<height>16777215</height>
</size>
</property>
<property name="singleStep" >
<double>0.100000000000000</double>
</property>
</widget>
</item>
<item row="3" column="0" >
@ -365,6 +362,7 @@
<tabstop>mPointSizeSpinBox</tabstop>
<tabstop>cboOutlineStyle</tabstop>
<tabstop>btnOutlineColor</tabstop>
<tabstop>outlinewidthspinbox</tabstop>
<tabstop>btnFillColor</tabstop>
<tabstop>cboFillStyle</tabstop>
<tabstop>toolSelectTexture</tabstop>