lqml/examples/app-template/qml/main.qml
2022-04-15 10:29:19 +02:00

7 lines
86 B
QML

import QtQuick 2.15
import QtQuick.Controls 2.15
Item {
width: 300
height: 500
}