2002-11-07 19:58:19 +00:00
|
|
|
<!DOCTYPE UI><UI>
|
2002-11-13 05:36:07 +00:00
|
|
|
<class>QPrefFileformatsModule</class>
|
|
|
|
<include location="global">config.h</include>
|
2002-12-17 20:37:13 +00:00
|
|
|
<include location="local">qt_helpers.h</include>
|
2002-11-07 19:58:19 +00:00
|
|
|
<widget>
|
2002-11-13 05:36:07 +00:00
|
|
|
<class>QWidget</class>
|
2002-11-07 19:58:19 +00:00
|
|
|
<property stdset="1">
|
|
|
|
<name>name</name>
|
2002-11-13 05:36:07 +00:00
|
|
|
<cstring>QPrefFileformatsModule</cstring>
|
2002-11-07 19:58:19 +00:00
|
|
|
</property>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>geometry</name>
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2003-03-28 01:21:42 +00:00
|
|
|
<width>356</width>
|
2002-11-07 19:58:19 +00:00
|
|
|
<height>261</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>caption</name>
|
|
|
|
<string>File Formats</string>
|
|
|
|
</property>
|
2002-11-17 07:11:02 +00:00
|
|
|
<hbox>
|
2002-11-07 19:58:19 +00:00
|
|
|
<property stdset="1">
|
|
|
|
<name>margin</name>
|
|
|
|
<number>11</number>
|
|
|
|
</property>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>spacing</name>
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2002-11-17 07:11:02 +00:00
|
|
|
<widget>
|
|
|
|
<class>QLayoutWidget</class>
|
2002-11-07 19:58:19 +00:00
|
|
|
<property stdset="1">
|
|
|
|
<name>name</name>
|
2002-11-17 07:11:02 +00:00
|
|
|
<cstring>Layout3</cstring>
|
2002-11-07 19:58:19 +00:00
|
|
|
</property>
|
2002-11-17 07:11:02 +00:00
|
|
|
<vbox>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>margin</name>
|
|
|
|
<number>0</number>
|
2002-11-07 19:58:19 +00:00
|
|
|
</property>
|
2002-11-17 07:11:02 +00:00
|
|
|
<property stdset="1">
|
|
|
|
<name>spacing</name>
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<widget>
|
|
|
|
<class>QLabel</class>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>name</name>
|
|
|
|
<cstring>formatsLA</cstring>
|
|
|
|
</property>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>text</name>
|
|
|
|
<string>&File formats</string>
|
|
|
|
</property>
|
|
|
|
<property>
|
|
|
|
<name>buddy</name>
|
|
|
|
<cstring>formatsLB</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget>
|
|
|
|
<class>QLayoutWidget</class>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>name</name>
|
|
|
|
<cstring>Layout1</cstring>
|
|
|
|
</property>
|
|
|
|
<grid>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>margin</name>
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>spacing</name>
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<widget row="1" column="0" >
|
|
|
|
<class>QPushButton</class>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>name</name>
|
|
|
|
<cstring>formatNewPB</cstring>
|
|
|
|
</property>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>text</name>
|
|
|
|
<string>&New</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget row="0" column="0" rowspan="1" colspan="2" >
|
|
|
|
<class>QListBox</class>
|
|
|
|
<item>
|
|
|
|
<property>
|
|
|
|
<name>text</name>
|
|
|
|
<string>New Item</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>name</name>
|
|
|
|
<cstring>formatsLB</cstring>
|
|
|
|
</property>
|
2003-03-28 01:21:42 +00:00
|
|
|
<property stdset="1">
|
|
|
|
<name>vScrollBarMode</name>
|
|
|
|
<enum>AlwaysOn</enum>
|
|
|
|
</property>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>hScrollBarMode</name>
|
|
|
|
<enum>AlwaysOff</enum>
|
|
|
|
</property>
|
2002-11-17 07:11:02 +00:00
|
|
|
</widget>
|
|
|
|
<widget row="1" column="1" >
|
|
|
|
<class>QPushButton</class>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>name</name>
|
|
|
|
<cstring>formatRemovePB</cstring>
|
|
|
|
</property>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>text</name>
|
|
|
|
<string>&Remove</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</grid>
|
|
|
|
</widget>
|
|
|
|
</vbox>
|
2002-11-07 19:58:19 +00:00
|
|
|
</widget>
|
2002-11-17 07:11:02 +00:00
|
|
|
<widget>
|
|
|
|
<class>QLayoutWidget</class>
|
2002-11-07 19:58:19 +00:00
|
|
|
<property stdset="1">
|
|
|
|
<name>name</name>
|
2002-11-17 07:11:02 +00:00
|
|
|
<cstring>Layout6</cstring>
|
2002-11-07 19:58:19 +00:00
|
|
|
</property>
|
2002-11-17 07:11:02 +00:00
|
|
|
<vbox>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>margin</name>
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>spacing</name>
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<widget>
|
|
|
|
<class>QLayoutWidget</class>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>name</name>
|
|
|
|
<cstring>Layout4</cstring>
|
|
|
|
</property>
|
|
|
|
<grid>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>margin</name>
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>spacing</name>
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<widget row="4" column="1" >
|
|
|
|
<class>QLineEdit</class>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>name</name>
|
|
|
|
<cstring>viewerED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget row="2" column="1" >
|
|
|
|
<class>QLineEdit</class>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>name</name>
|
|
|
|
<cstring>shortcutED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget row="1" column="0" >
|
|
|
|
<class>QLabel</class>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>name</name>
|
|
|
|
<cstring>guiNameLA</cstring>
|
|
|
|
</property>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>text</name>
|
|
|
|
<string>&GUI name:</string>
|
|
|
|
</property>
|
|
|
|
<property>
|
|
|
|
<name>buddy</name>
|
|
|
|
<cstring>guiNameED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget row="0" column="0" >
|
|
|
|
<class>QLabel</class>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>name</name>
|
|
|
|
<cstring>formatLA</cstring>
|
|
|
|
</property>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>text</name>
|
|
|
|
<string>F&ormat:</string>
|
|
|
|
</property>
|
|
|
|
<property>
|
|
|
|
<name>buddy</name>
|
|
|
|
<cstring>formatED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget row="1" column="1" >
|
|
|
|
<class>QLineEdit</class>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>name</name>
|
|
|
|
<cstring>guiNameED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget row="4" column="0" >
|
|
|
|
<class>QLabel</class>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>name</name>
|
|
|
|
<cstring>viewerLA</cstring>
|
|
|
|
</property>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>text</name>
|
|
|
|
<string>&Viewer:</string>
|
|
|
|
</property>
|
|
|
|
<property>
|
|
|
|
<name>buddy</name>
|
|
|
|
<cstring>viewerED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget row="0" column="1" >
|
|
|
|
<class>QLineEdit</class>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>name</name>
|
|
|
|
<cstring>formatED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget row="2" column="0" >
|
|
|
|
<class>QLabel</class>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>name</name>
|
|
|
|
<cstring>shortcutLA</cstring>
|
|
|
|
</property>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>text</name>
|
|
|
|
<string>S&hortcut:</string>
|
|
|
|
</property>
|
|
|
|
<property>
|
|
|
|
<name>buddy</name>
|
|
|
|
<cstring>shortcutED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget row="3" column="0" >
|
|
|
|
<class>QLabel</class>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>name</name>
|
|
|
|
<cstring>extensionLA</cstring>
|
|
|
|
</property>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>text</name>
|
|
|
|
<string>E&xtension:</string>
|
|
|
|
</property>
|
|
|
|
<property>
|
|
|
|
<name>buddy</name>
|
|
|
|
<cstring>extensionED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget row="3" column="1" >
|
|
|
|
<class>QLineEdit</class>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>name</name>
|
|
|
|
<cstring>extensionED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</grid>
|
|
|
|
</widget>
|
|
|
|
<widget>
|
|
|
|
<class>QLayoutWidget</class>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>name</name>
|
|
|
|
<cstring>Layout5</cstring>
|
|
|
|
</property>
|
|
|
|
<hbox>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>margin</name>
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>spacing</name>
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<widget>
|
|
|
|
<class>QPushButton</class>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>name</name>
|
|
|
|
<cstring>formatModifyPB</cstring>
|
|
|
|
</property>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>text</name>
|
|
|
|
<string>&Modify</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<spacer>
|
|
|
|
<property>
|
|
|
|
<name>name</name>
|
|
|
|
<cstring>Spacer2</cstring>
|
|
|
|
</property>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>orientation</name>
|
|
|
|
<enum>Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>sizeType</name>
|
|
|
|
<enum>Expanding</enum>
|
|
|
|
</property>
|
|
|
|
<property>
|
|
|
|
<name>sizeHint</name>
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</hbox>
|
|
|
|
</widget>
|
|
|
|
<spacer>
|
|
|
|
<property>
|
|
|
|
<name>name</name>
|
|
|
|
<cstring>Spacer26</cstring>
|
|
|
|
</property>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>orientation</name>
|
|
|
|
<enum>Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property stdset="1">
|
|
|
|
<name>sizeType</name>
|
|
|
|
<enum>Expanding</enum>
|
|
|
|
</property>
|
|
|
|
<property>
|
|
|
|
<name>sizeHint</name>
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</vbox>
|
2002-11-07 19:58:19 +00:00
|
|
|
</widget>
|
2002-11-17 07:11:02 +00:00
|
|
|
</hbox>
|
2002-11-07 19:58:19 +00:00
|
|
|
</widget>
|
2002-11-17 03:35:02 +00:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>formatsLB</tabstop>
|
2002-11-17 07:11:02 +00:00
|
|
|
<tabstop>formatNewPB</tabstop>
|
|
|
|
<tabstop>formatRemovePB</tabstop>
|
2002-11-17 03:35:02 +00:00
|
|
|
<tabstop>formatED</tabstop>
|
|
|
|
<tabstop>guiNameED</tabstop>
|
|
|
|
<tabstop>shortcutED</tabstop>
|
|
|
|
<tabstop>extensionED</tabstop>
|
|
|
|
<tabstop>viewerED</tabstop>
|
|
|
|
</tabstops>
|
2002-11-07 19:58:19 +00:00
|
|
|
</UI>
|