Hi everyone. I have been searching on google and couldn't found an answer(Probably I didn't search well)
I am having troubles creating a QTableWidgetItem
ui->tableWidget->setItem(i,j,item);
QString mes=get_Character(opt);
QTableWidgetItem *item=new QTableWidgetItem(mes,1000);
ui->tableWidget->setItem(i,j,item);
To copy to clipboard, switch view to plain text mode
I supoose the constructor is well done.
According to this QTableWidgetItem::QTableWidgetItem ( const QString & text, int type = Type
If nop I miss understood that part.
Thank you
Bookmarks