mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
Update RecommnededQualityProfileSelector
to Controls 2
CURA-8688
This commit is contained in:
parent
bd1b0fb34c
commit
ceee0e9b4b
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue