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.
tdeaddons/konq-plugins/kuick/kcmkuick/kcmkuickdialog.ui

198 lines
7.2 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>KCMKuickDialog</class>
<widget class="TQWidget">
<property name="name">
<cstring>KCMKuickDialog</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>598</width>
<height>190</height>
</rect>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="TQCheckBox">
<property name="name">
<cstring>m_chkShow</cstring>
</property>
<property name="text">
<string>&amp;Show "Copy To" and "Move To" entries in context menus</string>
</property>
</widget>
<widget class="TQGroupBox">
<property name="name">
<cstring>m_grpCopy</cstring>
</property>
<property name="title">
<string>Copy Operations</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="TQPushButton" row="2" column="0">
<property name="name">
<cstring>pbCopyClear</cstring>
</property>
<property name="text">
<string>&amp;Clear List</string>
</property>
</widget>
<widget class="TQLabel" row="0" column="2">
<property name="name">
<cstring>m_txtCopyDir</cstring>
</property>
<property name="text">
<string>folders.</string>
</property>
</widget>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>m_txtCopyCache</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>1</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Cache the last</string>
</property>
</widget>
<widget class="TQSpinBox" row="0" column="1">
<property name="name">
<cstring>m_sbCopy</cstring>
</property>
<property name="maxValue">
<number>20</number>
</property>
<property name="minValue">
<number>1</number>
</property>
</widget>
<spacer row="0" column="3">
<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>20</width>
<height>20</height>
</size>
</property>
</spacer>
</grid>
</widget>
<widget class="TQGroupBox">
<property name="name">
<cstring>m_grpMove</cstring>
</property>
<property name="title">
<string>Move Operations</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="TQPushButton" row="2" column="0">
<property name="name">
<cstring>pbMoveClear</cstring>
</property>
<property name="text">
<string>Clear &amp;List</string>
</property>
</widget>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>m_txtMoveCache</cstring>
</property>
<property name="text">
<string>Cache the last</string>
</property>
</widget>
<widget class="TQSpinBox" row="0" column="1">
<property name="name">
<cstring>m_sbMove</cstring>
</property>
<property name="maxValue">
<number>20</number>
</property>
<property name="minValue">
<number>1</number>
</property>
</widget>
<widget class="TQLabel" row="0" column="2">
<property name="name">
<cstring>m_txtMoveDir</cstring>
</property>
<property name="text">
<string>folders.</string>
</property>
</widget>
<spacer row="0" column="3">
<property name="name">
<cstring>Spacer3</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</grid>
</widget>
</vbox>
</widget>
<tabstops>
<tabstop>m_sbCopy</tabstop>
<tabstop>pbCopyClear</tabstop>
<tabstop>m_sbMove</tabstop>
<tabstop>pbMoveClear</tabstop>
</tabstops>
<slots>
<slot access="private">slotClearMoveCache()</slot>
<slot access="protected">slotClearCopyCache()</slot>
</slots>
<layoutdefaults spacing="6" margin="0"/>
<layoutfunctions spacing="KDialog::spacingHint"/>
</UI>