wumu
2024-05-09 9ddb25babb774f773b62106fb4d1a9404af71fd9
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;
}