summaryrefslogtreecommitdiffstats
path: root/src/projects/base_k3bdataimagesettings.ui
blob: 2688f4fdc4a5b5811c7daa41b4b79017152512ff (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
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>base_K3bDataImageSettings</class>
<author>Sebastian Trueg</author>
<widget class="TQWidget">
    <property name="name">
        <cstring>base_K3bDataImageSetings</cstring>
    </property>
    <property name="caption">
        <string>Data Image Settings</string>
    </property>
    <vbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <property name="margin">
            <number>0</number>
        </property>
        <widget class="TQGroupBox">
            <property name="name">
                <cstring>m_groupVolumeName</cstring>
            </property>
            <property name="title">
                <string>Volume Name</string>
            </property>
            <hbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQLineEdit">
                    <property name="name">
                        <cstring>m_editVolumeName</cstring>
                    </property>
                    <property name="maxLength">
                        <number>32</number>
                    </property>
                </widget>
                <widget class="TQPushButton">
                    <property name="name">
                        <cstring>m_buttonMoreVolDescFields</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;More fields...</string>
                    </property>
                </widget>
            </hbox>
        </widget>
        <widget class="TQGroupBox">
            <property name="name">
                <cstring>m_groupFileSystem</cstring>
            </property>
            <property name="title">
                <string>File System</string>
            </property>
            <hbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <property name="margin">
                    <number>11</number>
                </property>
                <property name="spacing">
                    <number>6</number>
                </property>
                <widget class="TQComboBox">
                    <property name="name">
                        <cstring>m_comboFilesystems</cstring>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>1</hsizetype>
                            <vsizetype>0</vsizetype>
                            <horstretch>1</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>File system presets</string>
                    </property>
                </widget>
                <widget class="TQPushButton">
                    <property name="name">
                        <cstring>m_buttonCustomFilesystems</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Custom...</string>
                    </property>
                </widget>
            </hbox>
        </widget>
        <widget class="TQLayoutWidget">
            <property name="name">
                <cstring>tqlayout4</cstring>
            </property>
            <hbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQGroupBox">
                    <property name="name">
                        <cstring>m_groupSymlinks</cstring>
                    </property>
                    <property name="title">
                        <string>Symbolic Links</string>
                    </property>
                    <vbox>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <widget class="TQComboBox">
                            <item>
                                <property name="text">
                                    <string>No Change</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>Discard broken symlinks</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>Discard all symlinks</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>Follow symlinks</string>
                                </property>
                            </item>
                            <property name="name">
                                <cstring>m_comboSymlinkHandling</cstring>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>1</hsizetype>
                                    <vsizetype>0</vsizetype>
                                    <horstretch>1</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>Symbolic link handling in the project</string>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>&lt;p&gt;K3b can create ISO9660 filesystems that contain symlinks if the Rock Ridge extensions are enabled (they are by default). You can change the way symlinks are handled in a K3b project.

&lt;p&gt;&lt;b&gt;No Change&lt;/b&gt;&lt;br&gt;
Symlinks are used as they have been added to the project. 

&lt;p&gt;&lt;b&gt;Discard broken symlinks&lt;/b&gt;&lt;br&gt;
K3b will discard all symbolic links that do not point to a file inside the project. That includes all links to absolute paths like '/home/myhome/testfile'.

&lt;p&gt;&lt;b&gt;Discard all symlinks&lt;/b&gt;&lt;br&gt;
K3b will discard all symbolic links that have been added to the project; meaning that the resulting file system will have no links at all.

&lt;p&gt;&lt;b&gt;Follow symlinks&lt;/b&gt;&lt;br&gt;
Each symbolic link in the project will be replaced with the contents of the file it is pointing to. Thus, the resulting filesystem will not contain any symbolic links.&lt;br&gt;
Be aware that in case Rock Ridge extensions are disabled (which is not recommended) symbolic links are always followed because ISO9660 does not support symbolic links.

&lt;p&gt;&lt;b&gt;Caution:&lt;/b&gt; Symbolic links require Rock Ridge extensions.</string>
                            </property>
                        </widget>
                    </vbox>
                </widget>
                <widget class="TQGroupBox">
                    <property name="name">
                        <cstring>m_groupWhitespace</cstring>
                    </property>
                    <property name="title">
                        <string>White space handling</string>
                    </property>
                    <hbox>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <widget class="TQComboBox">
                            <item>
                                <property name="text">
                                    <string>No Change</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>Strip</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>Extended Strip</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>Replace</string>
                                </property>
                            </item>
                            <property name="name">
                                <cstring>m_comboSpaceHandling</cstring>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>1</hsizetype>
                                    <vsizetype>0</vsizetype>
                                    <horstretch>1</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>Handling of spaces in filenames</string>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>&lt;p&gt;&lt;b&gt;No Change&lt;/b&gt;&lt;br&gt;
If this option is checked, K3b will leave all spaces in filenames as they are.
&lt;p&gt;&lt;b&gt;Strip&lt;/b&gt;&lt;br&gt;
If this option is checked, K3b will remove all spaces from all filenames.&lt;br&gt;
Example: 'my good file.ext' becomes 'mygoodfile.ext'
&lt;p&gt;&lt;b&gt;Extended Strip&lt;/b&gt;&lt;br&gt;
If this option is checked K3b will remove all spaces in all filenames and capitalize all letters following a space.&lt;br&gt;
Example: 'my good file.ext' becomes 'myGoodFile.ext'
&lt;p&gt;&lt;b&gt;Replace&lt;/b&gt;&lt;br&gt;
If this option is checked, K3b will replace all spaces in all filenames with the specified characters.&lt;br&gt;
Example: 'my good file.ext' becomes 'my_good_file.ext'</string>
                            </property>
                        </widget>
                        <widget class="TQLineEdit">
                            <property name="name">
                                <cstring>m_editReplace</cstring>
                            </property>
                            <property name="enabled">
                                <bool>false</bool>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>0</hsizetype>
                                    <vsizetype>0</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="text">
                                <string>_</string>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>The string to replace spaces with</string>
                            </property>
                        </widget>
                    </hbox>
                </widget>
            </hbox>
        </widget>
        <spacer>
            <property name="name">
                <cstring>spacer1</cstring>
            </property>
            <property name="orientation">
                <enum>Vertical</enum>
            </property>
            <property name="sizeType">
                <enum>Expanding</enum>
            </property>
            <property name="tqsizeHint">
                <size>
                    <width>21</width>
                    <height>0</height>
                </size>
            </property>
        </spacer>
    </vbox>
</widget>
<tabstops>
    <tabstop>m_editReplace</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
</UI>