qtquick: Implement ViewWrapper::setParent and childViews

This commit is contained in:
Sergio Martins
2022-05-02 23:10:00 +01:00
parent e462098cce
commit f8a287675b
6 changed files with 85 additions and 7 deletions

View File

@@ -63,6 +63,8 @@ public:
QSize minSize() const override;
bool close() override;
View *unwrap();
private:
QPointer<QQuickItem> m_item;
};