ProjectDjango/DjangoMigrationSelectionDialog.ui

changeset 74
f33822c3eb47
equal deleted inserted replaced
73:8a4ccc4f1359 74:f33822c3eb47
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>DjangoMigrationSelectionDialog</class>
4 <widget class="QDialog" name="DjangoMigrationSelectionDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>561</width>
10 <height>110</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Select Migration</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QGridLayout" name="gridLayout">
20 <item row="0" column="1">
21 <widget class="QComboBox" name="applicationComboBox">
22 <property name="sizePolicy">
23 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
24 <horstretch>0</horstretch>
25 <verstretch>0</verstretch>
26 </sizepolicy>
27 </property>
28 <property name="toolTip">
29 <string>Select the application</string>
30 </property>
31 </widget>
32 </item>
33 <item row="1" column="1">
34 <widget class="QComboBox" name="migrationsComboBox">
35 <property name="sizePolicy">
36 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
37 <horstretch>0</horstretch>
38 <verstretch>0</verstretch>
39 </sizepolicy>
40 </property>
41 <property name="toolTip">
42 <string>Select a migration</string>
43 </property>
44 </widget>
45 </item>
46 <item row="1" column="0">
47 <widget class="QLabel" name="label_2">
48 <property name="text">
49 <string>Migration:</string>
50 </property>
51 </widget>
52 </item>
53 <item row="0" column="0">
54 <widget class="QLabel" name="label">
55 <property name="text">
56 <string>Application:</string>
57 </property>
58 </widget>
59 </item>
60 <item row="2" column="0" colspan="2">
61 <widget class="QDialogButtonBox" name="buttonBox">
62 <property name="orientation">
63 <enum>Qt::Horizontal</enum>
64 </property>
65 <property name="standardButtons">
66 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
67 </property>
68 </widget>
69 </item>
70 </layout>
71 </widget>
72 <resources/>
73 <connections>
74 <connection>
75 <sender>buttonBox</sender>
76 <signal>accepted()</signal>
77 <receiver>DjangoMigrationSelectionDialog</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>DjangoMigrationSelectionDialog</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>

eric ide

mercurial