diff options
author | rtk0c <[email protected]> | 2022-07-01 18:34:19 +0000 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-07-01 18:34:19 +0000 |
commit | b436ac6ff36ee2401f806f4c639e221031058c62 (patch) | |
tree | bd7c64a18d6516408ebb4a5c77e66518e2a0eded /ui.qt/qml/MainWindow.qml | |
parent | b992ae0fa4d792002ffae10a9ef893ef4fa42ac4 (diff) |
Update QML files to the correct style, fix QtCreator errors
git-svn-id: file:///home/arch/svn/epistmool/trunk@9 71f44415-077c-4ad7-a976-72ddbf76608f
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 |