Use new table element for saving files as well

Re-using that component.

Contributes to issue CURA-8686.
This commit is contained in:
Ghostkeeper 2022-01-25 18:48:45 +01:00
parent a4ef86609f
commit 83953b03b4
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
2 changed files with 15 additions and 29 deletions

View file

@ -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