Qt入门教程【数据模型篇】QStyledItemDelegate样式代理类

QStyledItemDelegate Class

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

公共功能

QStyledItemDelegate(QObject *parent = nullptr)
virtual ~QStyledItemDelegate()
virtual QString displayText(const QVariant &value, const QLocale &locale) const
QItemEditorFactory * itemEditorFactory() const
void

猜你喜欢

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