ProjectDjango/DjangoMakeMigrationsDialog.ui

changeset 74
f33822c3eb47
child 104
4cd211a73b3e
equal deleted inserted replaced
73:8a4ccc4f1359 74:f33822c3eb47
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>DjangoMakeMigrationsDialog</class>
4 <widget class="QDialog" name="DjangoMakeMigrationsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>500</width>
10 <height>140</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Make Migrations</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QGridLayout" name="gridLayout">
20 <item row="0" column="0">
21 <widget class="QLabel" name="label">
22 <property name="text">
23 <string>Applications:</string>
24 </property>
25 </widget>
26 </item>
27 <item row="0" column="1">
28 <widget class="QComboBox" name="applicationsComboBox">
29 <property name="sizePolicy">
30 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
31 <horstretch>0</horstretch>
32 <verstretch>0</verstretch>
33 </sizepolicy>
34 </property>
35 <property name="toolTip">
36 <string>Enter the list of applications separated by spaces.</string>
37 </property>
38 <property name="editable">
39 <bool>true</bool>
40 </property>
41 </widget>
42 </item>
43 <item row="1" column="0">
44 <widget class="QLabel" name="label_2">
45 <property name="text">
46 <string>Name:</string>
47 </property>
48 </widget>
49 </item>
50 <item row="1" column="1">
51 <widget class="E5ClearableLineEdit" name="nameEdit">
52 <property name="toolTip">
53 <string>Enter a name for the migration</string>
54 </property>
55 </widget>
56 </item>
57 <item row="2" column="0" colspan="2">
58 <widget class="QCheckBox" name="dryrunCheckBox">
59 <property name="sizePolicy">
60 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
61 <horstretch>0</horstretch>
62 <verstretch>0</verstretch>
63 </sizepolicy>
64 </property>
65 <property name="toolTip">
66 <string>Select to perform a dry-run</string>
67 </property>
68 <property name="text">
69 <string>Dry-Run only</string>
70 </property>
71 </widget>
72 </item>
73 <item row="3" column="0" colspan="2">
74 <widget class="QDialogButtonBox" name="buttonBox">
75 <property name="orientation">
76 <enum>Qt::Horizontal</enum>
77 </property>
78 <property name="standardButtons">
79 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
80 </property>
81 </widget>
82 </item>
83 </layout>
84 </widget>
85 <customwidgets>
86 <customwidget>
87 <class>E5ClearableLineEdit</class>
88 <extends>QLineEdit</extends>
89 <header>E5Gui/E5LineEdit.h</header>
90 </customwidget>
91 </customwidgets>
92 <resources/>
93 <connections>
94 <connection>
95 <sender>buttonBox</sender>
96 <signal>accepted()</signal>
97 <receiver>DjangoMakeMigrationsDialog</receiver>
98 <slot>accept()</slot>
99 <hints>
100 <hint type="sourcelabel">
101 <x>248</x>
102 <y>254</y>
103 </hint>
104 <hint type="destinationlabel">
105 <x>157</x>
106 <y>274</y>
107 </hint>
108 </hints>
109 </connection>
110 <connection>
111 <sender>buttonBox</sender>
112 <signal>rejected()</signal>
113 <receiver>DjangoMakeMigrationsDialog</receiver>
114 <slot>reject()</slot>
115 <hints>
116 <hint type="sourcelabel">
117 <x>316</x>
118 <y>260</y>
119 </hint>
120 <hint type="destinationlabel">
121 <x>286</x>
122 <y>274</y>
123 </hint>
124 </hints>
125 </connection>
126 </connections>
127 </ui>

eric ide

mercurial