mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 14:12:30 -06:00
- Allow to change UPnP port while it is enabled
- Allow to change qBT style! (GTK people should like Cleanlooks style)
This commit is contained in:
@@ -79,7 +79,8 @@ class options_imp : public QDialog, private Ui::Dialog{
|
||||
QString getPreviewProgram() const;
|
||||
bool getUseOSDAlways() const;
|
||||
bool getUseOSDWhenHiddenOnly() const;
|
||||
|
||||
QString getStyle() const;
|
||||
void setStyle(QString style);
|
||||
|
||||
protected slots:
|
||||
void on_okButton_clicked();
|
||||
@@ -93,6 +94,9 @@ class options_imp : public QDialog, private Ui::Dialog{
|
||||
void on_filterBrowse_clicked();
|
||||
void disableDownload(int checkBoxValue);
|
||||
void disableDHTGroup(int checkBoxValue);
|
||||
#ifndef NO_UPNP
|
||||
void disableUPnPGroup(int checkBoxValue);
|
||||
#endif
|
||||
void disableMaxConnecLimit(int);
|
||||
void enableFilter(int checkBoxValue);
|
||||
void disableUpload(int checkBoxValue);
|
||||
|
||||
Reference in New Issue
Block a user