src/eric7/PluginManager/PluginInstallDialog.ui

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

eric ide

mercurial