公告板
版本库
filestore
活动
搜索
登录
admin
/
audit_system
资产
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
0512
wumu
2024-05-13
d64822b8be629c4592da0b9c3eabed4500174752
[~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;
}