qml: Add the skeleton for the example
Doesn't do much yet, but has background.
This commit is contained in:
8
examples/qtquick/main.qml
Normal file
8
examples/qtquick/main.qml
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
import QtQuick 2.6
|
||||
|
||||
Rectangle {
|
||||
id: root
|
||||
color: "red"
|
||||
}
|
||||
Reference in New Issue
Block a user