examples|qtquick: Show a .qml dockwidget as well

The customtitlebar example only had C++ dock widgets. Now it
has a .qml one too.

While testing issue #325
This commit is contained in:
Sergio Martins
2022-11-15 18:39:36 +00:00
parent 8ff052e219
commit d64ff8c6cd
3 changed files with 34 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
<file>Guest1.qml</file>
<file>Guest2.qml</file>
<file>Guest3.qml</file>
<file>Guest4.qml</file>
<file>Guest.qml</file>
<file>MyTitleBar.qml</file>
</qresource>