Gui clean up - put shapefile field list table in grid layout so it fill s its container. Put spacer underneath widget stack on Legend tab so sungle symbo, cont col, and grad col align directly underneath symbol type combo.

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@698 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2004-02-05 11:15:02 +00:00
parent 8f6dc4a8b8
commit 82b031c37e

View File

@ -1,4 +1,4 @@
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>QgsDlgVectorLayerPropertiesBase</class>
<widget class="QDialog">
<property name="name">
@ -8,8 +8,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>492</width>
<height>331</height>
<width>608</width>
<height>428</height>
</rect>
</property>
<property name="caption">
@ -148,69 +148,66 @@
<property name="title">
<string>Fields</string>
</property>
<widget class="QListView">
<column>
<property name="text">
<string>Field</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Type</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Length</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Precision</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<grid>
<property name="name">
<cstring>listViewFields</cstring>
<cstring>unnamed</cstring>
</property>
<property name="geometry">
<rect>
<x>11</x>
<y>23</y>
<width>386</width>
<height>90</height>
</rect>
</property>
<property name="resizePolicy">
<enum>Manual</enum>
</property>
<property name="resizeMode">
<enum>AllColumns</enum>
</property>
</widget>
<widget class="QListView" row="0" column="0">
<column>
<property name="text">
<string>Field</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Type</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Length</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Precision</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>listViewFields</cstring>
</property>
<property name="resizePolicy">
<enum>Manual</enum>
</property>
<property name="resizeMode">
<enum>AllColumns</enum>
</property>
</widget>
</grid>
</widget>
<widget class="QGroupBox" row="2" column="0" rowspan="1" colspan="2">
<property name="name">
@ -323,7 +320,7 @@
<property name="minimumSize">
<size>
<width>270</width>
<height>30</height>
<height>24</height>
</size>
</property>
<property name="maximumSize">
@ -394,6 +391,23 @@
</attribute>
</widget>
</widget>
<spacer row="2" column="0">
<property name="name">
<cstring>spacer13</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>21</height>
</size>
</property>
</spacer>
</grid>
</widget>
</widget>