ProjectFlask/FlaskMigrateExtension/MigrateSummaryDialog.ui

changeset 35
65a377b7a52c
child 39
120f30d7b949
equal deleted inserted replaced
34:a91c6a1eb23f 35:65a377b7a52c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MigrateSummaryDialog</class>
4 <widget class="QDialog" name="MigrateSummaryDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>800</width>
10 <height>500</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Migrations Summary</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QTreeWidget" name="summaryWidget">
22 <property name="alternatingRowColors">
23 <bool>true</bool>
24 </property>
25 <property name="rootIsDecorated">
26 <bool>false</bool>
27 </property>
28 <property name="itemsExpandable">
29 <bool>false</bool>
30 </property>
31 <column>
32 <property name="text">
33 <string>Old Revision</string>
34 </property>
35 </column>
36 <column>
37 <property name="text">
38 <string>New Revision</string>
39 </property>
40 </column>
41 <column>
42 <property name="text">
43 <string>Message</string>
44 </property>
45 </column>
46 <column>
47 <property name="text">
48 <string>Labels</string>
49 </property>
50 </column>
51 </widget>
52 </item>
53 <item>
54 <layout class="QHBoxLayout" name="horizontalLayout">
55 <item>
56 <widget class="QPushButton" name="upgradeButton">
57 <property name="toolTip">
58 <string>Press to upgrade the database to the selected migration</string>
59 </property>
60 <property name="text">
61 <string>Upgrade</string>
62 </property>
63 </widget>
64 </item>
65 <item>
66 <widget class="QPushButton" name="downgradeButton">
67 <property name="toolTip">
68 <string>Press to downgrade the database to the selected migration</string>
69 </property>
70 <property name="text">
71 <string>Downgrade</string>
72 </property>
73 </widget>
74 </item>
75 <item>
76 <spacer name="horizontalSpacer">
77 <property name="orientation">
78 <enum>Qt::Horizontal</enum>
79 </property>
80 <property name="sizeHint" stdset="0">
81 <size>
82 <width>40</width>
83 <height>20</height>
84 </size>
85 </property>
86 </spacer>
87 </item>
88 <item>
89 <widget class="QDialogButtonBox" name="buttonBox">
90 <property name="orientation">
91 <enum>Qt::Horizontal</enum>
92 </property>
93 <property name="standardButtons">
94 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
95 </property>
96 </widget>
97 </item>
98 </layout>
99 </item>
100 </layout>
101 </widget>
102 <resources/>
103 <connections>
104 <connection>
105 <sender>buttonBox</sender>
106 <signal>accepted()</signal>
107 <receiver>MigrateSummaryDialog</receiver>
108 <slot>accept()</slot>
109 <hints>
110 <hint type="sourcelabel">
111 <x>227</x>
112 <y>479</y>
113 </hint>
114 <hint type="destinationlabel">
115 <x>157</x>
116 <y>274</y>
117 </hint>
118 </hints>
119 </connection>
120 <connection>
121 <sender>buttonBox</sender>
122 <signal>rejected()</signal>
123 <receiver>MigrateSummaryDialog</receiver>
124 <slot>reject()</slot>
125 <hints>
126 <hint type="sourcelabel">
127 <x>295</x>
128 <y>485</y>
129 </hint>
130 <hint type="destinationlabel">
131 <x>286</x>
132 <y>274</y>
133 </hint>
134 </hints>
135 </connection>
136 </connections>
137 </ui>

eric ide

mercurial