Store items directly in listModel when parsing them

No need to use a custom list in Python and update the ListModel from that. This is much simpler and more efficient.

Contributes to issue CURA-8556.
This commit is contained in:
Ghostkeeper 2021-10-21 16:10:23 +02:00
parent 6415a2649e
commit 38038b3752
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
2 changed files with 4 additions and 8 deletions

View file

@ -5,7 +5,7 @@ import QtQuick 2.15
import QtQuick.Controls 2.15
import Cura 1.7 as Cura
Item
Column
{
Repeater
{