- Started to work on queueuing

This commit is contained in:
Christophe Dumez
2008-07-14 19:20:18 +00:00
parent 9f6e28b741
commit d29cc3325b
63 changed files with 8078 additions and 7638 deletions

View File

@@ -107,6 +107,9 @@ class options_imp : public QDialog, private Ui::Dialog {
// IP Filter
bool isFilteringEnabled() const;
QString getFilter() const;
// Queueing system
bool isQueueingSystemEnabled() const;
int getMaxActiveDownloads() const;
bool isWebUiEnabled() const;
quint16 webUiPort() const;
QString webUiUsername() const;
@@ -125,6 +128,7 @@ class options_imp : public QDialog, private Ui::Dialog {
void enableDeleteRatio(int checkBoxValue);
void enableFilter(int checkBoxValue);
void enableRSS(int checkBoxValue);
void enableQueueingSystem(int checkBoxValue);
void setStyle(int style);
void on_buttonBox_accepted();
void closeEvent(QCloseEvent *e);