You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
386 lines
19 KiB
386 lines
19 KiB
15 years ago
|
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
|
||
|
<class>PropertiesPageGUI</class>
|
||
14 years ago
|
<widget class="TQWidget">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>PropertiesPageGUI</cstring>
|
||
|
</property>
|
||
14 years ago
|
<property name="geometry">
|
||
15 years ago
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
13 years ago
|
<width>219</width>
|
||
|
<height>446</height>
|
||
15 years ago
|
</rect>
|
||
|
</property>
|
||
13 years ago
|
<property name="caption">
|
||
|
<string>PropertiesPageGUI</string>
|
||
|
</property>
|
||
|
<vbox>
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>unnamed</cstring>
|
||
|
</property>
|
||
13 years ago
|
<widget class="TQCheckBox">
|
||
|
<property name="name">
|
||
|
<cstring>option_defaults</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Use default mount options</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="TQGroupBox">
|
||
15 years ago
|
<property name="name">
|
||
13 years ago
|
<cstring>groupbox_generic</cstring>
|
||
|
</property>
|
||
|
<property name="title">
|
||
|
<string>Generic Mount Options</string>
|
||
15 years ago
|
</property>
|
||
|
<vbox>
|
||
|
<property name="name">
|
||
|
<cstring>unnamed</cstring>
|
||
|
</property>
|
||
13 years ago
|
<widget class="TQLayoutWidget">
|
||
15 years ago
|
<property name="name">
|
||
13 years ago
|
<cstring>layout15</cstring>
|
||
15 years ago
|
</property>
|
||
|
<vbox>
|
||
|
<property name="name">
|
||
|
<cstring>unnamed</cstring>
|
||
|
</property>
|
||
13 years ago
|
<widget class="TQCheckBox">
|
||
|
<property name="name">
|
||
|
<cstring>option_ro</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Read only</string>
|
||
|
</property>
|
||
|
<property name="whatsThis" stdset="0">
|
||
|
<string>Mount the file system read-only.</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="TQCheckBox">
|
||
|
<property name="name">
|
||
|
<cstring>option_quiet</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Quiet</string>
|
||
|
</property>
|
||
|
<property name="whatsThis" stdset="0">
|
||
|
<string>Attempts to chown or chmod files do not return errors, although they fail. Use with caution!</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="TQCheckBox">
|
||
|
<property name="name">
|
||
|
<cstring>option_sync</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Synchronous</string>
|
||
|
</property>
|
||
|
<property name="whatsThis" stdset="0">
|
||
|
<string>All I/O to the file system should be done synchronously.</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="TQCheckBox">
|
||
|
<property name="name">
|
||
|
<cstring>option_atime</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Access time updates</string>
|
||
|
</property>
|
||
|
<property name="whatsThis" stdset="0">
|
||
|
<string>Update inode access time for each access.</string>
|
||
|
</property>
|
||
|
</widget>
|
||
14 years ago
|
<widget class="TQLayoutWidget">
|
||
15 years ago
|
<property name="name">
|
||
13 years ago
|
<cstring>layout14</cstring>
|
||
15 years ago
|
</property>
|
||
13 years ago
|
<hbox>
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>unnamed</cstring>
|
||
|
</property>
|
||
13 years ago
|
<widget class="TQLabel">
|
||
15 years ago
|
<property name="name">
|
||
13 years ago
|
<cstring>textLabel3</cstring>
|
||
15 years ago
|
</property>
|
||
|
<property name="text">
|
||
13 years ago
|
<string>Mountpoint:</string>
|
||
15 years ago
|
</property>
|
||
13 years ago
|
<property name="buddy" stdset="0">
|
||
|
<cstring>option_mountpoint</cstring>
|
||
15 years ago
|
</property>
|
||
|
<property name="whatsThis" stdset="0">
|
||
13 years ago
|
<string>Under what directory this file system shall be mounted. Please note that there is no guarantee that the system will respect your wish. For one the directory has to be below /media - and it does not yet have to exist.</string>
|
||
15 years ago
|
</property>
|
||
|
</widget>
|
||
13 years ago
|
<widget class="TQLineEdit">
|
||
15 years ago
|
<property name="name">
|
||
13 years ago
|
<cstring>option_mountpoint</cstring>
|
||
15 years ago
|
</property>
|
||
|
<property name="text">
|
||
13 years ago
|
<string></string>
|
||
15 years ago
|
</property>
|
||
|
</widget>
|
||
13 years ago
|
</hbox>
|
||
|
</widget>
|
||
|
<widget class="TQCheckBox">
|
||
|
<property name="name">
|
||
|
<cstring>option_automount</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Mount automatically</string>
|
||
|
</property>
|
||
|
<property name="whatsThis" stdset="0">
|
||
|
<string>Mount this file system automatically.</string>
|
||
|
</property>
|
||
15 years ago
|
</widget>
|
||
|
</vbox>
|
||
|
</widget>
|
||
13 years ago
|
</vbox>
|
||
|
</widget>
|
||
|
<widget class="TQGroupBox">
|
||
|
<property name="name">
|
||
|
<cstring>groupbox_specific</cstring>
|
||
|
</property>
|
||
|
<property name="title">
|
||
|
<string>Filesystem Specific Mount Options</string>
|
||
|
</property>
|
||
|
<vbox>
|
||
|
<property name="name">
|
||
|
<cstring>unnamed</cstring>
|
||
|
</property>
|
||
|
<widget class="TQLayoutWidget">
|
||
15 years ago
|
<property name="name">
|
||
13 years ago
|
<cstring>layout11</cstring>
|
||
15 years ago
|
</property>
|
||
|
<vbox>
|
||
|
<property name="name">
|
||
|
<cstring>unnamed</cstring>
|
||
|
</property>
|
||
13 years ago
|
<widget class="TQCheckBox">
|
||
|
<property name="name">
|
||
|
<cstring>option_flush</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Flushed IO</string>
|
||
|
</property>
|
||
|
<property name="whatsThis" stdset="0">
|
||
|
<string>Always flush all data to the hot plug devices immediately and don't cache it.</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="TQCheckBox">
|
||
|
<property name="name">
|
||
|
<cstring>option_utf8</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>UTF-8 charset</string>
|
||
|
</property>
|
||
|
<property name="whatsThis" stdset="0">
|
||
|
<string>UTF8 is the filesystem safe 8-bit encoding of Unicode that is used by the console. It can be be enabled for the filesystem with this option.</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="TQCheckBox">
|
||
|
<property name="name">
|
||
|
<cstring>option_uid</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Mount as user</string>
|
||
|
</property>
|
||
|
<property name="whatsThis" stdset="0">
|
||
|
<string>Mount this file system as user.</string>
|
||
|
</property>
|
||
|
</widget>
|
||
14 years ago
|
<widget class="TQLayoutWidget">
|
||
15 years ago
|
<property name="name">
|
||
13 years ago
|
<cstring>layout7</cstring>
|
||
15 years ago
|
</property>
|
||
13 years ago
|
<hbox>
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>unnamed</cstring>
|
||
|
</property>
|
||
13 years ago
|
<widget class="TQLabel">
|
||
15 years ago
|
<property name="name">
|
||
13 years ago
|
<cstring>text_journaling</cstring>
|
||
15 years ago
|
</property>
|
||
|
<property name="text">
|
||
13 years ago
|
<string>Journaling:</string>
|
||
15 years ago
|
</property>
|
||
13 years ago
|
<property name="buddy" stdset="0">
|
||
|
<cstring>option_journaling</cstring>
|
||
15 years ago
|
</property>
|
||
|
<property name="whatsThis" stdset="0">
|
||
13 years ago
|
<string><h2>Specifies the journalling mode for file data. Metadata is always journaled. </h2>
|
||
15 years ago
|
|
||
|
<h3><b>All Data</b></h3>
|
||
|
All data is committed into the journal prior to being written into the main file system. This is the slowest variant with the highest data security.
|
||
|
|
||
|
<h3><b>Ordered</b></h3>
|
||
|
All data is forced directly out to the main file system prior to its metadata being committed to the journal.
|
||
|
|
||
|
<h3><b>Write Back</b></h3>
|
||
|
Data ordering is not preserved - data may be written into the main file system after its metadata has been committed to the journal. This is rumoured to be the highest-throughput option. It guarantees internal file system integrity, however it can allow old data to appear in files after a crash and journal recovery.</string>
|
||
13 years ago
|
</property>
|
||
|
</widget>
|
||
|
<widget class="TQComboBox">
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>All Data</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>Ordered</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>Write Back</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<property name="name">
|
||
|
<cstring>option_journaling</cstring>
|
||
|
</property>
|
||
|
<property name="whatsThis" stdset="0">
|
||
|
<string><h2>Specifies the journalling mode for file data. Metadata is always journaled. </h2>
|
||
15 years ago
|
|
||
|
<h3><b>All Data</b></h3>
|
||
|
All data is committed into the journal prior to being written into the main file system. This is the slowest variant with the highest data security.
|
||
|
|
||
|
<h3><b>Ordered</b></h3>
|
||
|
All data is forced directly out to the main file system prior to its metadata being committed to the journal.
|
||
|
|
||
|
<h3><b>Write Back</b></h3>
|
||
|
Data ordering is not preserved - data may be written into the main file system after its metadata has been committed to the journal. This is rumoured to be the highest-throughput option. It guarantees internal file system integrity, however it can allow old data to appear in files after a crash and journal recovery.</string>
|
||
13 years ago
|
</property>
|
||
15 years ago
|
</widget>
|
||
13 years ago
|
</hbox>
|
||
|
</widget>
|
||
|
<widget class="TQLayoutWidget">
|
||
|
<property name="name">
|
||
|
<cstring>layout14</cstring>
|
||
|
</property>
|
||
|
<hbox>
|
||
|
<property name="name">
|
||
|
<cstring>unnamed</cstring>
|
||
|
</property>
|
||
|
<widget class="TQLabel">
|
||
15 years ago
|
<property name="name">
|
||
13 years ago
|
<cstring>text_shortname</cstring>
|
||
15 years ago
|
</property>
|
||
13 years ago
|
<property name="text">
|
||
|
<string>Short names:</string>
|
||
|
</property>
|
||
|
<property name="buddy" stdset="0">
|
||
|
<cstring>option_shortname</cstring>
|
||
|
</property>
|
||
|
<property name="whatsThis" stdset="0">
|
||
|
<string><h2>Defines the behaviour for creation and display of filenames which fit into 8.3 characters. If a long name for a file exists, it will always be preferred display.</h2>
|
||
15 years ago
|
|
||
|
<h3><b>Lower</b></h3>
|
||
|
Force the short name to lower case upon display; store a long name when the short name is not all upper case.
|
||
|
|
||
|
<h3><b>Windows 95</b></h3>
|
||
|
Force the short name to upper case upon display; store a long name when the short name is not all upper case.
|
||
|
|
||
|
<h3><b>Windows NT</b></h3>
|
||
|
Display the shortname as is; store a long name when the short name is not all lower case or all upper case.
|
||
|
|
||
|
<h3><b>Mixed</b></h3>
|
||
|
Display the short name as is; store a long name when the short name is not all upper case.</string>
|
||
13 years ago
|
</property>
|
||
|
</widget>
|
||
|
<widget class="TQComboBox">
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>Lower</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>Windows 95</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>Windows NT</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>Mixed</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<property name="name">
|
||
|
<cstring>option_shortname</cstring>
|
||
|
</property>
|
||
|
<property name="whatsThis" stdset="0">
|
||
|
<string><h2>Defines the behaviour for creation and display of filenames which fit into 8.3 characters. If a long name for a file exists, it will always be preferred display.</h2>
|
||
15 years ago
|
|
||
|
<h3><b>Lower</b></h3>
|
||
|
Force the short name to lower case upon display; store a long name when the short name is not all upper case.
|
||
|
|
||
|
<h3><b>Windows 95</b></h3>
|
||
|
Force the short name to upper case upon display; store a long name when the short name is not all upper case.
|
||
|
|
||
|
<h3><b>Windows NT</b></h3>
|
||
|
Display the shortname as is; store a long name when the short name is not all lower case or all upper case.
|
||
|
|
||
|
<h3><b>Mixed</b></h3>
|
||
|
Display the short name as is; store a long name when the short name is not all upper case.</string>
|
||
13 years ago
|
</property>
|
||
15 years ago
|
</widget>
|
||
13 years ago
|
</hbox>
|
||
15 years ago
|
</widget>
|
||
|
</vbox>
|
||
|
</widget>
|
||
|
</vbox>
|
||
|
</widget>
|
||
13 years ago
|
<widget class="TQLabel">
|
||
|
<property name="name">
|
||
|
<cstring>label_filesystem</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Filesystem: iso9660</string>
|
||
|
</property>
|
||
|
</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="sizeHint">
|
||
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</vbox>
|
||
15 years ago
|
</widget>
|
||
|
<connections>
|
||
|
<connection>
|
||
|
<sender>option_ro</sender>
|
||
|
<signal>stateChanged(int)</signal>
|
||
|
<receiver>PropertiesPageGUI</receiver>
|
||
|
<slot>changedSlot()</slot>
|
||
|
</connection>
|
||
|
</connections>
|
||
|
<variables>
|
||
|
<variable>bool m_hasChanged;</variable>
|
||
|
</variables>
|
||
14 years ago
|
<Q_SIGNALS>
|
||
15 years ago
|
<signal>changed()</signal>
|
||
14 years ago
|
</Q_SIGNALS>
|
||
|
<Q_SLOTS>
|
||
15 years ago
|
<slot access="protected">changedSlot()</slot>
|
||
14 years ago
|
</Q_SLOTS>
|
||
15 years ago
|
<functions>
|
||
|
<function returnType="bool">hasChanged()</function>
|
||
|
</functions>
|
||
14 years ago
|
<layoutdefaults spacing="6" margin="11"/>
|
||
15 years ago
|
</UI>
|