Make page container hug edges of dialog <3

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2025-11-23 16:25:33 +00:00
parent 40d1dccb9b
commit 2b949d5fdd
9 changed files with 28 additions and 11 deletions

View File

@@ -61,6 +61,9 @@ class PageContainer : public QWidget, public BasePageContainer {
void addButtons(QWidget* buttons);
void addButtons(QLayout* buttons);
void useSidebarStyle(bool sidebar);
/*
* Save any unsaved state and prepare to be closed.
* @return true if everything can be saved, false if there is something that requires attention