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.
我正在编写一个带有表格视图的简单 Qt 程序。我在这个元素中有日期字段,我想让编辑模式就像在 QSqlTableModel 中一样。当用户单击日期时,会出现要编辑的日历。
请帮助如何做到这一点。我为重新实现的 QAbstractTableModel 创建了自己的模型 rowcount/columncount/data/flags/headerData 我还需要什么吗?