Qt 6.11 is out! See what's new in the release
blog
Get image from QTableWidgetItem
General and Desktop
7
Posts
2
Posters
2.4k
Views
1
Watching
-
-
@hskoglund said:
QPixmap m = ui->tablewidget->item(row,1)->data(Qt::DecorationRole);
no viable conversion from 'QVariant' to 'QPixmap'