wumu
2024-04-26 b518e24870d6438915398935b665b180a68c1686
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;
}