mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
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:
parent
6415a2649e
commit
38038b3752
2 changed files with 4 additions and 8 deletions
|
@ -5,7 +5,7 @@ import QtQuick 2.15
|
|||
import QtQuick.Controls 2.15
|
||||
import Cura 1.7 as Cura
|
||||
|
||||
Item
|
||||
Column
|
||||
{
|
||||
Repeater
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue