表格视图中的搜索栏是否有一些UI小部件?我的意思是,像这样(截图不是Qt小部件,但显示它应该是什么样子)。
我了解QSortFilterProxyModel支持过滤。这是模范方面。我正在寻找的是视图方面的相应UI元素。或者我必须自己写吗?
答案 0 :(得分:1)
您可以使用正在使用的tableView
在model
中插入一行。
model->insertRow(0); //inserts row to the top
然后使用tableView->setItemDelegateForRow(int row, QAbstractItemDelegate * delegate);//make a lineEditDelegate