"Fossies" - the Fresh Open Source Software archive 
Member "k3b-2.0.2/src/projects/base_k3bdataimagesettings.ui" of archive k3b-2.0.2.tar.gz:
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<author>Sebastian Trueg</author>
<class>base_K3bDataImageSettings</class>
<widget class="QWidget" name="base_K3bDataImageSettings">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>496</width>
<height>240</height>
</rect>
</property>
<property name="windowTitle">
<string>Data Image Settings</string>
</property>
<layout class="QVBoxLayout">
<item>
<widget class="QGroupBox" name="m_groupVolumeName">
<property name="title">
<string>Volume Name</string>
</property>
<layout class="QHBoxLayout">
<item>
<widget class="QLineEdit" name="m_editVolumeName">
<property name="maxLength">
<number>32</number>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="m_buttonMoreVolDescFields">
<property name="text">
<string>&More fields...</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="m_groupFileSystem">
<property name="title">
<string>File System</string>
</property>
<layout class="QHBoxLayout">
<item>
<widget class="QComboBox" name="m_comboFilesystems">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>File system presets</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="m_buttonCustomFilesystems">
<property name="text">
<string>&Custom...</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QHBoxLayout">
<item>
<widget class="QGroupBox" name="m_groupSymlinks">
<property name="title">
<string>Symbolic Links</string>
</property>
<layout class="QVBoxLayout">
<item>
<widget class="QComboBox" name="m_comboSymlinkHandling">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Symbolic link handling in the project</string>
</property>
<property name="whatsThis">
<string><p>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.
<p><b>No Change</b><br>
Symlinks are used as they have been added to the project.
<p><b>Discard broken symlinks</b><br>
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'.
<p><b>Discard all symlinks</b><br>
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.
<p><b>Follow symlinks</b><br>
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.<br>
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.
<p><b>Caution:</b> Symbolic links require Rock Ridge extensions.</string>
</property>
<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>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="m_groupWhitespace">
<property name="title">
<string>White space handling</string>
</property>
<layout class="QHBoxLayout">
<item>
<widget class="QComboBox" name="m_comboSpaceHandling">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Handling of spaces in filenames</string>
</property>
<property name="whatsThis">
<string><p><b>No Change</b><br>
If this option is checked, K3b will leave all spaces in filenames as they are.
<p><b>Strip</b><br>
If this option is checked, K3b will remove all spaces from all filenames.<br>
Example: 'my good file.ext' becomes 'mygoodfile.ext'
<p><b>Extended Strip</b><br>
If this option is checked K3b will remove all spaces in all filenames and capitalize all letters following a space.<br>
Example: 'my good file.ext' becomes 'myGoodFile.ext'
<p><b>Replace</b><br>
If this option is checked, K3b will replace all spaces in all filenames with the specified characters.<br>
Example: 'my good file.ext' becomes 'my_good_file.ext'</string>
</property>
<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>
</widget>
</item>
<item>
<widget class="QLineEdit" name="m_editReplace">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>The string to replace spaces with</string>
</property>
<property name="text">
<string>_</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="spacer1">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>21</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<tabstops>
<tabstop>m_editReplace</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>