wip qt changes

This commit is contained in:
c.lamboo 2022-03-30 16:55:56 +02:00
parent 1acf96dfa1
commit 4f70d34631
6 changed files with 20 additions and 21 deletions

View file

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