ProjectPyramid/MigrateSummaryDialog.ui

branch
eric7
changeset 148
dcbd3a96f03c
equal deleted inserted replaced
147:eb28b4b6f7f5 148:dcbd3a96f03c
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="upDownButton">
57 <property name="toolTip">
58 <string>Press to upgrade or downgrade 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 <spacer name="horizontalSpacer">
67 <property name="orientation">
68 <enum>Qt::Horizontal</enum>
69 </property>
70 <property name="sizeHint" stdset="0">
71 <size>
72 <width>40</width>
73 <height>20</height>
74 </size>
75 </property>
76 </spacer>
77 </item>
78 <item>
79 <widget class="QDialogButtonBox" name="buttonBox">
80 <property name="orientation">
81 <enum>Qt::Horizontal</enum>
82 </property>
83 <property name="standardButtons">
84 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
85 </property>
86 </widget>
87 </item>
88 </layout>
89 </item>
90 </layout>
91 </widget>
92 <resources/>
93 <connections>
94 <connection>
95 <sender>buttonBox</sender>
96 <signal>accepted()</signal>
97 <receiver>MigrateSummaryDialog</receiver>
98 <slot>accept()</slot>
99 <hints>
100 <hint type="sourcelabel">
101 <x>227</x>
102 <y>479</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>MigrateSummaryDialog</receiver>
114 <slot>reject()</slot>
115 <hints>
116 <hint type="sourcelabel">
117 <x>295</x>
118 <y>485</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