wumu
2024-12-02 bbacbbede6a3c7265f165642ab19afb61bbcac8d
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;
}