Qt/Configure: Use sidebar to divide tabs into smaller groups

This commit is contained in:
spycrab 2018-09-06 19:59:25 +02:00 committed by fearlessTobi
parent 7961e11cd4
commit 8a5f6de6c8
3 changed files with 124 additions and 59 deletions

View file

@ -24,6 +24,8 @@ public:
private:
void setConfiguration();
void UpdateVisibleTabs();
void PopulateSelectionList();
std::unique_ptr<Ui::ConfigureDialog> ui;
};