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 中存储一些额外的数据?我想将数据集的 ID 存储在其标题/名称旁边的组合框中,但它不应该显示(ID 可能有些神秘,可能会使用户感到困惑)
有任何想法吗?
提前致谢,
本
您应该使用setItemData,itemData和findData的方法QComboBox。它允许为QVariant每个项目附加任意值。
setItemData
itemData
findData
QComboBox
QVariant