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