|
@@ -1,9 +1,8 @@
|
|
|
-// Copyright (c) 2019 Ultimaker B.V.
|
|
|
+// Copyright (c) 2022 Ultimaker B.V.
|
|
|
// Cura is released under the terms of the LGPLv3 or higher.
|
|
|
|
|
|
import QtQuick 2.10
|
|
|
-import QtQuick.Controls 1.4
|
|
|
-import QtQuick.Controls 2.3 as Controls2
|
|
|
+import QtQuick.Controls 2.3
|
|
|
|
|
|
import UM 1.2 as UM
|
|
|
import Cura 1.6 as Cura
|
|
@@ -29,7 +28,7 @@ Item
|
|
|
|
|
|
spacing: UM.Theme.getSize("default_margin").height
|
|
|
|
|
|
- Controls2.ButtonGroup
|
|
|
+ ButtonGroup
|
|
|
{
|
|
|
id: activeProfileButtonGroup
|
|
|
exclusive: true
|