ProjectDjango/DjangoRunTestServerDataDialog.ui

branch
eric7
changeset 172
ea7980ded4f3
parent 125
d280acf98fb5
child 181
2f5c3487139c
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>102</height> 10 <height>92</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>testserver Command Options</string> 20 <string>testserver 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">
26 <item row="0" column="0" colspan="2"> 26 <item>
27 <widget class="QLabel" name="label"> 27 <widget class="QLabel" name="label">
28 <property name="text"> 28 <property name="text">
29 <string>Enter the list of fixture patterns or the path of a fixture file.</string> 29 <string>Enter the list of fixture patterns or the path of a fixture file.</string>
30 </property> 30 </property>
31 </widget> 31 </widget>
32 </item> 32 </item>
33 <item row="1" column="0"> 33 <item>
34 <widget class="QLineEdit" name="fixturesEdit"/> 34 <widget class="EricPathPicker" name="fixturePicker" native="true">
35 </item> 35 <property name="focusPolicy">
36 <item row="1" column="1"> 36 <enum>Qt::WheelFocus</enum>
37 <widget class="QToolButton" name="fixtureFileButton">
38 <property name="toolTip">
39 <string>Select a fixture file via a file selection dialog</string>
40 </property> 37 </property>
41 </widget> 38 </widget>
42 </item> 39 </item>
43 <item row="2" column="0" colspan="2"> 40 <item>
44 <widget class="QDialogButtonBox" name="buttonBox"> 41 <widget class="QDialogButtonBox" name="buttonBox">
45 <property name="orientation"> 42 <property name="orientation">
46 <enum>Qt::Horizontal</enum> 43 <enum>Qt::Horizontal</enum>
47 </property> 44 </property>
48 <property name="standardButtons"> 45 <property name="standardButtons">
50 </property> 47 </property>
51 </widget> 48 </widget>
52 </item> 49 </item>
53 </layout> 50 </layout>
54 </widget> 51 </widget>
52 <customwidgets>
53 <customwidget>
54 <class>EricPathPicker</class>
55 <extends>QWidget</extends>
56 <header>EricWidgets/EricPathPicker.h</header>
57 <container>1</container>
58 </customwidget>
59 </customwidgets>
55 <tabstops> 60 <tabstops>
56 <tabstop>fixturesEdit</tabstop>
57 <tabstop>fixtureFileButton</tabstop>
58 <tabstop>buttonBox</tabstop> 61 <tabstop>buttonBox</tabstop>
59 </tabstops> 62 </tabstops>
60 <resources/> 63 <resources/>
61 <connections> 64 <connections>
62 <connection> 65 <connection>

eric ide

mercurial