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.
如何将我的表格小部件项目居中对齐?我的第一列是 a QCheckBox,但我检查了文档,似乎您只能设置对齐方式QTableWidgetItem,而不是里面的单元格小部件。
QCheckBox
QTableWidgetItem
谢谢
我认为将模型设置为您的 TableWidget(使用数据虚拟实现)会有所帮助。 QVariant QAbstractItemModel::data ( const QModelIndex & index, int role = Qt::DisplayRole ) const [纯虚拟]如果角色是对齐,则返回所需的对齐。