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/Document.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/Document.qml')
-rw-r--r-- | ui.qt/qml/Document.qml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/ui.qt/qml/Document.qml b/ui.qt/qml/Document.qml index a3d4075..a418f58 100644 --- a/ui.qt/qml/Document.qml +++ b/ui.qt/qml/Document.qml @@ -1,10 +1,9 @@ -import QtCore -import QtQuick -import QtQuick.Controls -import QtQuick.Dialogs -import Qt.labs.platform as Platform +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Dialogs 1.3 +import Qt.labs.platform 1.1 as Platform -import EpistmoolUI +import EpistmoolUI 1.0 Item { Action { |