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.
我有一个 QTableWidget,我想更改水平标题的大小。但是只有一个设置宽度的功能。但是如何改变高度?希望可以有人帮帮我。
查看文档(我当前的系统上没有 Qt),您可以获取QTableWidgetItemfromhorizontalHeaderItem然后调用该setSizeHint(QSize)函数为其提供包含 height 属性的大小。
QTableWidgetItem
horizontalHeaderItem
setSizeHint(QSize)