ProjectDjango/DjangoLoaddataDataDialog.ui

branch
eric7
changeset 172
ea7980ded4f3
parent 125
d280acf98fb5
equal deleted inserted replaced
171:af99f0984f20 172:ea7980ded4f3
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>600</width> 9 <width>600</width>
10 <height>310</height> 10 <height>346</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="sizePolicy"> 13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Preferred" vsizetype="Minimum"> 14 <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
15 <horstretch>0</horstretch> 15 <horstretch>0</horstretch>
45 <item row="1" column="1"> 45 <item row="1" column="1">
46 <widget class="QLineEdit" name="appEdit"> 46 <widget class="QLineEdit" name="appEdit">
47 <property name="toolTip"> 47 <property name="toolTip">
48 <string>Enter the label of an application to search for fixtures</string> 48 <string>Enter the label of an application to search for fixtures</string>
49 </property> 49 </property>
50 <property name="clearButtonEnabled">
51 <bool>true</bool>
52 </property>
50 </widget> 53 </widget>
51 </item> 54 </item>
52 </layout> 55 </layout>
53 </item> 56 </item>
54 <item> 57 <item>
55 <widget class="QGroupBox" name="groupBox"> 58 <widget class="QGroupBox" name="groupBox">
56 <property name="title"> 59 <property name="title">
57 <string>Fixtures</string> 60 <string>Fixtures</string>
58 </property> 61 </property>
59 <layout class="QGridLayout" name="gridLayout"> 62 <layout class="QGridLayout" name="gridLayout">
63 <property name="horizontalSpacing">
64 <number>0</number>
65 </property>
60 <item row="0" column="0" colspan="2"> 66 <item row="0" column="0" colspan="2">
61 <widget class="QLabel" name="label"> 67 <widget class="QLabel" name="label">
62 <property name="text"> 68 <property name="text">
63 <string>Enter the list of fixture patterns or the path of a fixture file:</string> 69 <string>Enter the list of fixture patterns or the path of a fixture file:</string>
64 </property> 70 </property>
66 <bool>true</bool> 72 <bool>true</bool>
67 </property> 73 </property>
68 </widget> 74 </widget>
69 </item> 75 </item>
70 <item row="1" column="0"> 76 <item row="1" column="0">
71 <widget class="QLineEdit" name="fixturesEdit"/> 77 <widget class="QLineEdit" name="fixturesEdit">
78 <property name="clearButtonEnabled">
79 <bool>true</bool>
80 </property>
81 </widget>
72 </item> 82 </item>
73 <item row="1" column="1"> 83 <item row="1" column="1">
74 <widget class="QToolButton" name="fixtureFileButton"> 84 <widget class="QToolButton" name="fixtureFileButton">
75 <property name="toolTip"> 85 <property name="toolTip">
76 <string>Select a fixture file via a file selection dialog</string> 86 <string>Select a fixture file via a file selection dialog</string>
95 <bool>true</bool> 105 <bool>true</bool>
96 </property> 106 </property>
97 </widget> 107 </widget>
98 </item> 108 </item>
99 <item> 109 <item>
100 <widget class="QLineEdit" name="excludeEdit"/> 110 <widget class="QLineEdit" name="excludeEdit">
111 <property name="clearButtonEnabled">
112 <bool>true</bool>
113 </property>
114 </widget>
101 </item> 115 </item>
102 </layout> 116 </layout>
103 </widget> 117 </widget>
104 </item> 118 </item>
105 <item> 119 <item>

eric ide

mercurial