Icon Size in QListView IconMode
-
wrote on 28 Mar 2018, 08:25 last edited by belst
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
-
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
wrote on 28 Mar 2018, 09:03 last edited byThis post is deleted!
1/2