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:
authorcasper <c.lamboo@ultimaker.com>2022-01-21 15:38:58 +0300
committercasper <c.lamboo@ultimaker.com>2022-01-21 15:38:58 +0300
commit09793854ef92ccf2bd745fc4cba3906a405b5143 (patch)
treed6c8a586761cd20849fe1a98fd53d8ed67a823b9 /plugins/PerObjectSettingsTool
parent092936ae3a8616e05a45d1407d067f061bb814bd (diff)
Update Buttons to QtControls 2.0 in per model settings dialog
CURA-8684
Diffstat (limited to 'plugins/PerObjectSettingsTool')
-rw-r--r--plugins/PerObjectSettingsTool/SettingPickDialog.qml8
1 files changed, 6 insertions, 2 deletions
diff --git a/plugins/PerObjectSettingsTool/SettingPickDialog.qml b/plugins/PerObjectSettingsTool/SettingPickDialog.qml
index 18f36b2651..0e9202a900 100644
--- a/plugins/PerObjectSettingsTool/SettingPickDialog.qml
+++ b/plugins/PerObjectSettingsTool/SettingPickDialog.qml
@@ -1,5 +1,9 @@
+// Copyright (c) 2022 Ultimaker B.V.
+// Uranium is released under the terms of the LGPLv3 or higher.
+
import QtQuick 2.2
-import QtQuick.Controls 1.2
+import QtQuick.Controls 1.2 as OldControls
+import QtQuick.Controls 2.0
import UM 1.2 as UM
import Cura 1.0 as Cura
@@ -67,7 +71,7 @@ UM.Dialog
text: catalog.i18nc("@label:checkbox", "Show all")
}
- ScrollView
+ OldControls.ScrollView
{
id: scrollView