Update RecommnededQualityProfileSelector to Controls 2

CURA-8688
This commit is contained in:
casper 2022-03-01 11:38:29 +01:00
parent bd1b0fb34c
commit ceee0e9b4b

View File

@ -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. // Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.10 import QtQuick 2.10
import QtQuick.Controls 1.4 import QtQuick.Controls 2.3
import QtQuick.Controls 2.3 as Controls2
import UM 1.2 as UM import UM 1.2 as UM
import Cura 1.6 as Cura import Cura 1.6 as Cura
@ -29,7 +28,7 @@ Item
spacing: UM.Theme.getSize("default_margin").height spacing: UM.Theme.getSize("default_margin").height
Controls2.ButtonGroup ButtonGroup
{ {
id: activeProfileButtonGroup id: activeProfileButtonGroup
exclusive: true exclusive: true