Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
就这么简单,我一直在寻找几个小时而没有找到解决方案。我有一个QTableView连接到一个QStandardItemModel,我只想将它的名称更改为QTableView标题。现在只有 1、2、3 等等。
QTableView
QStandardItemModel
QStandardItemModel::setHorizontalHeaderLabels可能是您需要的。