ProjectDjango/DjangoLoaddataDataDialog.ui

changeset 125
d280acf98fb5
parent 79
aa7cee37a274
child 172
ea7980ded4f3
equal deleted inserted replaced
124:5c925935cbb9 125:d280acf98fb5
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>102</height> 10 <height>310</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>
20 <string>loaddata Command Options</string> 20 <string>loaddata Command Options</string>
21 </property> 21 </property>
22 <property name="sizeGripEnabled"> 22 <property name="sizeGripEnabled">
23 <bool>true</bool> 23 <bool>true</bool>
24 </property> 24 </property>
25 <layout class="QGridLayout" name="gridLayout"> 25 <layout class="QVBoxLayout" name="verticalLayout_2">
26 <item row="0" column="0" colspan="2"> 26 <item>
27 <widget class="QLabel" name="label"> 27 <layout class="QGridLayout" name="gridLayout_2">
28 <property name="text"> 28 <item row="0" column="0" colspan="2">
29 <string>Enter the list of fixture patterns or the path of a fixture file.</string> 29 <widget class="QCheckBox" name="ignoreCheckBox">
30 <property name="toolTip">
31 <string>Select to ignore fields and models that were deleted since the creation of the fixture</string>
32 </property>
33 <property name="text">
34 <string>Ignore non-existent fields and models</string>
35 </property>
36 </widget>
37 </item>
38 <item row="1" column="0">
39 <widget class="QLabel" name="label_2">
40 <property name="text">
41 <string>Application Label:</string>
42 </property>
43 </widget>
44 </item>
45 <item row="1" column="1">
46 <widget class="QLineEdit" name="appEdit">
47 <property name="toolTip">
48 <string>Enter the label of an application to search for fixtures</string>
49 </property>
50 </widget>
51 </item>
52 </layout>
53 </item>
54 <item>
55 <widget class="QGroupBox" name="groupBox">
56 <property name="title">
57 <string>Fixtures</string>
30 </property> 58 </property>
59 <layout class="QGridLayout" name="gridLayout">
60 <item row="0" column="0" colspan="2">
61 <widget class="QLabel" name="label">
62 <property name="text">
63 <string>Enter the list of fixture patterns or the path of a fixture file:</string>
64 </property>
65 <property name="wordWrap">
66 <bool>true</bool>
67 </property>
68 </widget>
69 </item>
70 <item row="1" column="0">
71 <widget class="QLineEdit" name="fixturesEdit"/>
72 </item>
73 <item row="1" column="1">
74 <widget class="QToolButton" name="fixtureFileButton">
75 <property name="toolTip">
76 <string>Select a fixture file via a file selection dialog</string>
77 </property>
78 </widget>
79 </item>
80 </layout>
31 </widget> 81 </widget>
32 </item> 82 </item>
33 <item row="1" column="0"> 83 <item>
34 <widget class="QLineEdit" name="fixturesEdit"/> 84 <widget class="QGroupBox" name="excludeBox">
35 </item> 85 <property name="title">
36 <item row="1" column="1"> 86 <string>Exclude</string>
37 <widget class="QToolButton" name="fixtureFileButton">
38 <property name="toolTip">
39 <string>Select a fixture file via a file selection dialog</string>
40 </property> 87 </property>
88 <layout class="QVBoxLayout" name="verticalLayout">
89 <item>
90 <widget class="QLabel" name="label_3">
91 <property name="text">
92 <string>Enter the list of applications and models to omit searching for fixtures:</string>
93 </property>
94 <property name="wordWrap">
95 <bool>true</bool>
96 </property>
97 </widget>
98 </item>
99 <item>
100 <widget class="QLineEdit" name="excludeEdit"/>
101 </item>
102 </layout>
41 </widget> 103 </widget>
42 </item> 104 </item>
43 <item row="2" column="0" colspan="2"> 105 <item>
44 <widget class="QDialogButtonBox" name="buttonBox"> 106 <widget class="QDialogButtonBox" name="buttonBox">
45 <property name="orientation"> 107 <property name="orientation">
46 <enum>Qt::Horizontal</enum> 108 <enum>Qt::Horizontal</enum>
47 </property> 109 </property>
48 <property name="standardButtons"> 110 <property name="standardButtons">
51 </widget> 113 </widget>
52 </item> 114 </item>
53 </layout> 115 </layout>
54 </widget> 116 </widget>
55 <tabstops> 117 <tabstops>
118 <tabstop>ignoreCheckBox</tabstop>
119 <tabstop>appEdit</tabstop>
56 <tabstop>fixturesEdit</tabstop> 120 <tabstop>fixturesEdit</tabstop>
57 <tabstop>fixtureFileButton</tabstop> 121 <tabstop>fixtureFileButton</tabstop>
58 <tabstop>buttonBox</tabstop> 122 <tabstop>excludeEdit</tabstop>
59 </tabstops> 123 </tabstops>
60 <resources/> 124 <resources/>
61 <connections> 125 <connections>
62 <connection> 126 <connection>
63 <sender>buttonBox</sender> 127 <sender>buttonBox</sender>

eric ide

mercurial