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.
我正在使用一个Q3Table对象并想更改垂直标题列的宽度。有谁知道如何做到这一点?看来我只能调整标题单元格的高度,但不能调整宽度。
Q3Table
您想使用 Q3Table::setLeftMargin。这将设置垂直标题的宽度。
void Q3Table::setLeftMargin ( int m ) 将左边距设置为 m 像素宽。显示行标签的verticalHeader() 占据了这个边距。