first commit
This commit is contained in:
18
qml/content/App.qml
Normal file
18
qml/content/App.qml
Normal file
@@ -0,0 +1,18 @@
|
||||
import QtQuick
|
||||
import QtQuick.Window
|
||||
import QtQuick.Controls.Material
|
||||
import "./"
|
||||
|
||||
Rectangle {
|
||||
// width: Constants.width
|
||||
// height: Constants.height
|
||||
width: 360
|
||||
// minimumWidth: 800
|
||||
// minimumHeight: 600
|
||||
|
||||
visible: true
|
||||
|
||||
ControlPanel {
|
||||
anchors.fill: parent
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user