Files
xtree.ng/quick/xqmodelview.qml
2025-08-22 22:57:06 +02:00

8 lines
145 B
QML

Window {
id: popup
width: 300
height: 200
visible: true
flags: Qt.Dialog | Qt.WindowStaysOnTopHint
title: "QML-Fenster"
}