Split DropArea and MDILayout into View/Controller
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user