|
1 <ui version="4.0" > |
|
2 <class>PluginInstallDialog</class> |
|
3 <widget class="QWidget" name="PluginInstallDialog" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>611</width> |
|
9 <height>362</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="windowTitle" > |
|
13 <string>Plugin Installation</string> |
|
14 </property> |
|
15 <layout class="QVBoxLayout" > |
|
16 <item> |
|
17 <widget class="QStackedWidget" name="wizard" > |
|
18 <property name="currentIndex" > |
|
19 <number>0</number> |
|
20 </property> |
|
21 <widget class="QWidget" name="selectionPage" > |
|
22 <layout class="QGridLayout" > |
|
23 <property name="verticalSpacing" > |
|
24 <number>6</number> |
|
25 </property> |
|
26 <property name="margin" > |
|
27 <number>0</number> |
|
28 </property> |
|
29 <item row="0" column="0" colspan="2" > |
|
30 <widget class="QLabel" name="label" > |
|
31 <property name="text" > |
|
32 <string><b>Enter the plugin archives to install</b></string> |
|
33 </property> |
|
34 </widget> |
|
35 </item> |
|
36 <item rowspan="3" row="1" column="0" > |
|
37 <widget class="QListWidget" name="archivesList" > |
|
38 <property name="alternatingRowColors" > |
|
39 <bool>true</bool> |
|
40 </property> |
|
41 <property name="selectionMode" > |
|
42 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
43 </property> |
|
44 <property name="sortingEnabled" > |
|
45 <bool>true</bool> |
|
46 </property> |
|
47 </widget> |
|
48 </item> |
|
49 <item row="1" column="1" > |
|
50 <widget class="QPushButton" name="addArchivesButton" > |
|
51 <property name="toolTip" > |
|
52 <string>Add plugin ZIP-archives via a file selection dialog</string> |
|
53 </property> |
|
54 <property name="text" > |
|
55 <string>Add ...</string> |
|
56 </property> |
|
57 </widget> |
|
58 </item> |
|
59 <item row="2" column="1" > |
|
60 <widget class="QPushButton" name="removeArchivesButton" > |
|
61 <property name="enabled" > |
|
62 <bool>false</bool> |
|
63 </property> |
|
64 <property name="toolTip" > |
|
65 <string>Remove the selected entries from the list of plugin archives to be installed</string> |
|
66 </property> |
|
67 <property name="text" > |
|
68 <string>Remove</string> |
|
69 </property> |
|
70 </widget> |
|
71 </item> |
|
72 <item row="3" column="1" > |
|
73 <spacer> |
|
74 <property name="orientation" > |
|
75 <enum>Qt::Vertical</enum> |
|
76 </property> |
|
77 <property name="sizeHint" stdset="0" > |
|
78 <size> |
|
79 <width>20</width> |
|
80 <height>101</height> |
|
81 </size> |
|
82 </property> |
|
83 </spacer> |
|
84 </item> |
|
85 </layout> |
|
86 </widget> |
|
87 <widget class="QWidget" name="destinationPage" > |
|
88 <layout class="QVBoxLayout" > |
|
89 <property name="margin" > |
|
90 <number>0</number> |
|
91 </property> |
|
92 <item> |
|
93 <widget class="QLabel" name="label_2" > |
|
94 <property name="text" > |
|
95 <string><b>Select the destination plugin directory</b></string> |
|
96 </property> |
|
97 </widget> |
|
98 </item> |
|
99 <item> |
|
100 <widget class="QComboBox" name="destinationCombo" > |
|
101 <property name="toolTip" > |
|
102 <string>Select the destination plugin area</string> |
|
103 </property> |
|
104 </widget> |
|
105 </item> |
|
106 <item> |
|
107 <spacer> |
|
108 <property name="orientation" > |
|
109 <enum>Qt::Vertical</enum> |
|
110 </property> |
|
111 <property name="sizeHint" stdset="0" > |
|
112 <size> |
|
113 <width>20</width> |
|
114 <height>40</height> |
|
115 </size> |
|
116 </property> |
|
117 </spacer> |
|
118 </item> |
|
119 </layout> |
|
120 </widget> |
|
121 <widget class="QWidget" name="summaryPage" > |
|
122 <layout class="QVBoxLayout" > |
|
123 <property name="margin" > |
|
124 <number>0</number> |
|
125 </property> |
|
126 <item> |
|
127 <widget class="QLabel" name="label_3" > |
|
128 <property name="text" > |
|
129 <string><b>Installation Summary</b></string> |
|
130 </property> |
|
131 </widget> |
|
132 </item> |
|
133 <item> |
|
134 <widget class="QTextEdit" name="summaryEdit" > |
|
135 <property name="toolTip" > |
|
136 <string>This shows the summary of the installation data</string> |
|
137 </property> |
|
138 <property name="readOnly" > |
|
139 <bool>true</bool> |
|
140 </property> |
|
141 </widget> |
|
142 </item> |
|
143 <item> |
|
144 <widget class="QProgressBar" name="progress" > |
|
145 <property name="value" > |
|
146 <number>0</number> |
|
147 </property> |
|
148 </widget> |
|
149 </item> |
|
150 </layout> |
|
151 </widget> |
|
152 </widget> |
|
153 </item> |
|
154 <item> |
|
155 <widget class="QDialogButtonBox" name="buttonBox" > |
|
156 <property name="orientation" > |
|
157 <enum>Qt::Horizontal</enum> |
|
158 </property> |
|
159 <property name="standardButtons" > |
|
160 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> |
|
161 </property> |
|
162 </widget> |
|
163 </item> |
|
164 </layout> |
|
165 </widget> |
|
166 <tabstops> |
|
167 <tabstop>addArchivesButton</tabstop> |
|
168 <tabstop>archivesList</tabstop> |
|
169 <tabstop>removeArchivesButton</tabstop> |
|
170 <tabstop>destinationCombo</tabstop> |
|
171 <tabstop>summaryEdit</tabstop> |
|
172 <tabstop>buttonBox</tabstop> |
|
173 </tabstops> |
|
174 <resources/> |
|
175 <connections/> |
|
176 </ui> |