mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
parent
e1ca0f3ff9
commit
baa8d2c326
7 changed files with 120 additions and 33 deletions
|
@ -340,8 +340,10 @@ public:
|
|||
void setAcceptedLegal(bool accepted);
|
||||
QByteArray getMainGeometry() const;
|
||||
void setMainGeometry(const QByteArray &geometry);
|
||||
QByteArray getMainVSplitterState() const;
|
||||
void setMainVSplitterState(const QByteArray &state);
|
||||
bool isFiltersSidebarVisible() const;
|
||||
void setFiltersSidebarVisible(bool value);
|
||||
int getFiltersSidebarWidth() const;
|
||||
void setFiltersSidebarWidth(int value);
|
||||
Path getMainLastDir() const;
|
||||
void setMainLastDir(const Path &path);
|
||||
QByteArray getPeerListState() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue