Update Buttons to QtControls 2.0 in per model settings dialog

CURA-8684
This commit is contained in:
casper 2022-01-21 13:38:58 +01:00
parent 092936ae3a
commit 09793854ef

View file

@ -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