Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantinos Karmas <konskarm@gmail.com>2021-03-30 10:42:59 +0300
committerGitHub <noreply@github.com>2021-03-30 10:42:59 +0300
commit180732788beadce04bd9046d28c0966a8ef25845 (patch)
tree343e56c17c78478ede5b16a87535de0ea838ce14 /resources/qml/ActionPanel
parent53067a6d79b08d35a22099870ad194f2962aea8d (diff)
parent3baa71fd483cbf5b9e823a85a960cdeb95d13dca (diff)
Merge pull request #9472 from Ultimaker/CURA-7813_QML_warnings
Cura 7813 qml modules version bump
Diffstat (limited to 'resources/qml/ActionPanel')
-rw-r--r--resources/qml/ActionPanel/ActionPanelWidget.qml6
-rw-r--r--resources/qml/ActionPanel/OutputDevicesActionButton.qml8
-rw-r--r--resources/qml/ActionPanel/OutputProcessWidget.qml8
-rw-r--r--resources/qml/ActionPanel/PrintInformationWidget.qml6
-rw-r--r--resources/qml/ActionPanel/PrintJobInformation.qml6
-rw-r--r--resources/qml/ActionPanel/SliceProcessWidget.qml6
6 files changed, 20 insertions, 20 deletions
diff --git a/resources/qml/ActionPanel/ActionPanelWidget.qml b/resources/qml/ActionPanel/ActionPanelWidget.qml
index b3cf6d23a9..cffcdf8edf 100644
--- a/resources/qml/ActionPanel/ActionPanelWidget.qml
+++ b/resources/qml/ActionPanel/ActionPanelWidget.qml
@@ -1,9 +1,9 @@
// Copyright (c) 2020 Ultimaker B.V.
// Cura is released under the terms of the LGPLv3 or higher.
-import QtQuick 2.7
-import QtQuick.Controls 2.1
-import QtQuick.Layouts 1.3
+import QtQuick 2.15
+import QtQuick.Controls 2.15
+import QtQuick.Layouts 1.15
import UM 1.2 as UM
import Cura 1.0 as Cura
diff --git a/resources/qml/ActionPanel/OutputDevicesActionButton.qml b/resources/qml/ActionPanel/OutputDevicesActionButton.qml
index 866b8cc627..a121a664a8 100644
--- a/resources/qml/ActionPanel/OutputDevicesActionButton.qml
+++ b/resources/qml/ActionPanel/OutputDevicesActionButton.qml
@@ -1,9 +1,9 @@
// Copyright (c) 2018 Ultimaker B.V.
// Cura is released under the terms of the LGPLv3 or higher.
-import QtQuick 2.7
-import QtQuick.Controls 2.1
-import QtQuick.Layouts 1.3
+import QtQuick 2.15
+import QtQuick.Controls 2.15
+import QtQuick.Layouts 1.15
import UM 1.1 as UM
import Cura 1.0 as Cura
@@ -113,4 +113,4 @@ Item
}
UM.OutputDevicesModel { id: devicesModel }
-} \ No newline at end of file
+}
diff --git a/resources/qml/ActionPanel/OutputProcessWidget.qml b/resources/qml/ActionPanel/OutputProcessWidget.qml
index be6d68de4f..02989309be 100644
--- a/resources/qml/ActionPanel/OutputProcessWidget.qml
+++ b/resources/qml/ActionPanel/OutputProcessWidget.qml
@@ -1,9 +1,9 @@
// Copyright (c) 2019 Ultimaker B.V.
// Cura is released under the terms of the LGPLv3 or higher.
-import QtQuick 2.7
-import QtQuick.Controls 2.1
-import QtQuick.Layouts 1.3
+import QtQuick 2.15
+import QtQuick.Controls 2.15
+import QtQuick.Layouts 1.15
import UM 1.1 as UM
import Cura 1.0 as Cura
@@ -142,4 +142,4 @@ Column
height: UM.Theme.getSize("action_button").height
}
}
-} \ No newline at end of file
+}
diff --git a/resources/qml/ActionPanel/PrintInformationWidget.qml b/resources/qml/ActionPanel/PrintInformationWidget.qml
index 097f281946..4f6dba9bf3 100644
--- a/resources/qml/ActionPanel/PrintInformationWidget.qml
+++ b/resources/qml/ActionPanel/PrintInformationWidget.qml
@@ -1,8 +1,8 @@
// Copyright (c) 2018 Ultimaker B.V.
// Cura is released under the terms of the LGPLv3 or higher.
-import QtQuick 2.7
-import QtQuick.Controls 2.1
+import QtQuick 2.15
+import QtQuick.Controls 2.15
import UM 1.1 as UM
import Cura 1.0 as Cura
@@ -58,4 +58,4 @@ UM.RecolorImage
arrowSize: UM.Theme.getSize("default_arrow").width
}
}
-} \ No newline at end of file
+}
diff --git a/resources/qml/ActionPanel/PrintJobInformation.qml b/resources/qml/ActionPanel/PrintJobInformation.qml
index 9cdbf0714f..ed3fbc3a13 100644
--- a/resources/qml/ActionPanel/PrintJobInformation.qml
+++ b/resources/qml/ActionPanel/PrintJobInformation.qml
@@ -1,8 +1,8 @@
// Copyright (c) 2019 Ultimaker B.V.
// Cura is released under the terms of the LGPLv3 or higher.
-import QtQuick 2.7
-import QtQuick.Controls 2.1
+import QtQuick 2.15
+import QtQuick.Controls 2.15
import UM 1.1 as UM
import Cura 1.0 as Cura
@@ -204,4 +204,4 @@ Column
textFormat: Text.RichText
}
}
-} \ No newline at end of file
+}
diff --git a/resources/qml/ActionPanel/SliceProcessWidget.qml b/resources/qml/ActionPanel/SliceProcessWidget.qml
index dbbfe784ef..32979608c1 100644
--- a/resources/qml/ActionPanel/SliceProcessWidget.qml
+++ b/resources/qml/ActionPanel/SliceProcessWidget.qml
@@ -1,9 +1,9 @@
// Copyright (c) 2018 Ultimaker B.V.
// Cura is released under the terms of the LGPLv3 or higher.
-import QtQuick 2.7
-import QtQuick.Controls 2.1
-import QtQuick.Layouts 1.3
+import QtQuick 2.15
+import QtQuick.Controls 2.15
+import QtQuick.Layouts 1.15
import QtQuick.Controls 1.4 as Controls1
import UM 1.3 as UM