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