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

15 lines
182 B
QML

import QtQuick 2.12
import QtQuick.Window 2.12
import "components"
Window {
width: 600
height: 600
visible: true
Background {
anchors.fill: parent
}
}