- Still working on temp folder

This commit is contained in:
Christophe Dumez
2009-03-08 15:40:25 +00:00
parent ee99df0ba9
commit 5b7b4b2cf3
3 changed files with 44 additions and 4 deletions

View File

@@ -69,6 +69,8 @@ class options_imp : public QDialog, private Ui::Dialog {
bool isToolbarDisplayed() const;
// Downloads
QString getSavePath() const;
bool isTempPathEnabled() const;
QString getTempPath() const;
bool preAllocateAllFiles() const;
bool useAdditionDialog() const;
bool addTorrentsInPause() const;
@@ -128,6 +130,7 @@ class options_imp : public QDialog, private Ui::Dialog {
protected slots:
void enableUploadLimit(int checkBoxValue);
void enableDownloadLimit(int checkBoxValue);
void enableTempPathInput(int checkBoxValue);
void enableDirScan(int checkBoxValue);
void enableProxy(int comboIndex);
void enableProxyAuth(int checkBoxValue);