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.
gwenview/src/gvcore/externaltooldialogbase.ui

371 lines
15 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>ExternalToolDialogBase</class>
<widget class="TQWidget">
<property name="name">
<cstring>ExternalToolDialogBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>723</width>
<height>361</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>720</width>
<height>0</height>
</size>
</property>
<property name="caption">
<string>Configure External Tools</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<spacer row="1" column="2">
<property name="name">
<cstring>spacer3_2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>487</width>
<height>16</height>
</size>
</property>
</spacer>
<widget class="TQPushButton" row="1" column="1">
<property name="name">
<cstring>mDeleteButton</cstring>
</property>
<property name="text">
<string>&amp;Delete</string>
</property>
</widget>
<widget class="TQPushButton" row="1" column="0">
<property name="name">
<cstring>mAddButton</cstring>
</property>
<property name="text">
<string>&amp;Add</string>
</property>
</widget>
<widget class="TDEListView" row="0" column="0" rowspan="1" colspan="2">
<column>
<property name="text">
<string>Name</string>
</property>
<property name="clickable">
<bool>false</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>mToolListView</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>7</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="fullWidth">
<bool>true</bool>
</property>
</widget>
<widget class="KURLLabel" row="1" column="3">
<property name="name">
<cstring>mMoreTools</cstring>
</property>
<property name="text">
<string>Get more tools</string>
</property>
<property name="url" stdset="0">
<string>http://gwenview.sourceforge.net/tools</string>
</property>
<property name="useTips">
<bool>true</bool>
</property>
</widget>
<widget class="TQFrame" row="0" column="2" rowspan="1" colspan="2">
<property name="name">
<cstring>mDetails</cstring>
</property>
<property name="frameShape">
<enum>NoFrame</enum>
</property>
<property name="frameShadow">
<enum>Raised</enum>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="TQLabel" row="1" column="0">
<property name="name">
<cstring>textLabel1_2</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<bold>1</bold>
</font>
</property>
<property name="text">
<string>File Associations</string>
</property>
</widget>
<widget class="TQLayoutWidget" row="0" column="0">
<property name="name">
<cstring>layout3</cstring>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TDEIconButton" row="0" column="3" rowspan="2" colspan="1">
<property name="name">
<cstring>mIconButton</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>1</hsizetype>
<vsizetype>1</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string></string>
</property>
</widget>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="text">
<string>Name:</string>
</property>
</widget>
<widget class="KURLLabel" row="1" column="2">
<property name="name">
<cstring>mHelp</cstring>
</property>
<property name="text">
<string>Help</string>
</property>
<property name="url" stdset="0">
<string></string>
</property>
</widget>
<widget class="TQLabel" row="1" column="0">
<property name="name">
<cstring>textLabel2</cstring>
</property>
<property name="text">
<string>Command:</string>
</property>
</widget>
<widget class="KLineEdit" row="0" column="1" rowspan="1" colspan="2">
<property name="name">
<cstring>mName</cstring>
</property>
</widget>
<widget class="KURLRequester" row="1" column="1">
<property name="name">
<cstring>mCommand</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;qt&gt;
You can use keywords in the Command field:
&lt;ul&gt;
&lt;li&gt;&lt;tt&gt;%u&lt;/tt&gt;: Current URL.&lt;/li&gt;
&lt;li&gt;&lt;tt&gt;%U&lt;/tt&gt;: Current URLs. Use this if the tool can handle multiple files.&lt;/li&gt;
&lt;li&gt;&lt;tt&gt;%f&lt;/tt&gt;: Current file. Use this if the tool can't handle URLs.&lt;/li&gt;
&lt;li&gt;&lt;tt&gt;%F&lt;/tt&gt;: Same as %f, but for multiple files.&lt;/li&gt;
&lt;/ul&gt;
&lt;/qt&gt;</string>
</property>
</widget>
</grid>
</widget>
<widget class="TQButtonGroup" row="2" column="0">
<property name="name">
<cstring>mFileAssociationGroup</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>7</vsizetype>
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="frameShape">
<enum>NoFrame</enum>
</property>
<property name="title">
<string></string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="TQRadioButton" row="0" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>radioButton1</cstring>
</property>
<property name="text">
<string>All images</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="buttonGroupId">
<number>0</number>
</property>
</widget>
<widget class="TQRadioButton" row="1" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>radioButton2</cstring>
</property>
<property name="text">
<string>All files</string>
</property>
<property name="buttonGroupId">
<number>1</number>
</property>
</widget>
<widget class="TQRadioButton" row="2" column="0">
<property name="name">
<cstring>radioButton3</cstring>
</property>
<property name="text">
<string>Custom:</string>
</property>
</widget>
<spacer row="3" column="0">
<property name="name">
<cstring>spacer3</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>21</width>
<height>140</height>
</size>
</property>
</spacer>
<widget class="TDEListView" row="2" column="1" rowspan="2" colspan="1">
<column>
<property name="text">
<string>Mime Type</string>
</property>
<property name="clickable">
<bool>false</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>mMimeTypeListView</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="fullWidth">
<bool>true</bool>
</property>
</widget>
</grid>
</widget>
</grid>
</widget>
</grid>
</widget>
<customwidgets>
</customwidgets>
<connections>
<connection>
<sender>radioButton3</sender>
<signal>toggled(bool)</signal>
<receiver>mMimeTypeListView</receiver>
<slot>setEnabled(bool)</slot>
</connection>
</connections>
<tabstops>
<tabstop>mToolListView</tabstop>
<tabstop>mAddButton</tabstop>
<tabstop>mDeleteButton</tabstop>
<tabstop>mName</tabstop>
<tabstop>mCommand</tabstop>
<tabstop>radioButton1</tabstop>
<tabstop>mMimeTypeListView</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kicondialog.h</include>
<include location="global" impldecl="in implementation">klineedit.h</include>
<include location="global" impldecl="in implementation">kpushbutton.h</include>
<include location="global" impldecl="in implementation">kurllabel.h</include>
<include location="global" impldecl="in implementation">kurlrequester.h</include>
<include location="global" impldecl="in implementation">tdelistview.h</include>
</includes>
</UI>