mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Copy new Table implementation to Cura.TableView
There we can re-use it. We can't re-use that implementation from the Digital Library itself, since that plug-in needs to be compatible with older Cura versions as well. Contributes to issue CURA-8686.
This commit is contained in:
parent
39e29ae768
commit
6457410a53
2 changed files with 128 additions and 48 deletions
|
@ -5,7 +5,6 @@ import Qt.labs.qmlmodels 1.0
|
|||
import QtQuick 2.15
|
||||
import QtQuick.Controls 2.15
|
||||
|
||||
import DigitalFactory 1.0 as DF
|
||||
import UM 1.5 as UM
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue