diff -r 869fe95c4e5e -r 5bd755eaa5a8 src/model.cpp --- a/src/model.cpp Sat Mar 05 00:51:23 2022 +0200 +++ b/src/model.cpp Sat Mar 05 12:42:14 2022 +0200 @@ -79,6 +79,8 @@ const ldraw::Object* object = (*this)[index.row()]; switch(role) { + case Qt::DecorationRole: + return QPixmap{object->iconName()}.scaledToHeight(24); case Qt::DisplayRole: return object->textRepresentation(); case Qt::ForegroundRole: