Get image from QTableWidgetItem
General and Desktop
7
Posts
2
Posters
2.2k
Views
1
Watching
-
-
@hskoglund said:
QPixmap m = ui->tablewidget->item(row,1)->data(Qt::DecorationRole);
no viable conversion from 'QVariant' to 'QPixmap'