mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
wip qt changes
This commit is contained in:
parent
1acf96dfa1
commit
4f70d34631
6 changed files with 20 additions and 21 deletions
|
@ -1,7 +1,7 @@
|
|||
//Copyright (c) 2022 Ultimaker B.V.
|
||||
//Cura is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
import Qt.labs.qmlmodels 1.0
|
||||
//import Qt.labs.qmlmodels 1.0
|
||||
import QtQuick 2.1
|
||||
import QtQuick.Controls 2.15
|
||||
|
||||
|
@ -77,13 +77,13 @@ UM.Dialog
|
|||
Cura.MachineManager.activeQualityDisplayNameMap["main"],
|
||||
catalog.i18nc("@title:column", "Current changes")
|
||||
]
|
||||
model: TableModel
|
||||
{
|
||||
TableModelColumn { display: "label" }
|
||||
TableModelColumn { display: "original_value" }
|
||||
TableModelColumn { display: "user_value" }
|
||||
rows: userChangesModel.items
|
||||
}
|
||||
// model: TableModel
|
||||
// {
|
||||
// TableModelColumn { display: "label" }
|
||||
// TableModelColumn { display: "original_value" }
|
||||
// TableModelColumn { display: "user_value" }
|
||||
// rows: userChangesModel.items
|
||||
// }
|
||||
sectionRole: "category"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue