diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-03-26 13:50:43 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-03-26 13:50:43 +0100 |
commit | d62c8c002c51fb7c36487839eeeb4ac89f044dee (patch) | |
tree | bb4d1f5c631ab1f22a3018ba39e6a806035f80fd /part/kxearchiveextssettingspage.ui | |
download | kxmleditor-d62c8c002c51fb7c36487839eeeb4ac89f044dee.tar.gz kxmleditor-d62c8c002c51fb7c36487839eeeb4ac89f044dee.zip |
Initial import of kxmleditor 1.1.4
Diffstat (limited to 'part/kxearchiveextssettingspage.ui')
-rw-r--r-- | part/kxearchiveextssettingspage.ui | 175 |
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 &files:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>m_pExtensions</cstring> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Extensions of archive files</b> +<br> +This list contains the known extensions for archive files.<br> +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><b>Extensions of archive files</b> +<br> +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>&Extension:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>m_pExtension</cstring> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Extension</b> +<br> +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><b>Extension</b> +<br> +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>&New</string> + </property> + <property name="accel"> + <string>Alt+N</string> + </property> + <property name="whatsThis" stdset="0"> + <string><b>New</b> +<br> +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>&Delete</string> + </property> + <property name="accel"> + <string>Alt+D</string> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Delete</b> +<br> +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 & )</slot> + <slot>slotDeleteExtension()</slot> + <slot>slotAddExtension()</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +</UI> |