mirror of
https://github.com/overte-org/overte.git
synced 2025-04-29 23:22:44 +02:00
12 lines
145 B
QML
12 lines
145 B
QML
import QtQuick 2.5
|
|
|
|
import "."
|
|
|
|
Window {
|
|
id: root
|
|
anchors.centerIn: parent
|
|
modality: Qt.ApplicationModal
|
|
frame: ModalFrame{}
|
|
}
|
|
|
|
|