~ubuntu-branches/ubuntu/wily/smplayer/wily

« back to all changes in this revision

Viewing changes to src/prefadvanced.ui

  • Committer: Package Import Robot
  • Author(s): Maia Kozheva, Maia Kozheva, Alessio Treglia
  • Date: 2012-04-14 12:01:57 UTC
  • mfrom: (1.1.13)
  • mto: (20.2.1 sid)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: package-import@ubuntu.com-20120414120157-mndwobcslgisomso
[ Maia Kozheva ]
* New upstream release:
  - Changes since 0.7.1:
    + A toolbar editor has been added. Now it's possible to select the
      buttons and controls that want to appear in the toolbars.
    + New video filters: gradfun, blur and sharpen.
    + Now it's possible to change the GUI (default, mini, mpc) at runtime,
      no restart required.
    + sub files from opensubtitles should work again.
    + (Youtube) Recognize short urls (like this one:
      http://y2u.be/F5OcZBVPwOA)
    + Better support for chapters in video files.
    + Bug fix: remote m3u files work from the favorites menu or command line.
    + Internal changes in the single instance option (switch to 
      QtSingleApplication).
  - Fixes since 0.7.0:
    + SMPlayer took more than 10 seconds to show when running for the very
      first time.
    + The links to download subtitles from Opensubtitles were wrong.
    + SMPlayer crashed in the favorite editor when trying to select a file
      if the KDE open dialog was used.
  - Changes since 0.7.0:
    + By default the screenshots are saved in the user's pictures folder
      instead of the SMPlayer's config folder.
    + Now it's possible to change the opensubtitles server.
    + Youtube: seeking is slow with flv videos, so now flv videos have the
      lowest priority.
    + Youtube: now it's possible to search and download videos from youtube.
      This is provided by an external application (in linux you have to
      install an independent package: smtube).
* debian/copyright:
  - Rewrite according to DEP-5 specification.
* debian/control:
  - Depend on mplayer2 | mplayer. (Closes: #638279)
  - Update Standards-Version to 3.9.3.
* Remove debian/patches/handle_local_urls.diff, merged upstream.

[ Alessio Treglia ]
* Mention smplayer is also a front-end for MPlayer2.
* Fix small typo in the description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
2
3
 <class>PrefAdvanced</class>
3
 
 <widget class="QWidget" name="PrefAdvanced" >
4
 
  <property name="geometry" >
 
4
 <widget class="QWidget" name="PrefAdvanced">
 
5
  <property name="geometry">
5
6
   <rect>
6
7
    <x>0</x>
7
8
    <y>0</y>
9
10
    <height>469</height>
10
11
   </rect>
11
12
  </property>
12
 
  <layout class="QVBoxLayout" >
13
 
   <property name="leftMargin" >
14
 
    <number>0</number>
15
 
   </property>
16
 
   <property name="topMargin" >
17
 
    <number>0</number>
18
 
   </property>
19
 
   <property name="rightMargin" >
20
 
    <number>0</number>
21
 
   </property>
22
 
   <property name="bottomMargin" >
 
13
  <layout class="QVBoxLayout">
 
14
   <property name="margin">
23
15
    <number>0</number>
24
16
   </property>
25
17
   <item>
26
 
    <widget class="QTabWidget" name="advanced_tab" >
27
 
     <property name="currentIndex" >
 
18
    <widget class="QTabWidget" name="advanced_tab">
 
19
     <property name="currentIndex">
28
20
      <number>0</number>
29
21
     </property>
30
 
     <widget class="QWidget" name="tab1" >
31
 
      <attribute name="title" >
 
22
     <widget class="QWidget" name="tab1">
 
23
      <attribute name="title">
32
24
       <string>&amp;Advanced</string>
33
25
      </attribute>
34
 
      <layout class="QVBoxLayout" >
 
26
      <layout class="QVBoxLayout">
35
27
       <item>
36
 
        <layout class="QHBoxLayout" >
37
 
         <property name="spacing" >
 
28
        <layout class="QHBoxLayout">
 
29
         <property name="spacing">
38
30
          <number>6</number>
39
31
         </property>
40
 
         <property name="leftMargin" >
41
 
          <number>0</number>
42
 
         </property>
43
 
         <property name="topMargin" >
44
 
          <number>0</number>
45
 
         </property>
46
 
         <property name="rightMargin" >
47
 
          <number>0</number>
48
 
         </property>
49
 
         <property name="bottomMargin" >
 
32
         <property name="margin">
50
33
          <number>0</number>
51
34
         </property>
52
35
         <item>
53
 
          <widget class="QLabel" name="monitor_aspect_icon" >
54
 
           <property name="text" >
 
36
          <widget class="QLabel" name="monitor_aspect_icon">
 
37
           <property name="text">
55
38
            <string>icon</string>
56
39
           </property>
57
 
           <property name="wordWrap" >
 
40
           <property name="wordWrap">
58
41
            <bool>false</bool>
59
42
           </property>
60
43
          </widget>
61
44
         </item>
62
45
         <item>
63
 
          <widget class="QLabel" name="textLabel1_8" >
64
 
           <property name="text" >
 
46
          <widget class="QLabel" name="textLabel1_8">
 
47
           <property name="text">
65
48
            <string>&amp;Monitor aspect:</string>
66
49
           </property>
67
 
           <property name="wordWrap" >
 
50
           <property name="wordWrap">
68
51
            <bool>false</bool>
69
52
           </property>
70
 
           <property name="buddy" >
 
53
           <property name="buddy">
71
54
            <cstring>monitoraspect_combo</cstring>
72
55
           </property>
73
56
          </widget>
74
57
         </item>
75
58
         <item>
76
 
          <widget class="MyComboBox" name="monitoraspect_combo" >
77
 
           <property name="sizePolicy" >
78
 
            <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
 
59
          <widget class="MyComboBox" name="monitoraspect_combo">
 
60
           <property name="sizePolicy">
 
61
            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
79
62
             <horstretch>0</horstretch>
80
63
             <verstretch>0</verstretch>
81
64
            </sizepolicy>
82
65
           </property>
83
 
           <property name="editable" >
 
66
           <property name="editable">
84
67
            <bool>true</bool>
85
68
           </property>
86
69
          </widget>
87
70
         </item>
88
71
         <item>
89
72
          <spacer>
90
 
           <property name="orientation" >
 
73
           <property name="orientation">
91
74
            <enum>Qt::Horizontal</enum>
92
75
           </property>
93
 
           <property name="sizeType" >
 
76
           <property name="sizeType">
94
77
            <enum>QSizePolicy::Expanding</enum>
95
78
           </property>
96
 
           <property name="sizeHint" >
 
79
           <property name="sizeHint" stdset="0">
97
80
            <size>
98
81
             <width>190</width>
99
82
             <height>21</height>
104
87
        </layout>
105
88
       </item>
106
89
       <item>
107
 
        <widget class="Line" name="line_2" >
108
 
         <property name="sizePolicy" >
109
 
          <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
 
90
        <widget class="Line" name="line_2">
 
91
         <property name="sizePolicy">
 
92
          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
110
93
           <horstretch>0</horstretch>
111
94
           <verstretch>0</verstretch>
112
95
          </sizepolicy>
113
96
         </property>
114
 
         <property name="orientation" >
 
97
         <property name="orientation">
115
98
          <enum>Qt::Horizontal</enum>
116
99
         </property>
117
100
        </widget>
118
101
       </item>
119
102
       <item>
120
 
        <widget class="QCheckBox" name="mplayer_use_window_check" >
121
 
         <property name="text" >
 
103
        <widget class="QCheckBox" name="mplayer_use_window_check">
 
104
         <property name="text">
122
105
          <string>&amp;Run MPlayer in its own window</string>
123
106
         </property>
124
107
        </widget>
125
108
       </item>
126
109
       <item>
127
 
        <widget class="QCheckBox" name="idx_check" >
128
 
         <property name="text" >
 
110
        <widget class="QCheckBox" name="idx_check">
 
111
         <property name="text">
129
112
          <string>Rebuild &amp;index if needed</string>
130
113
         </property>
131
114
        </widget>
132
115
       </item>
133
116
       <item>
134
 
        <layout class="QHBoxLayout" >
 
117
        <layout class="QHBoxLayout">
135
118
         <item>
136
 
          <widget class="QLabel" name="label_8" >
137
 
           <property name="text" >
 
119
          <widget class="QLabel" name="label_8">
 
120
           <property name="text">
138
121
            <string>C&amp;orrect PTS:</string>
139
122
           </property>
140
 
           <property name="buddy" >
 
123
           <property name="buddy">
141
124
            <cstring>correct_pts_combo</cstring>
142
125
           </property>
143
126
          </widget>
144
127
         </item>
145
128
         <item>
146
 
          <widget class="TristateCombo" name="correct_pts_combo" />
 
129
          <widget class="TristateCombo" name="correct_pts_combo"/>
147
130
         </item>
148
131
         <item>
149
132
          <spacer>
150
 
           <property name="orientation" >
 
133
           <property name="orientation">
151
134
            <enum>Qt::Horizontal</enum>
152
135
           </property>
153
 
           <property name="sizeHint" >
 
136
           <property name="sizeHint" stdset="0">
154
137
            <size>
155
138
             <width>40</width>
156
139
             <height>20</height>
161
144
        </layout>
162
145
       </item>
163
146
       <item>
164
 
        <widget class="QCheckBox" name="shortnames_check" >
165
 
         <property name="text" >
 
147
        <widget class="QCheckBox" name="shortnames_check">
 
148
         <property name="text">
166
149
          <string>&amp;Pass short filenames (8+3) to MPlayer</string>
167
150
         </property>
168
151
        </widget>
169
152
       </item>
170
153
       <item>
171
 
        <widget class="QCheckBox" name="repaint_video_background_check" >
172
 
         <property name="text" >
 
154
        <widget class="QCheckBox" name="repaint_video_background_check">
 
155
         <property name="text">
173
156
          <string>Repaint the backgroun&amp;d of the video window</string>
174
157
         </property>
175
158
        </widget>
176
159
       </item>
177
160
       <item>
178
 
        <widget class="Line" name="line_3" >
179
 
         <property name="sizePolicy" >
180
 
          <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
 
161
        <widget class="Line" name="line_3">
 
162
         <property name="sizePolicy">
 
163
          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
181
164
           <horstretch>0</horstretch>
182
165
           <verstretch>0</verstretch>
183
166
          </sizepolicy>
184
167
         </property>
185
 
         <property name="orientation" >
 
168
         <property name="orientation">
186
169
          <enum>Qt::Horizontal</enum>
187
170
         </property>
188
171
        </widget>
189
172
       </item>
190
173
       <item>
191
 
        <widget class="QLabel" name="label_7" >
192
 
         <property name="text" >
 
174
        <widget class="QLabel" name="label_7">
 
175
         <property name="text">
193
176
          <string>R&amp;un the following actions every time a file is opened. The actions must be separated with spaces:</string>
194
177
         </property>
195
 
         <property name="wordWrap" >
 
178
         <property name="wordWrap">
196
179
          <bool>true</bool>
197
180
         </property>
198
 
         <property name="buddy" >
 
181
         <property name="buddy">
199
182
          <cstring>actions_to_run_edit</cstring>
200
183
         </property>
201
184
        </widget>
202
185
       </item>
203
186
       <item>
204
 
        <widget class="QLineEdit" name="actions_to_run_edit" />
 
187
        <widget class="QLineEdit" name="actions_to_run_edit"/>
205
188
       </item>
206
189
       <item>
207
 
        <widget class="Line" name="line" >
208
 
         <property name="sizePolicy" >
209
 
          <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
 
190
        <widget class="Line" name="line">
 
191
         <property name="sizePolicy">
 
192
          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
210
193
           <horstretch>0</horstretch>
211
194
           <verstretch>0</verstretch>
212
195
          </sizepolicy>
213
196
         </property>
214
 
         <property name="orientation" >
 
197
         <property name="orientation">
215
198
          <enum>Qt::Horizontal</enum>
216
199
         </property>
217
200
        </widget>
218
201
       </item>
219
202
       <item>
220
 
        <layout class="QHBoxLayout" >
221
 
         <property name="spacing" >
 
203
        <layout class="QHBoxLayout">
 
204
         <property name="spacing">
222
205
          <number>6</number>
223
206
         </property>
224
 
         <property name="leftMargin" >
225
 
          <number>0</number>
226
 
         </property>
227
 
         <property name="topMargin" >
228
 
          <number>0</number>
229
 
         </property>
230
 
         <property name="rightMargin" >
231
 
          <number>0</number>
232
 
         </property>
233
 
         <property name="bottomMargin" >
 
207
         <property name="margin">
234
208
          <number>0</number>
235
209
         </property>
236
210
         <item>
237
 
          <widget class="QLabel" name="colorkey_label" >
238
 
           <property name="text" >
 
211
          <widget class="QLabel" name="colorkey_label">
 
212
           <property name="text">
239
213
            <string>&amp;Colorkey:</string>
240
214
           </property>
241
 
           <property name="wordWrap" >
 
215
           <property name="wordWrap">
242
216
            <bool>false</bool>
243
217
           </property>
244
 
           <property name="buddy" >
 
218
           <property name="buddy">
245
219
            <cstring>colorkey_view</cstring>
246
220
           </property>
247
221
          </widget>
248
222
         </item>
249
223
         <item>
250
 
          <widget class="QLineEdit" name="colorkey_view" >
251
 
           <property name="sizePolicy" >
252
 
            <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
 
224
          <widget class="QLineEdit" name="colorkey_view">
 
225
           <property name="sizePolicy">
 
226
            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
253
227
             <horstretch>0</horstretch>
254
228
             <verstretch>0</verstretch>
255
229
            </sizepolicy>
257
231
          </widget>
258
232
         </item>
259
233
         <item>
260
 
          <widget class="QPushButton" name="changeButton" >
261
 
           <property name="text" >
 
234
          <widget class="QPushButton" name="changeButton">
 
235
           <property name="text">
262
236
            <string>C&amp;hange...</string>
263
237
           </property>
264
238
          </widget>
265
239
         </item>
266
240
         <item>
267
241
          <spacer>
268
 
           <property name="orientation" >
 
242
           <property name="orientation">
269
243
            <enum>Qt::Horizontal</enum>
270
244
           </property>
271
 
           <property name="sizeType" >
 
245
           <property name="sizeType">
272
246
            <enum>QSizePolicy::Expanding</enum>
273
247
           </property>
274
 
           <property name="sizeHint" >
 
248
           <property name="sizeHint" stdset="0">
275
249
            <size>
276
250
             <width>131</width>
277
251
             <height>21</height>
282
256
        </layout>
283
257
       </item>
284
258
       <item>
285
 
        <widget class="QCheckBox" name="show_tag_in_title_check" >
286
 
         <property name="text" >
 
259
        <widget class="QCheckBox" name="show_tag_in_title_check">
 
260
         <property name="text">
287
261
          <string>Show tag in&amp;fo in window title</string>
288
262
         </property>
289
263
        </widget>
290
264
       </item>
291
265
       <item>
292
266
        <spacer>
293
 
         <property name="orientation" >
 
267
         <property name="orientation">
294
268
          <enum>Qt::Vertical</enum>
295
269
         </property>
296
 
         <property name="sizeType" >
 
270
         <property name="sizeType">
297
271
          <enum>QSizePolicy::Expanding</enum>
298
272
         </property>
299
 
         <property name="sizeHint" >
 
273
         <property name="sizeHint" stdset="0">
300
274
          <size>
301
275
           <width>489</width>
302
276
           <height>51</height>
306
280
       </item>
307
281
      </layout>
308
282
     </widget>
309
 
     <widget class="QWidget" name="tab2" >
310
 
      <attribute name="title" >
 
283
     <widget class="QWidget" name="tab2">
 
284
      <attribute name="title">
311
285
       <string>Options for MP&amp;layer</string>
312
286
      </attribute>
313
 
      <layout class="QVBoxLayout" >
314
 
       <property name="spacing" >
 
287
      <layout class="QVBoxLayout">
 
288
       <property name="spacing">
315
289
        <number>6</number>
316
290
       </property>
317
 
       <property name="leftMargin" >
318
 
        <number>9</number>
319
 
       </property>
320
 
       <property name="topMargin" >
321
 
        <number>9</number>
322
 
       </property>
323
 
       <property name="rightMargin" >
324
 
        <number>9</number>
325
 
       </property>
326
 
       <property name="bottomMargin" >
 
291
       <property name="margin">
327
292
        <number>9</number>
328
293
       </property>
329
294
       <item>
330
 
        <widget class="QLabel" name="textLabel3_2" >
331
 
         <property name="text" >
 
295
        <widget class="QLabel" name="textLabel3_2">
 
296
         <property name="text">
332
297
          <string>Here you can pass extra options to MPlayer.
333
298
Write them separated by spaces.
334
299
Example: -flip -nosound</string>
335
300
         </property>
336
 
         <property name="alignment" >
 
301
         <property name="alignment">
337
302
          <set>Qt::AlignVCenter</set>
338
303
         </property>
339
 
         <property name="wordWrap" >
 
304
         <property name="wordWrap">
340
305
          <bool>false</bool>
341
306
         </property>
342
307
        </widget>
343
308
       </item>
344
309
       <item>
345
 
        <layout class="QHBoxLayout" >
346
 
         <property name="spacing" >
 
310
        <layout class="QHBoxLayout">
 
311
         <property name="spacing">
347
312
          <number>6</number>
348
313
         </property>
349
 
         <property name="leftMargin" >
350
 
          <number>0</number>
351
 
         </property>
352
 
         <property name="topMargin" >
353
 
          <number>0</number>
354
 
         </property>
355
 
         <property name="rightMargin" >
356
 
          <number>0</number>
357
 
         </property>
358
 
         <property name="bottomMargin" >
 
314
         <property name="margin">
359
315
          <number>0</number>
360
316
         </property>
361
317
         <item>
362
 
          <widget class="QLabel" name="textLabel1_3" >
363
 
           <property name="text" >
 
318
          <widget class="QLabel" name="textLabel1_3">
 
319
           <property name="text">
364
320
            <string>&amp;Options:</string>
365
321
           </property>
366
 
           <property name="wordWrap" >
 
322
           <property name="wordWrap">
367
323
            <bool>false</bool>
368
324
           </property>
369
 
           <property name="buddy" >
 
325
           <property name="buddy">
370
326
            <cstring>mplayer_args_edit</cstring>
371
327
           </property>
372
328
          </widget>
373
329
         </item>
374
330
         <item>
375
 
          <widget class="QLineEdit" name="mplayer_args_edit" />
 
331
          <widget class="QLineEdit" name="mplayer_args_edit"/>
376
332
         </item>
377
333
        </layout>
378
334
       </item>
379
335
       <item>
380
 
        <widget class="Line" name="line2" >
381
 
         <property name="sizePolicy" >
382
 
          <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
 
336
        <widget class="Line" name="line2">
 
337
         <property name="sizePolicy">
 
338
          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
383
339
           <horstretch>0</horstretch>
384
340
           <verstretch>0</verstretch>
385
341
          </sizepolicy>
386
342
         </property>
387
 
         <property name="frameShape" >
 
343
         <property name="frameShape">
388
344
          <enum>QFrame::HLine</enum>
389
345
         </property>
390
 
         <property name="frameShadow" >
 
346
         <property name="frameShadow">
391
347
          <enum>QFrame::Sunken</enum>
392
348
         </property>
393
 
         <property name="orientation" >
 
349
         <property name="orientation">
394
350
          <enum>Qt::Horizontal</enum>
395
351
         </property>
396
352
        </widget>
397
353
       </item>
398
354
       <item>
399
 
        <widget class="QLabel" name="textLabel4_2" >
400
 
         <property name="text" >
 
355
        <widget class="QLabel" name="textLabel4_2">
 
356
         <property name="text">
401
357
          <string>You can also pass additional video filters.
402
 
Separate them with ",". Do not use spaces!
 
358
Separate them with &quot;,&quot;. Do not use spaces!
403
359
Example: scale=512:-2,eq2=1.1</string>
404
360
         </property>
405
 
         <property name="alignment" >
 
361
         <property name="alignment">
406
362
          <set>Qt::AlignVCenter</set>
407
363
         </property>
408
 
         <property name="wordWrap" >
 
364
         <property name="wordWrap">
409
365
          <bool>false</bool>
410
366
         </property>
411
367
        </widget>
412
368
       </item>
413
369
       <item>
414
 
        <layout class="QHBoxLayout" >
415
 
         <property name="spacing" >
 
370
        <layout class="QHBoxLayout">
 
371
         <property name="spacing">
416
372
          <number>6</number>
417
373
         </property>
418
 
         <property name="leftMargin" >
419
 
          <number>0</number>
420
 
         </property>
421
 
         <property name="topMargin" >
422
 
          <number>0</number>
423
 
         </property>
424
 
         <property name="rightMargin" >
425
 
          <number>0</number>
426
 
         </property>
427
 
         <property name="bottomMargin" >
 
374
         <property name="margin">
428
375
          <number>0</number>
429
376
         </property>
430
377
         <item>
431
 
          <widget class="QLabel" name="textLabel2_3" >
432
 
           <property name="text" >
 
378
          <widget class="QLabel" name="textLabel2_3">
 
379
           <property name="text">
433
380
            <string>V&amp;ideo filters:</string>
434
381
           </property>
435
 
           <property name="wordWrap" >
 
382
           <property name="wordWrap">
436
383
            <bool>false</bool>
437
384
           </property>
438
 
           <property name="buddy" >
 
385
           <property name="buddy">
439
386
            <cstring>mplayer_vfilters_edit</cstring>
440
387
           </property>
441
388
          </widget>
442
389
         </item>
443
390
         <item>
444
 
          <widget class="QLineEdit" name="mplayer_vfilters_edit" />
 
391
          <widget class="QLineEdit" name="mplayer_vfilters_edit"/>
445
392
         </item>
446
393
        </layout>
447
394
       </item>
448
395
       <item>
449
 
        <widget class="Line" name="line3" >
450
 
         <property name="sizePolicy" >
451
 
          <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
 
396
        <widget class="Line" name="line3">
 
397
         <property name="sizePolicy">
 
398
          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
452
399
           <horstretch>0</horstretch>
453
400
           <verstretch>0</verstretch>
454
401
          </sizepolicy>
455
402
         </property>
456
 
         <property name="frameShape" >
 
403
         <property name="frameShape">
457
404
          <enum>QFrame::HLine</enum>
458
405
         </property>
459
 
         <property name="frameShadow" >
 
406
         <property name="frameShadow">
460
407
          <enum>QFrame::Sunken</enum>
461
408
         </property>
462
 
         <property name="orientation" >
 
409
         <property name="orientation">
463
410
          <enum>Qt::Horizontal</enum>
464
411
         </property>
465
412
        </widget>
466
413
       </item>
467
414
       <item>
468
 
        <widget class="QLabel" name="textLabel5_2" >
469
 
         <property name="text" >
 
415
        <widget class="QLabel" name="textLabel5_2">
 
416
         <property name="text">
470
417
          <string>And finally audio filters. Same rule as for video filters.
471
418
Example: resample=44100:0:0,volnorm</string>
472
419
         </property>
473
 
         <property name="alignment" >
 
420
         <property name="alignment">
474
421
          <set>Qt::AlignVCenter</set>
475
422
         </property>
476
 
         <property name="wordWrap" >
 
423
         <property name="wordWrap">
477
424
          <bool>false</bool>
478
425
         </property>
479
426
        </widget>
480
427
       </item>
481
428
       <item>
482
 
        <layout class="QHBoxLayout" >
483
 
         <property name="spacing" >
 
429
        <layout class="QHBoxLayout">
 
430
         <property name="spacing">
484
431
          <number>6</number>
485
432
         </property>
486
 
         <property name="leftMargin" >
487
 
          <number>0</number>
488
 
         </property>
489
 
         <property name="topMargin" >
490
 
          <number>0</number>
491
 
         </property>
492
 
         <property name="rightMargin" >
493
 
          <number>0</number>
494
 
         </property>
495
 
         <property name="bottomMargin" >
 
433
         <property name="margin">
496
434
          <number>0</number>
497
435
         </property>
498
436
         <item>
499
 
          <widget class="QLabel" name="textLabel3_3" >
500
 
           <property name="text" >
 
437
          <widget class="QLabel" name="textLabel3_3">
 
438
           <property name="text">
501
439
            <string>Audio &amp;filters:</string>
502
440
           </property>
503
 
           <property name="wordWrap" >
 
441
           <property name="wordWrap">
504
442
            <bool>false</bool>
505
443
           </property>
506
 
           <property name="buddy" >
 
444
           <property name="buddy">
507
445
            <cstring>mplayer_afilters_edit</cstring>
508
446
           </property>
509
447
          </widget>
510
448
         </item>
511
449
         <item>
512
 
          <widget class="QLineEdit" name="mplayer_afilters_edit" />
 
450
          <widget class="QLineEdit" name="mplayer_afilters_edit"/>
513
451
         </item>
514
452
        </layout>
515
453
       </item>
516
454
       <item>
517
455
        <spacer>
518
 
         <property name="orientation" >
 
456
         <property name="orientation">
519
457
          <enum>Qt::Vertical</enum>
520
458
         </property>
521
 
         <property name="sizeHint" >
 
459
         <property name="sizeHint" stdset="0">
522
460
          <size>
523
461
           <width>20</width>
524
462
           <height>40</height>
528
466
       </item>
529
467
      </layout>
530
468
     </widget>
531
 
     <widget class="QWidget" name="tab_proxy" >
532
 
      <attribute name="title" >
 
469
     <widget class="QWidget" name="tab_proxy">
 
470
      <attribute name="title">
533
471
       <string>&amp;Network</string>
534
472
      </attribute>
535
 
      <layout class="QVBoxLayout" >
 
473
      <layout class="QVBoxLayout">
536
474
       <item>
537
 
        <widget class="QGroupBox" name="internet_connection_groupbox" >
538
 
         <property name="title" >
 
475
        <widget class="QGroupBox" name="internet_connection_groupbox">
 
476
         <property name="title">
539
477
          <string>Network Connection</string>
540
478
         </property>
541
 
         <layout class="QVBoxLayout" >
542
 
          <property name="spacing" >
 
479
         <layout class="QVBoxLayout">
 
480
          <property name="spacing">
543
481
           <number>6</number>
544
482
          </property>
545
 
          <property name="leftMargin" >
546
 
           <number>9</number>
547
 
          </property>
548
 
          <property name="topMargin" >
549
 
           <number>9</number>
550
 
          </property>
551
 
          <property name="rightMargin" >
552
 
           <number>9</number>
553
 
          </property>
554
 
          <property name="bottomMargin" >
 
483
          <property name="margin">
555
484
           <number>9</number>
556
485
          </property>
557
486
          <item>
558
 
           <widget class="QRadioButton" name="ipv4_button" >
559
 
            <property name="text" >
 
487
           <widget class="QRadioButton" name="ipv4_button">
 
488
            <property name="text">
560
489
             <string>IPv&amp;4</string>
561
490
            </property>
562
491
           </widget>
563
492
          </item>
564
493
          <item>
565
 
           <widget class="QRadioButton" name="ipv6_button" >
566
 
            <property name="text" >
 
494
           <widget class="QRadioButton" name="ipv6_button">
 
495
            <property name="text">
567
496
             <string>IPv&amp;6</string>
568
497
            </property>
569
498
           </widget>
573
502
       </item>
574
503
       <item>
575
504
        <spacer>
576
 
         <property name="orientation" >
 
505
         <property name="orientation">
577
506
          <enum>Qt::Vertical</enum>
578
507
         </property>
579
 
         <property name="sizeHint" >
 
508
         <property name="sizeHint" stdset="0">
580
509
          <size>
581
510
           <width>458</width>
582
511
           <height>31</height>
586
515
       </item>
587
516
      </layout>
588
517
     </widget>
589
 
     <widget class="QWidget" name="tab4" >
590
 
      <attribute name="title" >
 
518
     <widget class="QWidget" name="tab4">
 
519
      <attribute name="title">
591
520
       <string>Lo&amp;gs</string>
592
521
      </attribute>
593
 
      <layout class="QVBoxLayout" >
594
 
       <item>
595
 
        <widget class="QCheckBox" name="log_smplayer_check" >
596
 
         <property name="text" >
597
 
          <string>Log &amp;SMPlayer output</string>
598
 
         </property>
599
 
        </widget>
600
 
       </item>
601
 
       <item>
602
 
        <widget class="QWidget" native="1" name="smplayer_log_container" >
603
 
         <property name="enabled" >
604
 
          <bool>false</bool>
605
 
         </property>
606
 
         <layout class="QHBoxLayout" >
607
 
          <property name="leftMargin" >
608
 
           <number>0</number>
609
 
          </property>
610
 
          <property name="topMargin" >
611
 
           <number>0</number>
612
 
          </property>
613
 
          <property name="rightMargin" >
614
 
           <number>0</number>
615
 
          </property>
616
 
          <property name="bottomMargin" >
617
 
           <number>0</number>
618
 
          </property>
619
 
          <item>
620
 
           <spacer>
621
 
            <property name="orientation" >
622
 
             <enum>Qt::Horizontal</enum>
623
 
            </property>
624
 
            <property name="sizeType" >
625
 
             <enum>QSizePolicy::Fixed</enum>
626
 
            </property>
627
 
            <property name="sizeHint" >
628
 
             <size>
629
 
              <width>21</width>
630
 
              <height>41</height>
631
 
             </size>
632
 
            </property>
633
 
           </spacer>
634
 
          </item>
635
 
          <item>
636
 
           <widget class="QCheckBox" name="log_smplayer_save_check" >
637
 
            <property name="text" >
638
 
             <string>Sa&amp;ve SMPlayer log to a file</string>
639
 
            </property>
640
 
           </widget>
641
 
          </item>
642
 
         </layout>
643
 
        </widget>
644
 
       </item>
645
 
       <item>
646
 
        <widget class="QCheckBox" name="log_mplayer_check" >
647
 
         <property name="text" >
648
 
          <string>Log MPlayer &amp;output</string>
649
 
         </property>
650
 
        </widget>
651
 
       </item>
652
 
       <item>
653
 
        <widget class="QWidget" native="1" name="mplayer_log_container" >
654
 
         <property name="enabled" >
655
 
          <bool>false</bool>
656
 
         </property>
657
 
         <layout class="QGridLayout" >
658
 
          <property name="leftMargin" >
659
 
           <number>0</number>
660
 
          </property>
661
 
          <property name="topMargin" >
662
 
           <number>0</number>
663
 
          </property>
664
 
          <property name="rightMargin" >
665
 
           <number>0</number>
666
 
          </property>
667
 
          <property name="bottomMargin" >
668
 
           <number>0</number>
669
 
          </property>
670
 
          <item rowspan="3" row="0" column="0" >
671
 
           <spacer>
672
 
            <property name="orientation" >
673
 
             <enum>Qt::Horizontal</enum>
674
 
            </property>
675
 
            <property name="sizeType" >
676
 
             <enum>QSizePolicy::Fixed</enum>
677
 
            </property>
678
 
            <property name="sizeHint" >
679
 
             <size>
680
 
              <width>21</width>
681
 
              <height>61</height>
682
 
             </size>
683
 
            </property>
684
 
           </spacer>
685
 
          </item>
686
 
          <item row="0" column="1" >
687
 
           <widget class="QCheckBox" name="verbose_check" >
688
 
            <property name="text" >
689
 
             <string>&amp;Verbose</string>
690
 
            </property>
691
 
           </widget>
692
 
          </item>
693
 
          <item row="1" column="1" >
694
 
           <widget class="QCheckBox" name="log_mplayer_save_check" >
695
 
            <property name="text" >
696
 
             <string>A&amp;utosave MPlayer log to file</string>
697
 
            </property>
698
 
           </widget>
699
 
          </item>
700
 
          <item row="2" column="1" >
701
 
           <widget class="QLineEdit" name="log_mplayer_save_name" >
702
 
            <property name="enabled" >
703
 
             <bool>false</bool>
704
 
            </property>
705
 
           </widget>
706
 
          </item>
707
 
         </layout>
708
 
        </widget>
709
 
       </item>
710
 
       <item>
711
 
        <widget class="Line" name="line8_2" >
712
 
         <property name="sizePolicy" >
713
 
          <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
714
 
           <horstretch>0</horstretch>
715
 
           <verstretch>0</verstretch>
716
 
          </sizepolicy>
717
 
         </property>
718
 
         <property name="frameShape" >
719
 
          <enum>QFrame::HLine</enum>
720
 
         </property>
721
 
         <property name="frameShadow" >
722
 
          <enum>QFrame::Sunken</enum>
723
 
         </property>
724
 
         <property name="orientation" >
725
 
          <enum>Qt::Horizontal</enum>
726
 
         </property>
727
 
        </widget>
728
 
       </item>
729
 
       <item>
730
 
        <widget class="QLabel" name="textLabel1_17" >
731
 
         <property name="text" >
732
 
          <string>This option is mainly intended for debugging the application.</string>
733
 
         </property>
734
 
         <property name="wordWrap" >
735
 
          <bool>false</bool>
736
 
         </property>
737
 
        </widget>
738
 
       </item>
739
 
       <item>
740
 
        <widget class="QLabel" name="textLabel2_10" >
741
 
         <property name="text" >
742
 
          <string>&amp;Filter for SMPlayer logs:</string>
743
 
         </property>
744
 
         <property name="wordWrap" >
745
 
          <bool>false</bool>
746
 
         </property>
747
 
         <property name="buddy" >
748
 
          <cstring>log_filter_edit</cstring>
749
 
         </property>
750
 
        </widget>
751
 
       </item>
752
 
       <item>
753
 
        <widget class="QLineEdit" name="log_filter_edit" />
 
522
      <layout class="QVBoxLayout" name="verticalLayout_3">
 
523
       <item>
 
524
        <widget class="QGroupBox" name="mplayer_log_box">
 
525
         <property name="title">
 
526
          <string>MPlayer</string>
 
527
         </property>
 
528
         <layout class="QVBoxLayout" name="verticalLayout_2">
 
529
          <item>
 
530
           <widget class="QCheckBox" name="log_mplayer_check">
 
531
            <property name="text">
 
532
             <string>Log MPlayer &amp;output</string>
 
533
            </property>
 
534
           </widget>
 
535
          </item>
 
536
          <item>
 
537
           <widget class="QWidget" name="mplayer_log_container" native="true">
 
538
            <property name="enabled">
 
539
             <bool>false</bool>
 
540
            </property>
 
541
            <layout class="QGridLayout">
 
542
             <property name="margin">
 
543
              <number>0</number>
 
544
             </property>
 
545
             <item row="0" column="0" rowspan="3">
 
546
              <spacer>
 
547
               <property name="orientation">
 
548
                <enum>Qt::Horizontal</enum>
 
549
               </property>
 
550
               <property name="sizeType">
 
551
                <enum>QSizePolicy::Fixed</enum>
 
552
               </property>
 
553
               <property name="sizeHint" stdset="0">
 
554
                <size>
 
555
                 <width>21</width>
 
556
                 <height>61</height>
 
557
                </size>
 
558
               </property>
 
559
              </spacer>
 
560
             </item>
 
561
             <item row="0" column="1">
 
562
              <widget class="QCheckBox" name="verbose_check">
 
563
               <property name="text">
 
564
                <string>&amp;Verbose</string>
 
565
               </property>
 
566
              </widget>
 
567
             </item>
 
568
             <item row="1" column="1">
 
569
              <widget class="QCheckBox" name="log_mplayer_save_check">
 
570
               <property name="text">
 
571
                <string>A&amp;utosave MPlayer log to file</string>
 
572
               </property>
 
573
              </widget>
 
574
             </item>
 
575
             <item row="2" column="1">
 
576
              <widget class="QLineEdit" name="log_mplayer_save_name">
 
577
               <property name="enabled">
 
578
                <bool>false</bool>
 
579
               </property>
 
580
              </widget>
 
581
             </item>
 
582
            </layout>
 
583
           </widget>
 
584
          </item>
 
585
         </layout>
 
586
        </widget>
 
587
       </item>
 
588
       <item>
 
589
        <widget class="QGroupBox" name="smplayer_log_box">
 
590
         <property name="title">
 
591
          <string>SMPlayer</string>
 
592
         </property>
 
593
         <layout class="QVBoxLayout" name="verticalLayout">
 
594
          <item>
 
595
           <widget class="QCheckBox" name="log_smplayer_check">
 
596
            <property name="text">
 
597
             <string>Log &amp;SMPlayer output</string>
 
598
            </property>
 
599
           </widget>
 
600
          </item>
 
601
          <item>
 
602
           <widget class="QWidget" name="smplayer_log_container" native="true">
 
603
            <property name="enabled">
 
604
             <bool>false</bool>
 
605
            </property>
 
606
            <layout class="QHBoxLayout">
 
607
             <property name="margin">
 
608
              <number>0</number>
 
609
             </property>
 
610
             <item>
 
611
              <spacer>
 
612
               <property name="orientation">
 
613
                <enum>Qt::Horizontal</enum>
 
614
               </property>
 
615
               <property name="sizeType">
 
616
                <enum>QSizePolicy::Fixed</enum>
 
617
               </property>
 
618
               <property name="sizeHint" stdset="0">
 
619
                <size>
 
620
                 <width>21</width>
 
621
                 <height>41</height>
 
622
                </size>
 
623
               </property>
 
624
              </spacer>
 
625
             </item>
 
626
             <item>
 
627
              <widget class="QCheckBox" name="log_smplayer_save_check">
 
628
               <property name="text">
 
629
                <string>Sa&amp;ve SMPlayer log to a file</string>
 
630
               </property>
 
631
              </widget>
 
632
             </item>
 
633
            </layout>
 
634
           </widget>
 
635
          </item>
 
636
          <item>
 
637
           <widget class="Line" name="line8_2">
 
638
            <property name="sizePolicy">
 
639
             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
640
              <horstretch>0</horstretch>
 
641
              <verstretch>0</verstretch>
 
642
             </sizepolicy>
 
643
            </property>
 
644
            <property name="frameShape">
 
645
             <enum>QFrame::HLine</enum>
 
646
            </property>
 
647
            <property name="frameShadow">
 
648
             <enum>QFrame::Sunken</enum>
 
649
            </property>
 
650
            <property name="orientation">
 
651
             <enum>Qt::Horizontal</enum>
 
652
            </property>
 
653
           </widget>
 
654
          </item>
 
655
          <item>
 
656
           <widget class="QLabel" name="smplayer_log_label1">
 
657
            <property name="text">
 
658
             <string>This option is mainly intended for debugging the application.</string>
 
659
            </property>
 
660
            <property name="wordWrap">
 
661
             <bool>false</bool>
 
662
            </property>
 
663
           </widget>
 
664
          </item>
 
665
          <item>
 
666
           <widget class="QLabel" name="smplayer_log_label2">
 
667
            <property name="text">
 
668
             <string>&amp;Filter for SMPlayer logs:</string>
 
669
            </property>
 
670
            <property name="wordWrap">
 
671
             <bool>false</bool>
 
672
            </property>
 
673
            <property name="buddy">
 
674
             <cstring>log_filter_edit</cstring>
 
675
            </property>
 
676
           </widget>
 
677
          </item>
 
678
          <item>
 
679
           <widget class="QLineEdit" name="log_filter_edit"/>
 
680
          </item>
 
681
         </layout>
 
682
        </widget>
754
683
       </item>
755
684
       <item>
756
685
        <spacer>
757
 
         <property name="orientation" >
 
686
         <property name="orientation">
758
687
          <enum>Qt::Vertical</enum>
759
688
         </property>
760
 
         <property name="sizeHint" >
 
689
         <property name="sizeHint" stdset="0">
761
690
          <size>
762
691
           <width>489</width>
763
692
           <height>184</height>
800
729
  <tabstop>mplayer_afilters_edit</tabstop>
801
730
  <tabstop>ipv4_button</tabstop>
802
731
  <tabstop>ipv6_button</tabstop>
803
 
  <tabstop>log_smplayer_check</tabstop>
804
 
  <tabstop>log_smplayer_save_check</tabstop>
805
732
  <tabstop>log_mplayer_check</tabstop>
806
733
  <tabstop>verbose_check</tabstop>
807
734
  <tabstop>log_mplayer_save_check</tabstop>
808
735
  <tabstop>log_mplayer_save_name</tabstop>
 
736
  <tabstop>log_smplayer_check</tabstop>
 
737
  <tabstop>log_smplayer_save_check</tabstop>
809
738
  <tabstop>log_filter_edit</tabstop>
810
739
 </tabstops>
811
740
 <resources/>
816
745
   <receiver>log_mplayer_save_name</receiver>
817
746
   <slot>setEnabled(bool)</slot>
818
747
   <hints>
819
 
    <hint type="sourcelabel" >
 
748
    <hint type="sourcelabel">
820
749
     <x>249</x>
821
750
     <y>180</y>
822
751
    </hint>
823
 
    <hint type="destinationlabel" >
 
752
    <hint type="destinationlabel">
824
753
     <x>279</x>
825
754
     <y>174</y>
826
755
    </hint>
832
761
   <receiver>mplayer_log_container</receiver>
833
762
   <slot>setEnabled(bool)</slot>
834
763
   <hints>
835
 
    <hint type="sourcelabel" >
 
764
    <hint type="sourcelabel">
836
765
     <x>255</x>
837
766
     <y>73</y>
838
767
    </hint>
839
 
    <hint type="destinationlabel" >
 
768
    <hint type="destinationlabel">
840
769
     <x>255</x>
841
770
     <y>143</y>
842
771
    </hint>
848
777
   <receiver>smplayer_log_container</receiver>
849
778
   <slot>setEnabled(bool)</slot>
850
779
   <hints>
851
 
    <hint type="sourcelabel" >
 
780
    <hint type="sourcelabel">
852
781
     <x>255</x>
853
782
     <y>47</y>
854
783
    </hint>
855
 
    <hint type="destinationlabel" >
 
784
    <hint type="destinationlabel">
856
785
     <x>255</x>
857
786
     <y>86</y>
858
787
    </hint>