eric6/Preferences/ConfigurationPages/ApplicationPage.ui

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
child 7317
cada9fd4ad3a
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ApplicationPage</class>
4 <widget class="QWidget" name="ApplicationPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>591</width>
10 <height>989</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_4">
14 <item>
15 <widget class="QLabel" name="headerLabel">
16 <property name="text">
17 <string>&lt;b&gt;Configure the application&lt;/b&gt;</string>
18 </property>
19 </widget>
20 </item>
21 <item>
22 <widget class="Line" name="line9_3">
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 <widget class="QCheckBox" name="singleApplicationCheckBox">
36 <property name="toolTip">
37 <string>Select, if only one instance of the application should be running</string>
38 </property>
39 <property name="text">
40 <string>Single Application Mode</string>
41 </property>
42 </widget>
43 </item>
44 <item>
45 <widget class="QCheckBox" name="splashScreenCheckBox">
46 <property name="toolTip">
47 <string>Select to show the startup splash screen</string>
48 </property>
49 <property name="text">
50 <string>Show Splash Screen at startup</string>
51 </property>
52 </widget>
53 </item>
54 <item>
55 <widget class="QCheckBox" name="crashSessionEnabledCheckBox">
56 <property name="toolTip">
57 <string>Select to enable the generation of a crash session file</string>
58 </property>
59 <property name="text">
60 <string>Enable Crash Session</string>
61 </property>
62 </widget>
63 </item>
64 <item>
65 <widget class="QCheckBox" name="globalMenuCheckBox">
66 <property name="toolTip">
67 <string>Select to use the global application menu bar</string>
68 </property>
69 <property name="text">
70 <string>Use Global Menu Bar</string>
71 </property>
72 </widget>
73 </item>
74 <item>
75 <widget class="QGroupBox" name="groupBox_3">
76 <property name="title">
77 <string>Open at startup</string>
78 </property>
79 <layout class="QGridLayout">
80 <item row="0" column="0">
81 <widget class="QRadioButton" name="noOpenRadioButton">
82 <property name="toolTip">
83 <string>Select to not open anything</string>
84 </property>
85 <property name="text">
86 <string>None</string>
87 </property>
88 </widget>
89 </item>
90 <item row="0" column="1">
91 <widget class="QRadioButton" name="lastFileRadioButton">
92 <property name="toolTip">
93 <string>Select to open the most recently opened file</string>
94 </property>
95 <property name="text">
96 <string>Last File</string>
97 </property>
98 </widget>
99 </item>
100 <item row="1" column="0">
101 <widget class="QRadioButton" name="lastProjectRadioButton">
102 <property name="toolTip">
103 <string>Select to open the most recently opened project</string>
104 </property>
105 <property name="text">
106 <string>Last Project</string>
107 </property>
108 </widget>
109 </item>
110 <item row="1" column="1">
111 <widget class="QRadioButton" name="lastMultiprojectRadioButton">
112 <property name="toolTip">
113 <string>Select to open the most recently opened multiproject</string>
114 </property>
115 <property name="text">
116 <string>Last Multiproject</string>
117 </property>
118 </widget>
119 </item>
120 <item row="2" column="0">
121 <widget class="QRadioButton" name="globalSessionRadioButton">
122 <property name="toolTip">
123 <string>Select to restore the global session</string>
124 </property>
125 <property name="text">
126 <string>Global Session</string>
127 </property>
128 </widget>
129 </item>
130 <item row="3" column="0" colspan="2">
131 <widget class="QCheckBox" name="openCrashSessionCheckBox">
132 <property name="enabled">
133 <bool>false</bool>
134 </property>
135 <property name="toolTip">
136 <string>Select to look for a crash session file first</string>
137 </property>
138 <property name="text">
139 <string>Load Crash Session</string>
140 </property>
141 </widget>
142 </item>
143 </layout>
144 </widget>
145 </item>
146 <item>
147 <widget class="QGroupBox" name="groupBox_2">
148 <property name="title">
149 <string>Check for updates</string>
150 </property>
151 <layout class="QHBoxLayout">
152 <item>
153 <widget class="QRadioButton" name="noCheckRadioButton">
154 <property name="toolTip">
155 <string>Select to disable update checking</string>
156 </property>
157 <property name="text">
158 <string>None</string>
159 </property>
160 </widget>
161 </item>
162 <item>
163 <widget class="QRadioButton" name="alwaysCheckRadioButton">
164 <property name="toolTip">
165 <string>Select to check for updates at every startup</string>
166 </property>
167 <property name="text">
168 <string>Always</string>
169 </property>
170 </widget>
171 </item>
172 <item>
173 <widget class="QRadioButton" name="dailyCheckRadioButton">
174 <property name="toolTip">
175 <string>Select to check for updates once a day</string>
176 </property>
177 <property name="text">
178 <string>Daily</string>
179 </property>
180 </widget>
181 </item>
182 <item>
183 <widget class="QRadioButton" name="weeklyCheckRadioButton">
184 <property name="toolTip">
185 <string>Select to check for updates once a week</string>
186 </property>
187 <property name="text">
188 <string>Weekly</string>
189 </property>
190 </widget>
191 </item>
192 <item>
193 <widget class="QRadioButton" name="monthlyCheckRadioButton">
194 <property name="toolTip">
195 <string>Select to check for updates once a month</string>
196 </property>
197 <property name="text">
198 <string>Monthly</string>
199 </property>
200 </widget>
201 </item>
202 </layout>
203 </widget>
204 </item>
205 <item>
206 <widget class="QGroupBox" name="groupBox_4">
207 <property name="title">
208 <string>Reporting</string>
209 </property>
210 <layout class="QVBoxLayout" name="verticalLayout_2">
211 <item>
212 <widget class="QCheckBox" name="systemEmailClientCheckBox">
213 <property name="toolTip">
214 <string>Select to use the system email client to send reports</string>
215 </property>
216 <property name="text">
217 <string>Use System Email Client</string>
218 </property>
219 </widget>
220 </item>
221 </layout>
222 </widget>
223 </item>
224 <item>
225 <widget class="QGroupBox" name="groupBox">
226 <property name="title">
227 <string>Error Log</string>
228 </property>
229 <layout class="QVBoxLayout" name="verticalLayout">
230 <item>
231 <widget class="QCheckBox" name="errorlogCheckBox">
232 <property name="toolTip">
233 <string>Select to check the existence of an error log upon startup</string>
234 </property>
235 <property name="text">
236 <string>Check for Error Log at Startup</string>
237 </property>
238 </widget>
239 </item>
240 </layout>
241 </widget>
242 </item>
243 <item>
244 <widget class="QGroupBox" name="groupBox_5">
245 <property name="title">
246 <string>Keyboard Input Interval</string>
247 </property>
248 <layout class="QGridLayout" name="gridLayout">
249 <item row="0" column="0">
250 <widget class="QSpinBox" name="intervalSpinBox">
251 <property name="toolTip">
252 <string>Enter the keyboard input interval, '0' for default</string>
253 </property>
254 <property name="alignment">
255 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
256 </property>
257 <property name="specialValueText">
258 <string>System Default</string>
259 </property>
260 <property name="suffix">
261 <string> ms</string>
262 </property>
263 <property name="maximum">
264 <number>2000</number>
265 </property>
266 <property name="singleStep">
267 <number>100</number>
268 </property>
269 </widget>
270 </item>
271 <item row="0" column="1">
272 <spacer name="horizontalSpacer">
273 <property name="orientation">
274 <enum>Qt::Horizontal</enum>
275 </property>
276 <property name="sizeHint" stdset="0">
277 <size>
278 <width>453</width>
279 <height>20</height>
280 </size>
281 </property>
282 </spacer>
283 </item>
284 </layout>
285 </widget>
286 </item>
287 <item>
288 <widget class="QGroupBox" name="groupBox_6">
289 <property name="title">
290 <string>Background Services</string>
291 </property>
292 <layout class="QVBoxLayout" name="verticalLayout_3">
293 <item>
294 <widget class="QLabel" name="backgroundServicesLabel">
295 <property name="text">
296 <string/>
297 </property>
298 <property name="wordWrap">
299 <bool>true</bool>
300 </property>
301 </widget>
302 </item>
303 <item>
304 <layout class="QHBoxLayout" name="horizontalLayout">
305 <item>
306 <widget class="QLabel" name="label">
307 <property name="text">
308 <string>max. Processes:</string>
309 </property>
310 </widget>
311 </item>
312 <item>
313 <widget class="QSpinBox" name="backgroundServicesSpinBox">
314 <property name="alignment">
315 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
316 </property>
317 <property name="specialValueText">
318 <string>Automatic</string>
319 </property>
320 </widget>
321 </item>
322 <item>
323 <spacer name="horizontalSpacer_2">
324 <property name="orientation">
325 <enum>Qt::Horizontal</enum>
326 </property>
327 <property name="sizeHint" stdset="0">
328 <size>
329 <width>40</width>
330 <height>20</height>
331 </size>
332 </property>
333 </spacer>
334 </item>
335 </layout>
336 </item>
337 </layout>
338 </widget>
339 </item>
340 <item>
341 <spacer>
342 <property name="orientation">
343 <enum>Qt::Vertical</enum>
344 </property>
345 <property name="sizeHint" stdset="0">
346 <size>
347 <width>571</width>
348 <height>21</height>
349 </size>
350 </property>
351 </spacer>
352 </item>
353 </layout>
354 </widget>
355 <tabstops>
356 <tabstop>singleApplicationCheckBox</tabstop>
357 <tabstop>splashScreenCheckBox</tabstop>
358 <tabstop>crashSessionEnabledCheckBox</tabstop>
359 <tabstop>globalMenuCheckBox</tabstop>
360 <tabstop>noOpenRadioButton</tabstop>
361 <tabstop>lastFileRadioButton</tabstop>
362 <tabstop>lastProjectRadioButton</tabstop>
363 <tabstop>lastMultiprojectRadioButton</tabstop>
364 <tabstop>globalSessionRadioButton</tabstop>
365 <tabstop>openCrashSessionCheckBox</tabstop>
366 <tabstop>noCheckRadioButton</tabstop>
367 <tabstop>alwaysCheckRadioButton</tabstop>
368 <tabstop>dailyCheckRadioButton</tabstop>
369 <tabstop>weeklyCheckRadioButton</tabstop>
370 <tabstop>monthlyCheckRadioButton</tabstop>
371 <tabstop>systemEmailClientCheckBox</tabstop>
372 <tabstop>errorlogCheckBox</tabstop>
373 <tabstop>intervalSpinBox</tabstop>
374 <tabstop>backgroundServicesSpinBox</tabstop>
375 </tabstops>
376 <resources/>
377 <connections>
378 <connection>
379 <sender>crashSessionEnabledCheckBox</sender>
380 <signal>toggled(bool)</signal>
381 <receiver>openCrashSessionCheckBox</receiver>
382 <slot>setEnabled(bool)</slot>
383 <hints>
384 <hint type="sourcelabel">
385 <x>44</x>
386 <y>89</y>
387 </hint>
388 <hint type="destinationlabel">
389 <x>52</x>
390 <y>205</y>
391 </hint>
392 </hints>
393 </connection>
394 <connection>
395 <sender>crashSessionEnabledCheckBox</sender>
396 <signal>toggled(bool)</signal>
397 <receiver>openCrashSessionCheckBox</receiver>
398 <slot>setChecked(bool)</slot>
399 <hints>
400 <hint type="sourcelabel">
401 <x>114</x>
402 <y>88</y>
403 </hint>
404 <hint type="destinationlabel">
405 <x>109</x>
406 <y>209</y>
407 </hint>
408 </hints>
409 </connection>
410 </connections>
411 </ui>

eric ide

mercurial