More gui cleanups.

git-svn-id: http://svn.osgeo.org/qgis/trunk@764 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2004-02-09 08:41:43 +00:00
parent 587748e489
commit 02b57c9ed4

View File

@ -8,14 +8,14 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>600</width> <width>373</width>
<height>208</height> <height>108</height>
</rect> </rect>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>600</width> <width>300</width>
<height>200</height> <height>100</height>
</size> </size>
</property> </property>
<property name="caption"> <property name="caption">
@ -25,85 +25,7 @@
<property name="name"> <property name="name">
<cstring>unnamed</cstring> <cstring>unnamed</cstring>
</property> </property>
<widget class="QLayoutWidget" row="2" column="0" rowspan="1" colspan="4"> <widget class="QLabel" row="2" column="0">
<property name="name">
<cstring>layout3</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>modelabel</cstring>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="text">
<string>mode</string>
</property>
</widget>
<widget class="QComboBox">
<property name="name">
<cstring>modeComboBox</cstring>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
</widget>
</hbox>
</widget>
<widget class="QLayoutWidget" row="1" column="0" rowspan="1" colspan="4">
<property name="name">
<cstring>layout1</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>classvarlabel</cstring>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="text">
<string>classification variable</string>
</property>
</widget>
<widget class="QComboBox">
<property name="name">
<cstring>classificationComboBox</cstring>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
</widget>
</hbox>
</widget>
<widget class="QLayoutWidget" row="3" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>layout5</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name"> <property name="name">
<cstring>numberofclasseslabel</cstring> <cstring>numberofclasseslabel</cstring>
</property> </property>
@ -114,39 +36,70 @@
</size> </size>
</property> </property>
<property name="text"> <property name="text">
<string>number of classes</string> <string>Number of Classes:</string>
</property> </property>
</widget> </widget>
<spacer> <widget class="QComboBox" row="1" column="1">
<property name="name"> <property name="name">
<cstring>spacer4</cstring> <cstring>modeComboBox</cstring>
</property> </property>
<property name="orientation"> <property name="minimumSize">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size> <size>
<width>31</width> <width>0</width>
<height>40</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </widget>
<widget class="QSpinBox"> <widget class="QComboBox" row="0" column="1">
<property name="name">
<cstring>classificationComboBox</cstring>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
</widget>
<widget class="QLabel" row="0" column="0">
<property name="name">
<cstring>classvarlabel</cstring>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>Classification Variable:</string>
</property>
</widget>
<widget class="QLabel" row="1" column="0">
<property name="name">
<cstring>modelabel</cstring>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>Mode:</string>
</property>
</widget>
<widget class="QSpinBox" row="2" column="1">
<property name="name"> <property name="name">
<cstring>numberofclassesspinbox</cstring> <cstring>numberofclassesspinbox</cstring>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>30</height> <height>20</height>
</size> </size>
</property> </property>
</widget> </widget>
</hbox>
</widget>
</grid> </grid>
</widget> </widget>
<layoutdefaults spacing="6" margin="11"/> <layoutdefaults spacing="6" margin="11"/>