Icon Size in QListView IconMode
Solved
General and Desktop
-
I am currently trying to generate thumbnails for image files in a
QListView
withIconMode
. I got Thumbnails working by extendingQFileIconProvider
and setting my own provider.But I cannot set the thumbnail size. No matter what thumbnail size I generate, or what kind of
gridSize
I have in theQListView
, the thubnails are always extremly small.Edit: Nevermind, I didn't see there is
setIconSize