diff options
Diffstat (limited to 'ui.qt/qml/MainWindow.qml')
-rw-r--r-- | ui.qt/qml/MainWindow.qml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ui.qt/qml/MainWindow.qml b/ui.qt/qml/MainWindow.qml index d81fb4f..1babc44 100644 --- a/ui.qt/qml/MainWindow.qml +++ b/ui.qt/qml/MainWindow.qml @@ -1,6 +1,7 @@ -import QtQuick +import QtQuick 2.15 +import QtQuick.Controls 2.15 -Window { +ApplicationWindow { width: 640 height: 480 visible: true |