Add option to toggle filters sidebar

PR #15409.
This commit is contained in:
AbeniMatteo
2022-03-21 05:41:06 +01:00
committed by GitHub
parent e1ca0f3ff9
commit baa8d2c326
7 changed files with 120 additions and 33 deletions

View File

@@ -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;