wumu
2024-04-29 20a43d0e0ff9e9f6ee5349373fd810c6597abf00
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;
}