Qt入门教程【数据模型篇】QItemDelegate条目代理

QItemDelegate Class

类为模型中的数据项提供显示和编辑功能。

公共功能

QItemDelegate(QObject *parent = nullptr)
virtual ~QItemDelegate()
bool hasClipping() const
QItemEditorFactory * itemEditorFactory() const
void setClipping(bool clip)
void

猜你喜欢

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