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.
Here is code. QList<QStandardItem*> items; items.append(allData); QStandardItemModel.appendRo开发者_开发问答w(items);
河北小琴琴 2022-03-20 06:38 开发者_Go百科 先物考虑