src/eric7/Preferences/ConfigurationPages/PluginManagerPage.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8989
25cd4c5f1f19
child 9413
80c06d472826
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>PluginManagerPage</class>
4 <widget class="QWidget" name="PluginManagerPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>528</width>
10 <height>520</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_3">
14 <item>
15 <widget class="QLabel" name="headerLabel">
16 <property name="text">
17 <string>&lt;b&gt;Configure plugin manager&lt;/b&gt;</string>
18 </property>
19 </widget>
20 </item>
21 <item>
22 <widget class="Line" name="line9_2">
23 <property name="frameShape">
24 <enum>QFrame::HLine</enum>
25 </property>
26 <property name="frameShadow">
27 <enum>QFrame::Sunken</enum>
28 </property>
29 <property name="orientation">
30 <enum>Qt::Horizontal</enum>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <layout class="QHBoxLayout" name="horizontalLayout_2">
36 <item>
37 <widget class="QLabel" name="label">
38 <property name="text">
39 <string>Plugins download directory:</string>
40 </property>
41 </widget>
42 </item>
43 <item>
44 <widget class="EricPathPicker" name="downloadDirPicker" native="true">
45 <property name="sizePolicy">
46 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
47 <horstretch>0</horstretch>
48 <verstretch>0</verstretch>
49 </sizepolicy>
50 </property>
51 <property name="focusPolicy">
52 <enum>Qt::StrongFocus</enum>
53 </property>
54 <property name="toolTip">
55 <string>Enter the plugins download directory</string>
56 </property>
57 </widget>
58 </item>
59 </layout>
60 </item>
61 <item>
62 <widget class="QGroupBox" name="groupBox">
63 <property name="title">
64 <string>Download Housekeeping</string>
65 </property>
66 <layout class="QVBoxLayout" name="verticalLayout_2">
67 <item>
68 <layout class="QHBoxLayout" name="horizontalLayout_4">
69 <item>
70 <widget class="QLabel" name="label_2">
71 <property name="text">
72 <string>No. of generations to keep:</string>
73 </property>
74 </widget>
75 </item>
76 <item>
77 <widget class="QSpinBox" name="generationsSpinBox">
78 <property name="toolTip">
79 <string>Enter the number of generations to keep for each plugin</string>
80 </property>
81 <property name="minimum">
82 <number>1</number>
83 </property>
84 <property name="maximum">
85 <number>9</number>
86 </property>
87 </widget>
88 </item>
89 <item>
90 <spacer name="horizontalSpacer">
91 <property name="orientation">
92 <enum>Qt::Horizontal</enum>
93 </property>
94 <property name="sizeHint" stdset="0">
95 <size>
96 <width>252</width>
97 <height>20</height>
98 </size>
99 </property>
100 </spacer>
101 </item>
102 </layout>
103 </item>
104 <item>
105 <widget class="QCheckBox" name="keepHiddenCheckBox">
106 <property name="toolTip">
107 <string>Select to keep generations of hidden plugins</string>
108 </property>
109 <property name="text">
110 <string>Keep generations of hidden plugins</string>
111 </property>
112 </widget>
113 </item>
114 <item>
115 <widget class="QCheckBox" name="startupCleanupCheckBox">
116 <property name="toolTip">
117 <string>Select to cleanup the plugins download area during startuo</string>
118 </property>
119 <property name="text">
120 <string>Cleanup during startup</string>
121 </property>
122 </widget>
123 </item>
124 </layout>
125 </widget>
126 </item>
127 <item>
128 <widget class="QLabel" name="TextLabel1_2_2_2_3">
129 <property name="text">
130 <string>&lt;font color=&quot;#FF0000&quot;&gt;&lt;b&gt;Note:&lt;/b&gt; The following settings are activated at the next startup of the application.&lt;/font&gt;</string>
131 </property>
132 </widget>
133 </item>
134 <item>
135 <widget class="QCheckBox" name="activateExternalPluginsCheckBox">
136 <property name="toolTip">
137 <string>Select to enable external plugins to be loaded</string>
138 </property>
139 <property name="text">
140 <string>Load external plugins</string>
141 </property>
142 </widget>
143 </item>
144 <item>
145 <widget class="QGroupBox" name="groupBox_2">
146 <property name="title">
147 <string>Check for plugin updates</string>
148 </property>
149 <layout class="QHBoxLayout" name="horizontalLayout_3">
150 <item>
151 <widget class="QRadioButton" name="noCheckRadioButton">
152 <property name="toolTip">
153 <string>Select to disable update checking</string>
154 </property>
155 <property name="text">
156 <string>Never</string>
157 </property>
158 </widget>
159 </item>
160 <item>
161 <widget class="QRadioButton" name="alwaysCheckRadioButton">
162 <property name="toolTip">
163 <string>Select to check for updates whenever eric is started</string>
164 </property>
165 <property name="text">
166 <string>Always</string>
167 </property>
168 </widget>
169 </item>
170 <item>
171 <widget class="QRadioButton" name="dailyCheckRadioButton">
172 <property name="toolTip">
173 <string>Select to check for updates once a day</string>
174 </property>
175 <property name="text">
176 <string>Daily</string>
177 </property>
178 </widget>
179 </item>
180 <item>
181 <widget class="QRadioButton" name="weeklyCheckRadioButton">
182 <property name="toolTip">
183 <string>Select to check for updates once a week</string>
184 </property>
185 <property name="text">
186 <string>Weekly</string>
187 </property>
188 </widget>
189 </item>
190 <item>
191 <widget class="QRadioButton" name="monthlyCheckRadioButton">
192 <property name="toolTip">
193 <string>Select to check for updates once a month</string>
194 </property>
195 <property name="text">
196 <string>Monthly</string>
197 </property>
198 </widget>
199 </item>
200 </layout>
201 </widget>
202 </item>
203 <item>
204 <widget class="QCheckBox" name="downloadedOnlyCheckBox">
205 <property name="toolTip">
206 <string>Select to check only already installed plugins for updates</string>
207 </property>
208 <property name="text">
209 <string>Check only installed plugins for updates</string>
210 </property>
211 </widget>
212 </item>
213 <item>
214 <layout class="QHBoxLayout" name="horizontalLayout">
215 <item>
216 <widget class="QLabel" name="label_4">
217 <property name="text">
218 <string>Repository URL:</string>
219 </property>
220 </widget>
221 </item>
222 <item>
223 <widget class="QLineEdit" name="repositoryUrlEdit">
224 <property name="toolTip">
225 <string>Shows the repository URL</string>
226 </property>
227 <property name="readOnly">
228 <bool>true</bool>
229 </property>
230 </widget>
231 </item>
232 <item>
233 <widget class="QPushButton" name="repositoryUrlEditButton">
234 <property name="toolTip">
235 <string>Press to edit the plugin repository URL</string>
236 </property>
237 <property name="text">
238 <string>Edit URL</string>
239 </property>
240 <property name="checkable">
241 <bool>true</bool>
242 </property>
243 </widget>
244 </item>
245 </layout>
246 </item>
247 <item>
248 <widget class="QGroupBox" name="groupBox_3">
249 <property name="title">
250 <string>Startup Behavior</string>
251 </property>
252 <layout class="QVBoxLayout" name="verticalLayout">
253 <item>
254 <widget class="QCheckBox" name="autoInstallCheckBox">
255 <property name="toolTip">
256 <string>Select, to check for missing plugin dependencies at startup and install them</string>
257 </property>
258 <property name="text">
259 <string>Automatic dependencies installation</string>
260 </property>
261 </widget>
262 </item>
263 </layout>
264 </widget>
265 </item>
266 <item>
267 <spacer>
268 <property name="orientation">
269 <enum>Qt::Vertical</enum>
270 </property>
271 <property name="sizeHint" stdset="0">
272 <size>
273 <width>435</width>
274 <height>121</height>
275 </size>
276 </property>
277 </spacer>
278 </item>
279 </layout>
280 </widget>
281 <customwidgets>
282 <customwidget>
283 <class>EricPathPicker</class>
284 <extends>QWidget</extends>
285 <header>EricWidgets/EricPathPicker.h</header>
286 <container>1</container>
287 </customwidget>
288 </customwidgets>
289 <tabstops>
290 <tabstop>downloadDirPicker</tabstop>
291 <tabstop>generationsSpinBox</tabstop>
292 <tabstop>keepHiddenCheckBox</tabstop>
293 <tabstop>startupCleanupCheckBox</tabstop>
294 <tabstop>activateExternalPluginsCheckBox</tabstop>
295 <tabstop>noCheckRadioButton</tabstop>
296 <tabstop>alwaysCheckRadioButton</tabstop>
297 <tabstop>dailyCheckRadioButton</tabstop>
298 <tabstop>weeklyCheckRadioButton</tabstop>
299 <tabstop>monthlyCheckRadioButton</tabstop>
300 <tabstop>downloadedOnlyCheckBox</tabstop>
301 <tabstop>repositoryUrlEdit</tabstop>
302 <tabstop>repositoryUrlEditButton</tabstop>
303 </tabstops>
304 <resources/>
305 <connections/>
306 </ui>

eric ide

mercurial