Refactor in a good state

This commit is contained in:
IlyaShurupov 2024-10-09 14:31:23 +03:00
parent 72c4740f82
commit 4ad40058f9
21 changed files with 606 additions and 105 deletions

View file

@ -18,7 +18,7 @@ namespace tp {
RectF resizeHandleRect();
bool propagateEventsToChildren() const override;
[[nodiscard]] bool propagateEventsToChildren() const override;
private:
bool mIsFloating = false;
@ -41,8 +41,6 @@ namespace tp {
mMenuLayout.addChild(&mHeader);
mMenuLayout.addChild(&mBodyLayout);
addToMenu(&mTestButton);
mHeader.setText("Menu");
}