lqml/examples/qsqlite/qml/main.qml

12 lines
153 B
QML

import QtQuick 2.15
import QtQuick.Controls 2.15
Item {
width: 300
height: 500
Image {
objectName: "logo"
anchors.centerIn: parent
}
}