This commit is contained in:
Kovid Goyal 2010-01-22 11:48:23 -07:00
parent 3a1d39422a
commit 9776c7a473

View File

@ -13,44 +13,34 @@
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string>Form</string>
</property> </property>
<widget class="QListWidget" name="db_fields"> <layout class="QGridLayout" name="gridLayout">
<property name="geometry"> <item row="0" column="0">
<rect> <widget class="QLabel" name="label_6">
<x>297</x> <property name="text">
<y>20</y> <string>Fields to include in output:</string>
<width>256</width> </property>
<height>281</height> <property name="alignment">
</rect> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property> </property>
<property name="sizePolicy"> </widget>
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> </item>
<horstretch>0</horstretch> <item row="0" column="1">
<verstretch>0</verstretch> <widget class="QListWidget" name="db_fields">
</sizepolicy> <property name="sizePolicy">
</property> <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<property name="toolTip"> <horstretch>0</horstretch>
<string extracomment="Select all fields to be exported"/> <verstretch>0</verstretch>
</property> </sizepolicy>
<property name="selectionMode"> </property>
<enum>QAbstractItemView::MultiSelection</enum> <property name="toolTip">
</property> <string extracomment="Select all fields to be exported"/>
</widget> </property>
<widget class="QLabel" name="label_6"> <property name="selectionMode">
<property name="geometry"> <enum>QAbstractItemView::MultiSelection</enum>
<rect> </property>
<x>20</x> </widget>
<y>20</y> </item>
<width>171</width> </layout>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Fields to include in output:</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
</widget>
</widget> </widget>
<resources/> <resources/>
<connections/> <connections/>