summaryrefslogtreecommitdiffstats
path: root/src/projects/base_k3bmovixoptionswidget.ui
blob: 28b093dfc5c8b6974d6229593218cedbb898cbd1 (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
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>base_K3bMovixOptionsWidget</class>
<author>Sebastian trueg</author>
<widget class="TQWidget">
    <property name="name">
        <cstring>Form1</cstring>
    </property>
    <vbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="TQGroupBox">
            <property name="name">
                <cstring>groupBox2</cstring>
            </property>
            <property name="frameShape">
                <enum>GroupBoxPanel</enum>
            </property>
            <property name="frameShadow">
                <enum>Sunken</enum>
            </property>
            <property name="title">
                <string>Playback Settings</string>
            </property>
            <grid>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQLabel" row="0" column="0">
                    <property name="name">
                        <cstring>textLabel2</cstring>
                    </property>
                    <property name="text">
                        <string>MPlayer subtitle fontset:</string>
                    </property>
                </widget>
                <widget class="KComboBox" row="0" column="1">
                    <property name="name">
                        <cstring>m_comboSubtitleFontset</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Select the font to be used to render subtitles</string>
                    </property>
                </widget>
                <widget class="TQLabel" row="5" column="0">
                    <property name="name">
                        <cstring>textLabel7</cstring>
                    </property>
                    <property name="text">
                        <string>Unwanted MPlayer options:</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string></string>
                    </property>
                </widget>
                <widget class="TQLayoutWidget" row="3" column="0" rowspan="1" colspan="2">
                    <property name="name">
                        <cstring>tqlayout1</cstring>
                    </property>
                    <hbox>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <widget class="TQCheckBox">
                            <property name="name">
                                <cstring>m_checkRandomPlay</cstring>
                            </property>
                            <property name="text">
                                <string>Pla&amp;y files randomly</string>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>The files are played in random order</string>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>&lt;p&gt;If this option is checked the order in which the files are played is determined randomly every time it is played.</string>
                            </property>
                        </widget>
                        <widget class="TQCheckBox">
                            <property name="name">
                                <cstring>m_checkNoDma</cstring>
                            </property>
                            <property name="text">
                                <string>&amp;Do not use DMA</string>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>Do not use DMA for media access</string>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>&lt;p&gt;If this option is checked the resulting eMovix CD/DVD will not use DMA for accessing the drive. This will slow down reading from the CD/DVD but may be necessary on some systems that do not support DMA.&lt;/p&gt;</string>
                            </property>
                        </widget>
                    </hbox>
                </widget>
                <widget class="TQLineEdit" row="5" column="1">
                    <property name="name">
                        <cstring>m_editUnwantedMplayerOptions</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>MPlayer options you want to be sure MPlayer will not use</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;p&gt;Here one can specify MPlayer options that should never be used.
&lt;p&gt;They have to be separated by spaces:
&lt;pre&gt;opt1 opt2 opt3&lt;/pre&gt;</string>
                    </property>
                </widget>
                <widget class="TQLineEdit" row="4" column="1">
                    <property name="name">
                        <cstring>m_editAdditionalMplayerOptions</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Additional MPlayer options</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;p&gt;MPlayer options that should be used in any case.
&lt;p&gt;They have to be separated by spaces:
&lt;pre&gt;opt1 opt2 opt3&lt;/pre&gt;</string>
                    </property>
                </widget>
                <widget class="TQLabel" row="4" column="0">
                    <property name="name">
                        <cstring>textLabel6</cstring>
                    </property>
                    <property name="text">
                        <string>Additional MPlayer options:</string>
                    </property>
                </widget>
                <widget class="TQLabel" row="2" column="0">
                    <property name="name">
                        <cstring>textLabel3</cstring>
                    </property>
                    <property name="text">
                        <string>Loop playlist:</string>
                    </property>
                </widget>
                <widget class="TQSpinBox" row="2" column="1">
                    <property name="name">
                        <cstring>m_spinLoop</cstring>
                    </property>
                    <property name="suffix">
                        <string> time(s)</string>
                    </property>
                    <property name="specialValueText">
                        <string>infinity</string>
                    </property>
                    <property name="value">
                        <number>1</number>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>How many times should the playlist be looped</string>
                    </property>
                </widget>
                <widget class="TQLabel" row="1" column="0">
                    <property name="name">
                        <cstring>m_labelAudioBackground</cstring>
                    </property>
                    <property name="text">
                        <string>Audio Player Background:</string>
                    </property>
                </widget>
                <widget class="KComboBox" row="1" column="1">
                    <property name="name">
                        <cstring>m_comboAudioBackground</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Background video to show during audio playback</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;p&gt;&lt;b&gt;Audio Player Background&lt;/b&gt;
&lt;p&gt;During audio playback normally the screen would be black. However, if a background movie has been selected, eMovix will display it during playback.
&lt;p&gt;Additional background movies can be installed. However, this is not as simple as a few mouse clicks. The background movies are stored in the emovix shared data folder (mostly &lt;i&gt;/usr/share/emovix&lt;/i&gt; or &lt;i&gt;/usr/local/share/emovix&lt;/i&gt;) under &lt;em&gt;backgrounds&lt;/em&gt;. So to add a background one has to copy the file to that folder.</string>
                    </property>
                </widget>
            </grid>
        </widget>
        <widget class="TQGroupBox">
            <property name="name">
                <cstring>groupBox3</cstring>
            </property>
            <property name="title">
                <string>Startup Behavior</string>
            </property>
            <grid>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQLabel" row="1" column="0">
                    <property name="name">
                        <cstring>m_labelKeyboardLayout</cstring>
                    </property>
                    <property name="text">
                        <string>Keyboard Layout:</string>
                    </property>
                </widget>
                <widget class="TQLabel" row="0" column="0">
                    <property name="name">
                        <cstring>textLabel1</cstring>
                    </property>
                    <property name="text">
                        <string>eMovix boot messages language:</string>
                    </property>
                </widget>
                <widget class="KComboBox" row="0" column="1">
                    <property name="name">
                        <cstring>m_comboBootMessageLanguage</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Select the language of the eMovix help screens</string>
                    </property>
                </widget>
                <widget class="TQLabel" row="2" column="0">
                    <property name="name">
                        <cstring>textLabel5</cstring>
                    </property>
                    <property name="text">
                        <string>Default boot label:</string>
                    </property>
                </widget>
                <widget class="KComboBox" row="2" column="1">
                    <property name="name">
                        <cstring>m_comboDefaultBootLabel</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Select the default Linux kernel configuration</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;p&gt;&lt;b&gt;eMovix Boot Labels&lt;/b&gt;
&lt;p&gt;eMovix provides are variety or different boot configurations which can be selected at boot time via a boot label (compare Lilo or Grub). The many different boot configurations mainly influence the Video output.
&lt;p&gt;The &lt;b&gt;default&lt;/b&gt;, &lt;b&gt;movix&lt;/b&gt;, or &lt;b&gt;MoviX&lt;/b&gt; labels start a general Vesa video driver.
&lt;p&gt;The &lt;b&gt;TV&lt;/b&gt; labels can be used to direct video to the TV output of the graphic board. eMovix provides TVout drivers for different brands of graphic boards.
&lt;p&gt;The &lt;b&gt;FB&lt;/b&gt; labels refer to configurations that start a Frame Buffer driver in different screen resolutions.
&lt;p&gt;The &lt;b&gt;AA&lt;/b&gt; labels make eMovix output the video through the Ascii-Art library which displays the picture in text mode through the usage of simple Acsii characters.
&lt;p&gt;The &lt;b&gt;hd&lt;/b&gt; label makes eMovix boot from the local harddisk instead of the medium. This can be used to prevent accidental starting of an eMovix medium.
&lt;p&gt;The &lt;b&gt;floppy&lt;/b&gt; label makes eMovix boot from the local floppy drive instead of the medium.</string>
                    </property>
                </widget>
                <widget class="KComboBox" row="1" column="1">
                    <property name="name">
                        <cstring>m_comboKeyboardLayout</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Select the tqlayout of the keyboard</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;p&gt;The keyboard tqlayout selected here will be used for the eMovix commands like controlling the media player.</string>
                    </property>
                </widget>
            </grid>
        </widget>
        <widget class="TQGroupBox">
            <property name="name">
                <cstring>groupBox1</cstring>
            </property>
            <property name="sizePolicy">
                <sizepolicy>
                    <hsizetype>5</hsizetype>
                    <vsizetype>5</vsizetype>
                    <horstretch>0</horstretch>
                    <verstretch>1</verstretch>
                </sizepolicy>
            </property>
            <property name="title">
                <string>Behavior After Playing</string>
            </property>
            <hbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQCheckBox">
                    <property name="name">
                        <cstring>m_checkEject</cstring>
                    </property>
                    <property name="text">
                        <string>E&amp;ject disk</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Eject the disk after playing has finished</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;p&gt;If this option is checked the disk will be ejected after MPlayer has finished.</string>
                    </property>
                </widget>
                <widget class="TQCheckBox">
                    <property name="name">
                        <cstring>m_checkShutdown</cstring>
                    </property>
                    <property name="text">
                        <string>Sh&amp;utdown</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Shutdown after playing has finished</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;p&gt;If this option is checked the PC will be shut down after MPlayer has finished playing.</string>
                    </property>
                </widget>
                <widget class="TQCheckBox">
                    <property name="name">
                        <cstring>m_checkReboot</cstring>
                    </property>
                    <property name="text">
                        <string>Re&amp;boot</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Reboot after playing has finished</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;p&gt;If this option is checked the PC will be rebooted after MPlayer has finished playing.</string>
                    </property>
                </widget>
            </hbox>
        </widget>
    </vbox>
</widget>
<connections>
    <connection>
        <sender>m_checkShutdown</sender>
        <signal>toggled(bool)</signal>
        <receiver>m_checkReboot</receiver>
        <slot>setDisabled(bool)</slot>
    </connection>
    <connection>
        <sender>m_checkReboot</sender>
        <signal>toggled(bool)</signal>
        <receiver>m_checkShutdown</receiver>
        <slot>setDisabled(bool)</slot>
    </connection>
</connections>
<tqlayoutdefaults spacing="6" margin="11"/>
<includehints>
    <includehint>kcombobox.h</includehint>
    <includehint>kcombobox.h</includehint>
    <includehint>kcombobox.h</includehint>
    <includehint>kcombobox.h</includehint>
    <includehint>kcombobox.h</includehint>
</includehints>
</UI>