summaryrefslogtreecommitdiffstats
path: root/part/kxearchiveextssettingspage.ui
diff options
context:
space:
mode:
Diffstat (limited to 'part/kxearchiveextssettingspage.ui')
-rw-r--r--part/kxearchiveextssettingspage.ui175
1 files changed, 175 insertions, 0 deletions
diff --git a/part/kxearchiveextssettingspage.ui b/part/kxearchiveextssettingspage.ui
new file mode 100644
index 0000000..0936850
--- /dev/null
+++ b/part/kxearchiveextssettingspage.ui
@@ -0,0 +1,175 @@
+<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
+<class>KXEArchiveExtsSettingsPage</class>
+<widget class="QWidget">
+ <property name="name">
+ <cstring>KXEArchiveExtsSettingsPage</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>293</width>
+ <height>187</height>
+ </rect>
+ </property>
+ <property name="caption">
+ <string>Archive Exts Settings Page</string>
+ </property>
+ <grid>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QLabel" row="0" column="0">
+ <property name="name">
+ <cstring>m_pLblExtensions</cstring>
+ </property>
+ <property name="text">
+ <string>Extensions of archive &amp;files:</string>
+ </property>
+ <property name="buddy" stdset="0">
+ <cstring>m_pExtensions</cstring>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>&lt;b&gt;Extensions of archive files&lt;/b&gt;
+&lt;br&gt;
+This list contains the known extensions for archive files.&lt;br&gt;
+You can choose one to edit or remove it with the dialog widgets below.</string>
+ </property>
+ </widget>
+ <widget class="QListBox" row="1" column="0">
+ <property name="name">
+ <cstring>m_pExtensions</cstring>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>80</height>
+ </size>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>&lt;b&gt;Extensions of archive files&lt;/b&gt;
+&lt;br&gt;
+This list contains the known extensions for archive files.</string>
+ </property>
+ </widget>
+ <widget class="QLayoutWidget" row="2" column="0">
+ <property name="name">
+ <cstring>layout2</cstring>
+ </property>
+ <grid>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QLabel" row="0" column="0">
+ <property name="name">
+ <cstring>m_pLblExtension</cstring>
+ </property>
+ <property name="text">
+ <string>&amp;Extension:</string>
+ </property>
+ <property name="buddy" stdset="0">
+ <cstring>m_pExtension</cstring>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>&lt;b&gt;Extension&lt;/b&gt;
+&lt;br&gt;
+Change the selected extension here.</string>
+ </property>
+ </widget>
+ <widget class="QLineEdit" row="0" column="1">
+ <property name="name">
+ <cstring>m_pExtension</cstring>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>&lt;b&gt;Extension&lt;/b&gt;
+&lt;br&gt;
+Change the selected extension here.</string>
+ </property>
+ </widget>
+ <spacer row="1" column="0">
+ <property name="name">
+ <cstring>spacer2</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Horizontal</enum>
+ </property>
+ <property name="sizeType">
+ <enum>Expanding</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>71</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ <widget class="QLayoutWidget" row="1" column="1">
+ <property name="name">
+ <cstring>layout1</cstring>
+ </property>
+ <hbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QPushButton">
+ <property name="name">
+ <cstring>m_pBtnNew</cstring>
+ </property>
+ <property name="text">
+ <string>&amp;New</string>
+ </property>
+ <property name="accel">
+ <string>Alt+N</string>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>&lt;b&gt;New&lt;/b&gt;
+&lt;br&gt;
+You can create a new item for another known extension in the list above.</string>
+ </property>
+ </widget>
+ <widget class="QPushButton">
+ <property name="name">
+ <cstring>m_pBtnDelete</cstring>
+ </property>
+ <property name="text">
+ <string>&amp;Delete</string>
+ </property>
+ <property name="accel">
+ <string>Alt+D</string>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>&lt;b&gt;Delete&lt;/b&gt;
+&lt;br&gt;
+You can delete the selected extension from the list above.</string>
+ </property>
+ </widget>
+ <spacer>
+ <property name="name">
+ <cstring>spacer1</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Horizontal</enum>
+ </property>
+ <property name="sizeType">
+ <enum>Expanding</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>41</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </hbox>
+ </widget>
+ </grid>
+ </widget>
+ </grid>
+</widget>
+<slots>
+ <slot>slotUpdateExtension( const QString &amp; )</slot>
+ <slot>slotDeleteExtension()</slot>
+ <slot>slotAddExtension()</slot>
+</slots>
+<layoutdefaults spacing="6" margin="11"/>
+</UI>