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