Files
KDDockWidgets/examples/qtquick/main.qml
Sergio Martins 88e10ffb31 qml: Add the skeleton for the example
Doesn't do much yet, but has background.
2020-07-27 18:00:06 +01:00

9 lines
66 B
QML

import QtQuick 2.6
Rectangle {
id: root
color: "red"
}