1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2024-05-11 16:42:42 +00:00
harbour-sailfin/qtquick/qml/main.qml

15 lines
182 B
QML
Raw Normal View History

2021-02-16 17:01:17 +00:00
import QtQuick 2.12
import QtQuick.Window 2.12
import "components"
Window {
width: 600
height: 600
visible: true
Background {
anchors.fill: parent
}
}