diff options
Diffstat (limited to 'src/plugins/scanfolder/sfprefwidgetbase.ui')
-rw-r--r-- | src/plugins/scanfolder/sfprefwidgetbase.ui | 257 |
1 files changed, 257 insertions, 0 deletions
diff --git a/src/plugins/scanfolder/sfprefwidgetbase.ui b/src/plugins/scanfolder/sfprefwidgetbase.ui new file mode 100644 index 0000000..1e696e6 --- /dev/null +++ b/src/plugins/scanfolder/sfprefwidgetbase.ui @@ -0,0 +1,257 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>SfPrefPageWidgetBase</class> +<widget class="TQWidget"> + <property name="name"> + <cstring>SfPrefPageWidgetBase</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>546</width> + <height>480</height> + </rect> + </property> + <property name="caption"> + <string>ScanFolder Preferences</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout16</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQCheckBox"> + <property name="name"> + <cstring>use1</cstring> + </property> + <property name="text"> + <string>Scan folder &1</string> + </property> + </widget> + <widget class="TQCheckBox"> + <property name="name"> + <cstring>use2</cstring> + </property> + <property name="text"> + <string>Scan folder &2</string> + </property> + </widget> + <widget class="TQCheckBox"> + <property name="name"> + <cstring>use3</cstring> + </property> + <property name="text"> + <string>Scan folder &3</string> + </property> + </widget> + </vbox> + </widget> + <widget class="TQButtonGroup" row="3" column="0"> + <property name="name"> + <cstring>buttonGroup1</cstring> + </property> + <property name="title"> + <string>Options</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQCheckBox" row="2" column="0"> + <property name="name"> + <cstring>moveCheck</cstring> + </property> + <property name="text"> + <string>Move to "loaded" directory &after loading</string> + </property> + <property name="toolTip" stdset="0"> + <string>Move torrent to "loaded" directory after loading it</string> + </property> + </widget> + <widget class="TQCheckBox" row="0" column="0"> + <property name="name"> + <cstring>openSilently</cstring> + </property> + <property name="text"> + <string>Open torrents silentl&y</string> + </property> + <property name="toolTip" stdset="0"> + <string>Do not show 'Select files to download' dialog</string> + </property> + </widget> + <widget class="TQCheckBox" row="1" column="0"> + <property name="name"> + <cstring>deleteCheck</cstring> + </property> + <property name="text"> + <string>Delete after loadin&g</string> + </property> + <property name="toolTip" stdset="0"> + <string>Deletes torrent after loading</string> + </property> + </widget> + </grid> + </widget> + <widget class="TQGroupBox" row="2" column="0"> + <property name="name"> + <cstring>groupBox9</cstring> + </property> + <property name="title"> + <string>Folders to scan</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="KURLRequester" row="0" column="1"> + <property name="name"> + <cstring>url1</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + </widget> + <widget class="KURLRequester" row="1" column="1"> + <property name="name"> + <cstring>url2</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + </widget> + <widget class="KURLRequester" row="2" column="1"> + <property name="name"> + <cstring>url3</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + </widget> + <widget class="TQLabel" row="0" column="0"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>Folder 1:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>kURLRequester1</cstring> + </property> + </widget> + <widget class="TQLabel" row="1" column="0"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="text"> + <string>Folder 2:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>kURLRequester4</cstring> + </property> + </widget> + <widget class="TQLabel" row="2" column="0"> + <property name="name"> + <cstring>textLabel3</cstring> + </property> + <property name="text"> + <string>Folder 3:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>kURLRequester5</cstring> + </property> + </widget> + </grid> + </widget> + <spacer row="1" column="0"> + <property name="name"> + <cstring>spacer6</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Fixed</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + <spacer row="4" column="0"> + <property name="name"> + <cstring>spacer4</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>90</height> + </size> + </property> + </spacer> + </grid> +</widget> +<connections> + <connection> + <sender>use1</sender> + <signal>toggled(bool)</signal> + <receiver>url1</receiver> + <slot>setEnabled(bool)</slot> + </connection> + <connection> + <sender>use2</sender> + <signal>toggled(bool)</signal> + <receiver>url2</receiver> + <slot>setEnabled(bool)</slot> + </connection> + <connection> + <sender>use3</sender> + <signal>toggled(bool)</signal> + <receiver>url3</receiver> + <slot>setEnabled(bool)</slot> + </connection> + <connection> + <sender>deleteCheck</sender> + <signal>toggled(bool)</signal> + <receiver>moveCheck</receiver> + <slot>setDisabled(bool)</slot> + </connection> + <connection> + <sender>moveCheck</sender> + <signal>toggled(bool)</signal> + <receiver>deleteCheck</receiver> + <slot>setDisabled(bool)</slot> + </connection> +</connections> +<tabstops> + <tabstop>use1</tabstop> + <tabstop>use2</tabstop> + <tabstop>use3</tabstop> + <tabstop>url1</tabstop> + <tabstop>url2</tabstop> + <tabstop>url3</tabstop> + <tabstop>openSilently</tabstop> + <tabstop>deleteCheck</tabstop> + <tabstop>moveCheck</tabstop> +</tabstops> +<layoutdefaults spacing="6" margin="11"/> +<includes> + <include location="global" impldecl="in implementation">klineedit.h</include> + <include location="global" impldecl="in implementation">kpushbutton.h</include> + <include location="global" impldecl="in implementation">kurlrequester.h</include> +</includes> +</UI> |