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 中跨三列显示一个列标题的方法。
这似乎应该是可能的。
void QTableView::setSpan ( int row, int column, int rowSpanCount, int columnSpanCount )
文档