mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Added author and material views
This commit is contained in:
parent
91001455ad
commit
817b724994
10 changed files with 172 additions and 43 deletions
|
@ -55,7 +55,8 @@ Rectangle {
|
|||
}
|
||||
onClicked:
|
||||
{
|
||||
manager.filterPackagesByType("plugin")
|
||||
manager.filterPackages("type", "plugin")
|
||||
manager.filterAuthors("type", "plugin")
|
||||
manager.viewCategory = "plugin"
|
||||
manager.viewPage = "overview"
|
||||
}
|
||||
|
@ -91,7 +92,8 @@ Rectangle {
|
|||
}
|
||||
onClicked:
|
||||
{
|
||||
manager.filterPackagesByType("material")
|
||||
manager.filterPackages("type", "material")
|
||||
manager.filterAuthors("type", "material")
|
||||
manager.viewCategory = "material"
|
||||
manager.viewPage = "overview"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue