mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Merge pull request #11536 from Ultimaker/CURA-8834_marketplace_packages_install_status_in_list
Show install, uninstall & disable buttons in packages list
This commit is contained in:
commit
9fa6698da3
8 changed files with 27 additions and 15 deletions
|
|
@ -19,7 +19,10 @@ ListView
|
|||
property string bannerText
|
||||
property string bannerReadMoreUrl
|
||||
property var onRemoveBanner
|
||||
property bool packagesManageableInListView
|
||||
|
||||
property bool showUpdateButton
|
||||
property bool showDisableButton
|
||||
property bool showInstallButton
|
||||
|
||||
clip: true
|
||||
|
||||
|
|
@ -81,7 +84,9 @@ ListView
|
|||
|
||||
PackageCard
|
||||
{
|
||||
manageableInListView: packages.packagesManageableInListView
|
||||
showUpdateButton: packages.showUpdateButton
|
||||
showDisableButton: packages.showDisableButton
|
||||
showInstallButton: packages.showInstallButton
|
||||
packageData: model.package
|
||||
width: {
|
||||
if (verticalScrollBar.visible)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue