summaryrefslogtreecommitdiffstats
path: root/kplayer/kplayersettingscontrols.ui
blob: 891b5615edae7229820ac0d3953e88990844cdea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>KPlayerSettingsControlsPage</class>
<widget class="QFrame">
    <property name="name">
        <cstring>KPlayerSettingsControlsPage</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>648</width>
            <height>480</height>
        </rect>
    </property>
    <property name="caption">
        <string>Control Settings</string>
    </property>
    <property name="frameShape">
        <enum>NoFrame</enum>
    </property>
    <property name="frameShadow">
        <enum>Plain</enum>
    </property>
    <property name="lineWidth">
        <number>0</number>
    </property>
    <grid>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="QFrame" row="0" column="0">
            <property name="name">
                <cstring>frame1</cstring>
            </property>
            <property name="sizePolicy">
                <sizepolicy>
                    <hsizetype>0</hsizetype>
                    <vsizetype>0</vsizetype>
                    <horstretch>0</horstretch>
                    <verstretch>0</verstretch>
                </sizepolicy>
            </property>
            <property name="frameShape">
                <enum>NoFrame</enum>
            </property>
            <property name="frameShadow">
                <enum>Plain</enum>
            </property>
            <vbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="QCheckBox">
                    <property name="name">
                        <cstring>c_shift</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Remember for current file any changes made with Shift</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Remember changes made while holding the Shift key down in the file properties for the current file</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Option to choose whether to automatically remember any changes and adjustments made while holding the Shift key down in the file properties for the currently loaded file. This is particularly useful with volume, contrast, brightness and aspect settings, but also works with other options listed (but not checked) below.</string>
                    </property>
                </widget>
            </vbox>
        </widget>
        <widget class="QFrame" row="1" column="0">
            <property name="name">
                <cstring>frame1</cstring>
            </property>
            <property name="sizePolicy">
                <sizepolicy>
                    <hsizetype>0</hsizetype>
                    <vsizetype>0</vsizetype>
                    <horstretch>0</horstretch>
                    <verstretch>0</verstretch>
                </sizepolicy>
            </property>
            <property name="frameShape">
                <enum>NoFrame</enum>
            </property>
            <property name="frameShadow">
                <enum>Plain</enum>
            </property>
            <grid>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="QLabel" row="0" column="0" rowspan="1" colspan="3">
                    <property name="name">
                        <cstring>l_remember</cstring>
                    </property>
                    <property name="text">
                        <string>Always remember the following settings for each file</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Always remember any changes made to the settings selected below in the file properties for the current file</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Option to choose whether to automatically remember any changes and adjustments made to the settings you select below in the file properties for the currently loaded file. The selected settings will be stored even if you do not hold Shift. This is most useful for settings that are almost always file specific, like subtitle URL, subtitle delay, and audio delay.</string>
                    </property>
                </widget>
                <widget class="QLabel" row="1" column="0">
                    <property name="name">
                        <cstring>c_spacer</cstring>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>1</hsizetype>
                            <vsizetype>1</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="minimumSize">
                        <size>
                            <width>16</width>
                            <height>16</height>
                        </size>
                    </property>
                    <property name="maximumSize">
                        <size>
                            <width>16</width>
                            <height>16</height>
                        </size>
                    </property>
                    <property name="text">
                        <string></string>
                    </property>
                </widget>
                <widget class="QCheckBox" row="1" column="1">
                    <property name="name">
                        <cstring>c_size</cstring>
                    </property>
                    <property name="text">
                        <string>Display si&amp;ze</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Remember the display size you choose by resizing KPlayer window in the file properties for the current file</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Option to choose whether to automatically remember the video display size you choose by resizing the KPlayer window in the file properties for the currently loaded file. If this option is not selected, you can still make KPlayer remember the display size by holding down Shift key before and while you resize the window.</string>
                    </property>
                </widget>
                <widget class="QCheckBox" row="2" column="1">
                    <property name="name">
                        <cstring>c_aspect</cstring>
                    </property>
                    <property name="text">
                        <string>Displa&amp;y aspect</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Remember the chosen video aspect in the file properties for the current file</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Option to choose whether to automatically remember the video aspect you choose by using commands on View menu in the file properties for the currently loaded file. If this option is selected, KPlayer will remember the video aspect in the current file's properties, then automatically reset it to the previous setting when another file is loaded. If this option is not selected, you can still make KPlayer remember the video aspect by holding down the Shift key when choosing an aspect command.</string>
                    </property>
                </widget>
                <widget class="QCheckBox" row="3" column="1">
                    <property name="name">
                        <cstring>c_full_screen</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Full screen</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Remember the full screen display option in the file properties for the current file</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Option to choose whether to automatically remember the setting for the full screen option you choose on the View menu in the file properties for the currently loaded file. If this option is selected, KPlayer will remember the full screen option in the current file's properties, then automatically reset it to the previous setting when another file is loaded. If this option is not selected, you can still make KPlayer remember the full screen option by holding down the Shift key when choosing it.</string>
                    </property>
                </widget>
                <widget class="QCheckBox" row="4" column="1">
                    <property name="name">
                        <cstring>c_maximized</cstring>
                    </property>
                    <property name="text">
                        <string>Ma&amp;ximized</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Remember maximized window state in the file properties for the current file</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Option to choose whether to automatically remember whether the window is maximized in the file properties for the currently loaded file. If this option is selected, KPlayer will remember the maximized state in the current file's properties, then automatically reset it to the previous setting when another file is loaded. If this option is not selected, you can still make KPlayer remember the maximized state by holding down the Shift key when maximizing the KPlayer window.</string>
                    </property>
                </widget>
                <widget class="QCheckBox" row="5" column="1">
                    <property name="name">
                        <cstring>c_maintain_aspect</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Maintain aspect</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Remember the maintain aspect option in the file properties for the current file</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Option to choose whether to automatically remember the setting for the maintain aspect option in the file properties for the currently loaded file. If this option is selected, KPlayer will remember the maintain aspect option in the current file's properties, then automatically reset it to the previous setting when another file is loaded. If this option is not selected, you can still make KPlayer remember the maintain aspect option by holding down the Shift key when clicking the maintain aspect toolbar button or choosing an aspect option from View menu.</string>
                    </property>
                </widget>
                <widget class="QCheckBox" row="6" column="1">
                    <property name="name">
                        <cstring>c_volume</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Volume</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Remember volume adjustments in the file properties for the current file</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Option to choose whether to automatically remember volume adjustments in file properties for the currently loaded file. If this option is selected, KPlayer will remember volume adjustments in the current file's properties, then automatically reset the volume to the previous setting when another file is loaded. If this option is not selected, you can still make KPlayer remember volume adjustments by holding down the Shift key when making them.</string>
                    </property>
                </widget>
                <widget class="QCheckBox" row="7" column="1">
                    <property name="name">
                        <cstring>c_audio_delay</cstring>
                    </property>
                    <property name="text">
                        <string>Audio d&amp;elay</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Remember audio delay setting in the file properties for the current file</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Option to choose whether to automatically remember the audio delay setting in file properties for the currently loaded file. If this option is selected, KPlayer will remember the audio delay in the current file's properties, then automatically reset the audio delay when another file is loaded. If this option is not selected, you can still make KPlayer remember the audio delay by holding down the Shift key when changing it.</string>
                    </property>
                </widget>
                <widget class="QCheckBox" row="1" column="2">
                    <property name="name">
                        <cstring>c_contrast</cstring>
                    </property>
                    <property name="text">
                        <string>Co&amp;ntrast</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Remember contrast adjustments in the file properties for the current file</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Option to choose whether to automatically remember contrast adjustments in the file properties for the currently loaded file. If this option is selected, KPlayer will remember contrast adjustments in the current file's properties, then automatically reset contrast to the previous setting when another file is loaded. If this option is not selected, you can still make KPlayer remember contrast adjustments by holding down the Shift key when making them.</string>
                    </property>
                </widget>
                <widget class="QCheckBox" row="2" column="2">
                    <property name="name">
                        <cstring>c_brightness</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Brightness</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Remember brightness adjustments in the file properties for the current file</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Option to choose whether to automatically remember brightness adjustments in the file properties for the currently loaded file. If this option is selected, KPlayer will remember brightness adjustments in the current file's properties, then automatically reset brightness to the previous setting when another file is loaded. If this option is not selected, you can still make KPlayer remember brightness adjustments by holding down the Shift key when making them.</string>
                    </property>
                </widget>
                <widget class="QCheckBox" row="3" column="2">
                    <property name="name">
                        <cstring>c_hue</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Hue</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Remember hue adjustments in the file properties for the current file</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Option to choose whether to automatically remember hue adjustments in the file properties for the currently loaded file. If this option is selected, KPlayer will remember hue adjustments in the current file's properties, then automatically reset hue to the previous setting when another file is loaded. If this option is not selected, you can still make KPlayer remember hue adjustments by holding down the Shift key when making them.</string>
                    </property>
                </widget>
                <widget class="QCheckBox" row="4" column="2">
                    <property name="name">
                        <cstring>c_saturation</cstring>
                    </property>
                    <property name="text">
                        <string>Sa&amp;turation</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Remember saturation adjustments in the file properties for the current file</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Option to choose whether to automatically remember saturation adjustments in the file properties for the currently loaded file. If this option is selected, KPlayer will remember saturation adjustments in the current file's properties, then automatically reset saturation to the previous setting when another file is loaded. If this option is not selected, you can still make KPlayer remember saturation adjustments by holding down the Shift key when making them.</string>
                    </property>
                </widget>
                <widget class="QCheckBox" row="5" column="2">
                    <property name="name">
                        <cstring>c_subtitle_position</cstring>
                    </property>
                    <property name="text">
                        <string>Subtitle po&amp;sition</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Remember subtitles' vertical position in the file properties for the current file</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Option to choose whether to automatically remember the subtitles' vertical position in the file properties for the currently loaded file. If this option is selected, KPlayer will remember the subtitles' position in the current file's properties, then automatically reset the subtitles' position when another file is loaded. If this option is not selected, you can still make KPlayer remember the subtitles' position by holding down the Shift key when changing it.</string>
                    </property>
                </widget>
                <widget class="QCheckBox" row="6" column="2">
                    <property name="name">
                        <cstring>c_subtitle_delay</cstring>
                    </property>
                    <property name="text">
                        <string>Subtitle de&amp;lay</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Remember the subtitle delay in the file properties for the current file</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Option to choose whether to automatically remember the subtitle delay in the file properties for the currently loaded file. If this option is selected, KPlayer will remember the subtitle delay in the current file's properties, then automatically reset the subtitle delay when another file is loaded. If this option is not selected, you can still make KPlayer remember the subtitle delay by holding down the Shift key when changing it.</string>
                    </property>
                </widget>
                <widget class="QCheckBox" row="7" column="2">
                    <property name="name">
                        <cstring>c_frame_drop</cstring>
                    </property>
                    <property name="text">
                        <string>Frame dro&amp;p</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Remember frame dropping option in the file properties for the current file</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Option to choose whether to automatically remember the frame dropping option in the file properties for the currently loaded file. If this option is selected, KPlayer will remember the frame dropping option in the current file's properties, then automatically reset frame dropping to the previous setting when another file is loaded. If this option is not selected, you can still make KPlayer remember frame dropping option by holding down the Shift key when choosing it from the Player menu.</string>
                    </property>
                </widget>
            </grid>
        </widget>
    </grid>
</widget>
<connections>
    <connection>
        <sender>c_size</sender>
        <signal>toggled(bool)</signal>
        <receiver>KPlayerSettingsControlsPage</receiver>
        <slot>rememberSizeChanged(bool)</slot>
    </connection>
</connections>
<slots>
    <slot access="protected">rememberSizeChanged(bool)</slot>
</slots>
<layoutdefaults spacing="6" margin="0"/>
</UI>