Hey @all,
how can I set the row height in a QListView?
With a QTableView i can use setRowHeight() but how i can do it with a QListView?
LG NoRulez
Hey @all,
how can I set the row height in a QListView?
With a QTableView i can use setRowHeight() but how i can do it with a QListView?
LG NoRulez
Either set the size using the SizeHintRole of the model or provide your own item delegate with reimplemented sizeHint().
Can i set rowsize using Stylesheet of QListWidget??
deepal_de (4th May 2011)
Bookmarks