Warning, /maui/mauikit/examples/ApplicationWindow.qml is written in an unsupported language. File is not indexed.
0001 import QtQuick
0002 import QtQuick.Controls
0003 import org.mauikit.controls as Maui
0004
0005 Maui.ApplicationWindow
0006 {
0007 id: root
0008
0009 Maui.Page
0010 {
0011 anchors.fill: parent
0012 showCSDControls: true
0013 }
0014 }