mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
wip qt changes
This commit is contained in:
parent
1acf96dfa1
commit
4f70d34631
6 changed files with 20 additions and 21 deletions
|
@ -66,13 +66,13 @@ Item
|
|||
anchors.margins: parent.border.width
|
||||
|
||||
columnHeaders: ["Name", "Uploaded by", "Uploaded at"]
|
||||
model: TableModel
|
||||
{
|
||||
TableModelColumn { display: "fileName" }
|
||||
TableModelColumn { display: "username" }
|
||||
TableModelColumn { display: "uploadedAt" }
|
||||
rows: manager.digitalFactoryFileModel.items
|
||||
}
|
||||
// model: TableModel
|
||||
// {
|
||||
// TableModelColumn { display: "fileName" }
|
||||
// TableModelColumn { display: "username" }
|
||||
// TableModelColumn { display: "uploadedAt" }
|
||||
// rows: manager.digitalFactoryFileModel.items
|
||||
// }
|
||||
|
||||
onCurrentRowChanged:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue