Split DropArea and MDILayout into View/Controller

This commit is contained in:
Sergio Martins
2022-04-25 18:50:41 +01:00
parent 6ebb432932
commit 0f61ef63a2
37 changed files with 314 additions and 187 deletions

View File

@@ -38,6 +38,10 @@ public:
explicit DropArea_qtwidgets(Controllers::DropArea *, View *parent);
~DropArea_qtwidgets();
/// TODOv2
void onLayoutRequest() override;
bool onResize(QSize newSize) override;
private:
Controllers::DropArea *const m_dropArea;
};