mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07: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:
parent
e0a0a0beb1
commit
92f840519c
58 changed files with 11121 additions and 4519 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue