wumu
2024-05-14 0e5bcdb2d4d2e87e3624f14e5cc58a1d03de99fc
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;
}