qstandarditemmodel
Data from model not inserted in QTableView
I am trying to insert some data in a TableView from a model but I am doing something wrong because the data is not inserted. The table is updated with the columns and rows though.[详细]
2023-03-25 23:33 分类:问答Can't append all rows to QStandardItemModel
Here is code. QList<QStandardItem*> items; items.append(allData); QStandardItemModel.appendRo开发者_开发问答w(items);[详细]
2023-03-20 15:33 分类:问答