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"> |