Qt入门教程【数据模型篇】QAbstractItemDelegate抽象代理类

QAbstractItemDelegate Class

类用于显示和编辑模型中的数据项。

公共类型

枚举 EndEditHint { NoHint, EditNextItem, EditPreviousItem, SubmitModelCache, RevertModelCache }

公共功能

QAbstractItemDelegate(QObject *parent = nullptr)
virtual ~QAbstractItemDelegate()
virtual QWidget * createEditor</

猜你喜欢

转载自blog.csdn.net/hiwoshixiaoyu/article/details/125168198
今日推荐