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:
  1. QStyledItemDelegate *display = new QStyledItemDelegate ();
  2. 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!