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

QItemDelegate Class

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

公共功能

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

你可能感兴趣的:(Qt入门教程100篇,qt,c++,开发语言)