|
|
|
@ -88,10 +88,10 @@ private slots:
@@ -88,10 +88,10 @@ private slots:
|
|
|
|
|
void on_buttonBox_accepted(); |
|
|
|
|
void closeEvent(QCloseEvent *e); |
|
|
|
|
void on_buttonBox_rejected(); |
|
|
|
|
void applySettings(QAbstractButton* button); |
|
|
|
|
void applySettings(QAbstractButton *button); |
|
|
|
|
void enableApplyButton(); |
|
|
|
|
void toggleComboRatioLimitAct(); |
|
|
|
|
void changePage(QListWidgetItem*, QListWidgetItem*); |
|
|
|
|
void changePage(QListWidgetItem *, QListWidgetItem *); |
|
|
|
|
void loadWindowState(); |
|
|
|
|
void loadSplitterState(); |
|
|
|
|
void saveWindowState() const; |
|
|
|
@ -132,7 +132,7 @@ private:
@@ -132,7 +132,7 @@ private:
|
|
|
|
|
bool addTorrentsInPause() const; |
|
|
|
|
QString getTorrentExportDir() const; |
|
|
|
|
QString getFinishedTorrentExportDir() const; |
|
|
|
|
QString askForExportDir(const QString& currentExportPath); |
|
|
|
|
QString askForExportDir(const QString ¤tExportPath); |
|
|
|
|
int getActionOnDblClOnTorrentDl() const; |
|
|
|
|
int getActionOnDblClOnTorrentFn() const; |
|
|
|
|
// Connection options
|
|
|
|
|