mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Use new table element for saving files as well
Re-using that component. Contributes to issue CURA-8686.
This commit is contained in:
parent
a4ef86609f
commit
83953b03b4
2 changed files with 15 additions and 29 deletions
|
@ -4,7 +4,6 @@
|
|||
import Qt.labs.qmlmodels 1.0
|
||||
import QtQuick 2.15
|
||||
import QtQuick.Window 2.2
|
||||
import QtQuick.Controls 1.4 as OldControls // TableView doesn't exist in the QtQuick Controls 2.x in 5.10, so use the old one
|
||||
import QtQuick.Controls 2.3
|
||||
|
||||
import UM 1.2 as UM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue