|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>MigrateConfigDialog</class> |
|
4 <widget class="QDialog" name="MigrateConfigDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>627</width> |
|
10 <height>129</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>flask-migrate Configuration</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
20 <item> |
|
21 <widget class="QGroupBox" name="groupBox"> |
|
22 <property name="title"> |
|
23 <string>Migrations Directory</string> |
|
24 </property> |
|
25 <layout class="QVBoxLayout" name="verticalLayout"> |
|
26 <item> |
|
27 <widget class="E5PathPicker" name="migrationsDirectoryPicker" native="true"> |
|
28 <property name="sizePolicy"> |
|
29 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
30 <horstretch>0</horstretch> |
|
31 <verstretch>0</verstretch> |
|
32 </sizepolicy> |
|
33 </property> |
|
34 <property name="focusPolicy"> |
|
35 <enum>Qt::StrongFocus</enum> |
|
36 </property> |
|
37 <property name="toolTip"> |
|
38 <string>Enter the name of the directory containing the migrations</string> |
|
39 </property> |
|
40 </widget> |
|
41 </item> |
|
42 <item> |
|
43 <widget class="QLabel" name="label"> |
|
44 <property name="text"> |
|
45 <string><b>Note:</b> Leave this entry empty to use the default of "migrations".</string> |
|
46 </property> |
|
47 </widget> |
|
48 </item> |
|
49 </layout> |
|
50 </widget> |
|
51 </item> |
|
52 <item> |
|
53 <widget class="QDialogButtonBox" name="buttonBox"> |
|
54 <property name="orientation"> |
|
55 <enum>Qt::Horizontal</enum> |
|
56 </property> |
|
57 <property name="standardButtons"> |
|
58 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
59 </property> |
|
60 </widget> |
|
61 </item> |
|
62 </layout> |
|
63 </widget> |
|
64 <customwidgets> |
|
65 <customwidget> |
|
66 <class>E5PathPicker</class> |
|
67 <extends>QWidget</extends> |
|
68 <header>E5Gui/E5PathPicker.h</header> |
|
69 <container>1</container> |
|
70 </customwidget> |
|
71 </customwidgets> |
|
72 <resources/> |
|
73 <connections> |
|
74 <connection> |
|
75 <sender>buttonBox</sender> |
|
76 <signal>accepted()</signal> |
|
77 <receiver>MigrateConfigDialog</receiver> |
|
78 <slot>accept()</slot> |
|
79 <hints> |
|
80 <hint type="sourcelabel"> |
|
81 <x>248</x> |
|
82 <y>254</y> |
|
83 </hint> |
|
84 <hint type="destinationlabel"> |
|
85 <x>157</x> |
|
86 <y>274</y> |
|
87 </hint> |
|
88 </hints> |
|
89 </connection> |
|
90 <connection> |
|
91 <sender>buttonBox</sender> |
|
92 <signal>rejected()</signal> |
|
93 <receiver>MigrateConfigDialog</receiver> |
|
94 <slot>reject()</slot> |
|
95 <hints> |
|
96 <hint type="sourcelabel"> |
|
97 <x>316</x> |
|
98 <y>260</y> |
|
99 </hint> |
|
100 <hint type="destinationlabel"> |
|
101 <x>286</x> |
|
102 <y>274</y> |
|
103 </hint> |
|
104 </hints> |
|
105 </connection> |
|
106 </connections> |
|
107 </ui> |