|
1 <ui version="4.0" > |
|
2 <class>EditorFilePage</class> |
|
3 <widget class="QWidget" name="EditorFilePage" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>547</width> |
|
9 <height>755</height> |
|
10 </rect> |
|
11 </property> |
|
12 <layout class="QVBoxLayout" name="verticalLayout_2" > |
|
13 <item> |
|
14 <widget class="QLabel" name="headerLabel" > |
|
15 <property name="text" > |
|
16 <string><b>Configure file handling settings</b></string> |
|
17 </property> |
|
18 </widget> |
|
19 </item> |
|
20 <item> |
|
21 <widget class="Line" name="line2" > |
|
22 <property name="frameShape" > |
|
23 <enum>QFrame::HLine</enum> |
|
24 </property> |
|
25 <property name="frameShadow" > |
|
26 <enum>QFrame::Sunken</enum> |
|
27 </property> |
|
28 <property name="orientation" > |
|
29 <enum>Qt::Horizontal</enum> |
|
30 </property> |
|
31 </widget> |
|
32 </item> |
|
33 <item> |
|
34 <widget class="QGroupBox" name="groupBox_3" > |
|
35 <property name="title" > |
|
36 <string>Open && Close</string> |
|
37 </property> |
|
38 <layout class="QVBoxLayout" > |
|
39 <item> |
|
40 <layout class="QHBoxLayout" > |
|
41 <item> |
|
42 <widget class="QCheckBox" name="clearBreakpointsCheckBox" > |
|
43 <property name="toolTip" > |
|
44 <string>Select, whether breakpoint belonging to an editor should be cleared, when the editor is closed</string> |
|
45 </property> |
|
46 <property name="text" > |
|
47 <string>Clear Breakpoints upon closing</string> |
|
48 </property> |
|
49 </widget> |
|
50 </item> |
|
51 <item> |
|
52 <widget class="QCheckBox" name="automaticReopenCheckBox" > |
|
53 <property name="toolTip" > |
|
54 <string>Select to reread the file automatically, if it was changed externally</string> |
|
55 </property> |
|
56 <property name="text" > |
|
57 <string>Reopen automatically</string> |
|
58 </property> |
|
59 </widget> |
|
60 </item> |
|
61 </layout> |
|
62 </item> |
|
63 <item> |
|
64 <layout class="QHBoxLayout" > |
|
65 <item> |
|
66 <widget class="QLabel" name="label" > |
|
67 <property name="text" > |
|
68 <string>Warn, if file is greater than</string> |
|
69 </property> |
|
70 </widget> |
|
71 </item> |
|
72 <item> |
|
73 <widget class="QSpinBox" name="warnFilesizeSpinBox" > |
|
74 <property name="toolTip" > |
|
75 <string>Enter the filesize, a warning dialog should be shown.</string> |
|
76 </property> |
|
77 <property name="suffix" > |
|
78 <string> KB</string> |
|
79 </property> |
|
80 <property name="minimum" > |
|
81 <number>1</number> |
|
82 </property> |
|
83 <property name="maximum" > |
|
84 <number>16384</number> |
|
85 </property> |
|
86 <property name="singleStep" > |
|
87 <number>16</number> |
|
88 </property> |
|
89 <property name="value" > |
|
90 <number>1024</number> |
|
91 </property> |
|
92 </widget> |
|
93 </item> |
|
94 <item> |
|
95 <spacer> |
|
96 <property name="orientation" > |
|
97 <enum>Qt::Horizontal</enum> |
|
98 </property> |
|
99 <property name="sizeHint" stdset="0" > |
|
100 <size> |
|
101 <width>40</width> |
|
102 <height>20</height> |
|
103 </size> |
|
104 </property> |
|
105 </spacer> |
|
106 </item> |
|
107 </layout> |
|
108 </item> |
|
109 </layout> |
|
110 </widget> |
|
111 </item> |
|
112 <item> |
|
113 <widget class="QGroupBox" name="groupBox_5" > |
|
114 <property name="title" > |
|
115 <string>End of Line</string> |
|
116 </property> |
|
117 <layout class="QVBoxLayout" name="verticalLayout" > |
|
118 <item> |
|
119 <widget class="QGroupBox" name="groupBox_8" > |
|
120 <property name="title" > |
|
121 <string>End of Line Characters</string> |
|
122 </property> |
|
123 <layout class="QHBoxLayout" name="_12" > |
|
124 <item> |
|
125 <widget class="QRadioButton" name="lfRadioButton" > |
|
126 <property name="toolTip" > |
|
127 <string>Select Unix type end of line</string> |
|
128 </property> |
|
129 <property name="text" > |
|
130 <string>Unix</string> |
|
131 </property> |
|
132 </widget> |
|
133 </item> |
|
134 <item> |
|
135 <widget class="QRadioButton" name="crRadioButton" > |
|
136 <property name="toolTip" > |
|
137 <string>Select Macintosh type end of line</string> |
|
138 </property> |
|
139 <property name="text" > |
|
140 <string>Macintosh</string> |
|
141 </property> |
|
142 </widget> |
|
143 </item> |
|
144 <item> |
|
145 <widget class="QRadioButton" name="crlfRadioButton" > |
|
146 <property name="toolTip" > |
|
147 <string>Select Windows type end of line</string> |
|
148 </property> |
|
149 <property name="text" > |
|
150 <string>Windows/DOS</string> |
|
151 </property> |
|
152 </widget> |
|
153 </item> |
|
154 </layout> |
|
155 </widget> |
|
156 </item> |
|
157 <item> |
|
158 <widget class="QCheckBox" name="automaticEolConversionCheckBox" > |
|
159 <property name="toolTip" > |
|
160 <string>Select whether the eol type should be converted upon opening the file.</string> |
|
161 </property> |
|
162 <property name="text" > |
|
163 <string>Automatic End of Line Conversion</string> |
|
164 </property> |
|
165 </widget> |
|
166 </item> |
|
167 </layout> |
|
168 </widget> |
|
169 </item> |
|
170 <item> |
|
171 <widget class="QGroupBox" name="groupBox_4" > |
|
172 <property name="title" > |
|
173 <string>Save</string> |
|
174 </property> |
|
175 <layout class="QVBoxLayout" > |
|
176 <item> |
|
177 <layout class="QGridLayout" > |
|
178 <item row="0" column="0" > |
|
179 <widget class="QCheckBox" name="automaticSyntaxCheckCheckBox" > |
|
180 <property name="toolTip" > |
|
181 <string>Select, whether Python files should be checked automatically for syntax errors</string> |
|
182 </property> |
|
183 <property name="text" > |
|
184 <string>Automatic Syntax Check</string> |
|
185 </property> |
|
186 </widget> |
|
187 </item> |
|
188 <item row="0" column="1" > |
|
189 <widget class="QCheckBox" name="stripWhitespaceCheckBox" > |
|
190 <property name="toolTip" > |
|
191 <string>Select, whether trailing whitespace should be removed upon save</string> |
|
192 </property> |
|
193 <property name="text" > |
|
194 <string>Strip trailing whitespace upon save</string> |
|
195 </property> |
|
196 </widget> |
|
197 </item> |
|
198 <item row="1" column="0" > |
|
199 <widget class="QCheckBox" name="createBackupFileCheckBox" > |
|
200 <property name="toolTip" > |
|
201 <string>Select, whether a backup file shall be generated upon save</string> |
|
202 </property> |
|
203 <property name="text" > |
|
204 <string>Create backup file upon save</string> |
|
205 </property> |
|
206 </widget> |
|
207 </item> |
|
208 </layout> |
|
209 </item> |
|
210 <item> |
|
211 <layout class="QHBoxLayout" > |
|
212 <item> |
|
213 <widget class="QLabel" name="TextLabel13_3_3" > |
|
214 <property name="text" > |
|
215 <string>Autosave interval:</string> |
|
216 </property> |
|
217 </widget> |
|
218 </item> |
|
219 <item> |
|
220 <widget class="QSlider" name="autosaveSlider" > |
|
221 <property name="toolTip" > |
|
222 <string>Move to set the autosave interval in minutes (0 to disable)</string> |
|
223 </property> |
|
224 <property name="minimum" > |
|
225 <number>0</number> |
|
226 </property> |
|
227 <property name="maximum" > |
|
228 <number>30</number> |
|
229 </property> |
|
230 <property name="value" > |
|
231 <number>5</number> |
|
232 </property> |
|
233 <property name="orientation" > |
|
234 <enum>Qt::Horizontal</enum> |
|
235 </property> |
|
236 <property name="tickInterval" > |
|
237 <number>1</number> |
|
238 </property> |
|
239 </widget> |
|
240 </item> |
|
241 <item> |
|
242 <widget class="QLCDNumber" name="autosaveLCD" > |
|
243 <property name="toolTip" > |
|
244 <string>Displays the selected autosave interval.</string> |
|
245 </property> |
|
246 <property name="numDigits" > |
|
247 <number>2</number> |
|
248 </property> |
|
249 <property name="segmentStyle" > |
|
250 <enum>QLCDNumber::Flat</enum> |
|
251 </property> |
|
252 <property name="value" stdset="0" > |
|
253 <double>5.000000000000000</double> |
|
254 </property> |
|
255 </widget> |
|
256 </item> |
|
257 </layout> |
|
258 </item> |
|
259 </layout> |
|
260 </widget> |
|
261 </item> |
|
262 <item> |
|
263 <widget class="QGroupBox" name="groupBox" > |
|
264 <property name="title" > |
|
265 <string>Encoding</string> |
|
266 </property> |
|
267 <layout class="QGridLayout" name="gridLayout" > |
|
268 <item row="0" column="0" colspan="2" > |
|
269 <widget class="QCheckBox" name="advEncodingCheckBox" > |
|
270 <property name="toolTip" > |
|
271 <string>Select to use the advanced encoding detection </string> |
|
272 </property> |
|
273 <property name="whatsThis" > |
|
274 <string><b>Advanced encoding detection</b> |
|
275 <p>Select to use the advanced encoding detection based on the &quot;universal character encoding detector&quot; from <a href="http://chardet.feedparser.org">http://chardet.feedparser.org</a>.</p></string> |
|
276 </property> |
|
277 <property name="text" > |
|
278 <string>Use advanced encoding detection</string> |
|
279 </property> |
|
280 </widget> |
|
281 </item> |
|
282 <item row="1" column="0" > |
|
283 <widget class="QLabel" name="label_4" > |
|
284 <property name="text" > |
|
285 <string>Default Encoding:</string> |
|
286 </property> |
|
287 </widget> |
|
288 </item> |
|
289 <item row="1" column="1" > |
|
290 <widget class="QComboBox" name="defaultEncodingComboBox" > |
|
291 <property name="sizePolicy" > |
|
292 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > |
|
293 <horstretch>0</horstretch> |
|
294 <verstretch>0</verstretch> |
|
295 </sizepolicy> |
|
296 </property> |
|
297 <property name="toolTip" > |
|
298 <string>Select the string encoding to be used.</string> |
|
299 </property> |
|
300 </widget> |
|
301 </item> |
|
302 </layout> |
|
303 </widget> |
|
304 </item> |
|
305 <item> |
|
306 <widget class="QGroupBox" name="groupBox_2" > |
|
307 <property name="title" > |
|
308 <string>Default File Filters</string> |
|
309 </property> |
|
310 <layout class="QGridLayout" > |
|
311 <item row="0" column="0" > |
|
312 <widget class="QLabel" name="label_2" > |
|
313 <property name="text" > |
|
314 <string>Open Files:</string> |
|
315 </property> |
|
316 </widget> |
|
317 </item> |
|
318 <item row="0" column="1" > |
|
319 <widget class="QComboBox" name="openFilesFilterComboBox" /> |
|
320 </item> |
|
321 <item row="0" column="2" > |
|
322 <spacer> |
|
323 <property name="orientation" > |
|
324 <enum>Qt::Horizontal</enum> |
|
325 </property> |
|
326 <property name="sizeHint" stdset="0" > |
|
327 <size> |
|
328 <width>40</width> |
|
329 <height>20</height> |
|
330 </size> |
|
331 </property> |
|
332 </spacer> |
|
333 </item> |
|
334 <item row="1" column="0" > |
|
335 <widget class="QLabel" name="label_3" > |
|
336 <property name="text" > |
|
337 <string>Save Files:</string> |
|
338 </property> |
|
339 </widget> |
|
340 </item> |
|
341 <item row="1" column="1" > |
|
342 <widget class="QComboBox" name="saveFilesFilterComboBox" /> |
|
343 </item> |
|
344 </layout> |
|
345 </widget> |
|
346 </item> |
|
347 <item> |
|
348 <spacer> |
|
349 <property name="orientation" > |
|
350 <enum>Qt::Vertical</enum> |
|
351 </property> |
|
352 <property name="sizeHint" stdset="0" > |
|
353 <size> |
|
354 <width>435</width> |
|
355 <height>20</height> |
|
356 </size> |
|
357 </property> |
|
358 </spacer> |
|
359 </item> |
|
360 </layout> |
|
361 </widget> |
|
362 <tabstops> |
|
363 <tabstop>clearBreakpointsCheckBox</tabstop> |
|
364 <tabstop>automaticReopenCheckBox</tabstop> |
|
365 <tabstop>warnFilesizeSpinBox</tabstop> |
|
366 <tabstop>lfRadioButton</tabstop> |
|
367 <tabstop>crRadioButton</tabstop> |
|
368 <tabstop>crlfRadioButton</tabstop> |
|
369 <tabstop>automaticEolConversionCheckBox</tabstop> |
|
370 <tabstop>automaticSyntaxCheckCheckBox</tabstop> |
|
371 <tabstop>createBackupFileCheckBox</tabstop> |
|
372 <tabstop>stripWhitespaceCheckBox</tabstop> |
|
373 <tabstop>autosaveSlider</tabstop> |
|
374 <tabstop>advEncodingCheckBox</tabstop> |
|
375 <tabstop>defaultEncodingComboBox</tabstop> |
|
376 <tabstop>openFilesFilterComboBox</tabstop> |
|
377 <tabstop>saveFilesFilterComboBox</tabstop> |
|
378 </tabstops> |
|
379 <resources/> |
|
380 <connections> |
|
381 <connection> |
|
382 <sender>autosaveSlider</sender> |
|
383 <signal>valueChanged(int)</signal> |
|
384 <receiver>autosaveLCD</receiver> |
|
385 <slot>display(int)</slot> |
|
386 <hints> |
|
387 <hint type="sourcelabel" > |
|
388 <x>272</x> |
|
389 <y>58</y> |
|
390 </hint> |
|
391 <hint type="destinationlabel" > |
|
392 <x>420</x> |
|
393 <y>55</y> |
|
394 </hint> |
|
395 </hints> |
|
396 </connection> |
|
397 </connections> |
|
398 </ui> |