Qt5->Qt6: Even more renaming stuff.

part of CURA-8591
This commit is contained in:
Remco Burema 2021-12-29 12:43:56 +01:00
parent 448fbf7408
commit c8ed3634ed
No known key found for this signature in database
GPG key ID: 215C49431D43F98C
7 changed files with 24 additions and 24 deletions

View file

@ -14,7 +14,7 @@ Item
property int packageCount: (toolbox.viewCategory == "material" && model.type === undefined) ? toolbox.getTotalNumberOfMaterialPackagesByAuthor(model.id) : 1
property int installedPackages: (toolbox.viewCategory == "material" && model.type === undefined) ? toolbox.getNumberOfInstalledPackagesByAuthor(model.id) : (toolbox.isInstalled(model.id) ? 1 : 0)
height: childrenRect.height
Layout.alignment: Qt.AlignTop | Qt.AlignLeft
Layout.alignment: Qt.AlignmentFlag.AlignTop | Qt.AlignmentFlag.AlignLeft
MouseArea
{

View file

@ -90,7 +90,7 @@ Item
rightMargin: UM.Theme.getSize("default_margin").width
verticalCenter: parent.verticalCenter
}
acceptedButtons: Qt.LeftButton
acceptedButtons: Qt.MouseButton.LeftButton
onClicked: Qt.openUrlExternally(toolbox.getWebMarketplaceUrl("plugins") + "?utm_source=cura&utm_medium=software&utm_campaign=marketplace-button")
UM.RecolorImage
{