<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> <class>ConfigFileOperationsPage</class> <widget class="TQWidget"> <property name="name"> <cstring>ConfigFileOperationsPage</cstring> </property> <property name="tqgeometry"> <rect> <x>0</x> <y>0</y> <width>308</width> <height>252</height> </rect> </property> <property name="caption"> <string>Configure File Operations</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <widget class="TQLabel"> <property name="name"> <cstring>textLabel2_2_2</cstring> </property> <property name="text"> <string><b>Moving & Copying Files</b></string> </property> </widget> <widget class="TQCheckBox"> <property name="name"> <cstring>kcfg_confirmCopy</cstring> </property> <property name="text"> <string>Show copy dialog</string> </property> </widget> <widget class="TQCheckBox"> <property name="name"> <cstring>kcfg_confirmMove</cstring> </property> <property name="text"> <string>Show move dialog</string> </property> </widget> <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout2</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="TQLabel"> <property name="name"> <cstring>TextLabel2</cstring> </property> <property name="text"> <string>Default destination folder:</string> </property> </widget> <widget class="KURLRequester"> <property name="name"> <cstring>kcfg_destDir</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>3</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </hbox> </widget> <spacer> <property name="name"> <cstring>spacer10_2_2_2</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Fixed</enum> </property> <property name="tqsizeHint"> <size> <width>21</width> <height>16</height> </size> </property> </spacer> <widget class="TQLabel"> <property name="name"> <cstring>textLabel2_2</cstring> </property> <property name="text"> <string><b>Deleting Files</b></string> </property> </widget> <widget class="TQCheckBox"> <property name="name"> <cstring>kcfg_confirmDelete</cstring> </property> <property name="text"> <string>Ask for confirmation</string> </property> </widget> <widget class="TQButtonGroup"> <property name="name"> <cstring>mDeleteGroup</cstring> </property> <property name="frameShape"> <enum>NoFrame</enum> </property> <property name="title"> <string></string> </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="TQRadioButton"> <property name="name"> <cstring>mDeleteToTrash</cstring> </property> <property name="text"> <string>Move deleted files to the trash</string> </property> <property name="buttonGroupId"> <number>1</number> </property> </widget> <widget class="TQRadioButton"> <property name="name"> <cstring>mReallyDelete</cstring> </property> <property name="text"> <string>Really delete files (dangerous)</string> </property> <property name="buttonGroupId"> <number>0</number> </property> </widget> </vbox> </widget> </vbox> </widget> <customwidgets> </customwidgets> <tqlayoutdefaults spacing="6" margin="11"/> <includehints> <includehint>kurlrequester.h</includehint> <includehint>klineedit.h</includehint> <includehint>kpushbutton.h</includehint> </includehints> </UI>