Searching container registry returns ContainerStacks.

Made typing more generic to work with an ContainerStack to compensate.

Made AbstractMachine getMachines a classmethod so it can be called with ContainerStacks.

CURA-9514
This commit is contained in:
joeydelarago 2022-08-23 10:35:00 +02:00
parent d1ae3136aa
commit 7ffa770fb4
4 changed files with 22 additions and 6 deletions

View file

@ -10,7 +10,7 @@ import Cura 1.0 as Cura
ListView
{
id: listView
model: Cura.GlobalStacksModel {}
model: Cura.AbstractStacksModel {}
section.property: "hasRemoteConnection"
property real contentHeight: childrenRect.height