mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 19:37:00 +02:00
14 lines
205 B
QML
14 lines
205 B
QML
import QtQuick 2.5
|
|
|
|
import "."
|
|
|
|
Window {
|
|
id: root
|
|
anchors.centerIn: parent
|
|
modality: Qt.ApplicationModal
|
|
destroyOnCloseButton: true
|
|
destroyOnInvisible: true
|
|
frame: ModalFrame{}
|
|
}
|
|
|
|
|