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,我需要显示表格但没有行号和边框,这里是标准的QTableWidget。
QTableWidget
如何隐藏单元格的行数和边框并为列着色,有什么建议吗?
您应该更改 QTableWidget 的属性。如果您使用的是 qt-creator,只需右键单击表单(name.ui)中的表格小部件,然后单击编辑项目,然后取消选中行和列的可翻译属性。您可以通过更改其样式表来更改列的颜色。