mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Update Buttons to QtControls 2.0 in per model settings dialog
CURA-8684
This commit is contained in:
parent
092936ae3a
commit
09793854ef
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue