Plugins.qml 299 B

12345678910111213
  1. // Copyright (c) 2021 Ultimaker B.V.
  2. // Cura is released under the terms of the LGPLv3 or higher.
  3. import Marketplace 1.0 as Marketplace
  4. Packages
  5. {
  6. pageTitle: catalog.i18nc("@header", "Install Plugins")
  7. model: Marketplace.RemotePackageList
  8. {
  9. packageTypeFilter: "plugin"
  10. }
  11. }