公告板
版本库
filestore
活动
搜索
登录
admin
/
audit_system
资产
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1202
wumu
2024-12-02
bbacbbede6a3c7265f165642ab19afb61bbcac8d
[~admin/audit_system.git]
/
internal_system_v1
/
tableitemdelegate.cpp
1
2
3
4
5
6
7
8
9
10
11
#include "tableitemdelegate.h"
TableItemDelegate::TableItemDelegate()
{
}
QWidget *TableItemDelegate::createEditor(QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const
{
return nullptr;
}