Add Window min/max size getter

This commit is contained in:
Sergio Martins
2022-05-30 22:27:58 +01:00
parent 35a44574a0
commit 83cc6f1b0c
4 changed files with 41 additions and 0 deletions

View File

@@ -47,6 +47,8 @@ public:
QPoint mapToGlobal(QPoint localPos) const override;
QScreen *screen() const override;
void destroy() override;
QSize minSize() const override;
QSize maxSize() const override;
protected:
QPointer<QWindow> m_window;