Are you saying i should reimplement some methods of the class QStyledItemDelegate??? can you show me a little example cause im trying this...
Qt Code:
QStyledItemDelegate *display = new QStyledItemDelegate (); this->ui->data_table->setItemDelegateForColumn (5, display);To copy to clipboard, switch view to plain text mode
with no luck...i ll keep searching
thanks a lot!
Bookmarks