qtquick: Add a MDI example

Instead of poluting the normal example
This commit is contained in:
Sergio Martins
2021-02-10 20:06:50 +00:00
parent f751d7c24e
commit 60adb0d50b
13 changed files with 277 additions and 24 deletions

View File

@@ -0,0 +1,10 @@
<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>Guest1.qml</file>
<file>Guest2.qml</file>
<file>Guest3.qml</file>
<file>Guest.qml</file>
<file>Another.qml</file>
</qresource>
</RCC>