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.
我想在 QComboBox 上设置第一项的字体样式。我正在使用 Qt 框架。我怎样才能做到这一点?
问题解决了。
combo.setItemData(rowIndex, QVariant(myCustomFont), Qt.FontRole)
我正在使用 PyQt