Can you show us some code of what u are doing ?
hard to say whats wrong without seeing more
Try this in the last resort:
Qt Code:
QListView listView; listView->setStyleSheet("QListView::item { height: 100px; }");To copy to clipboard, switch view to plain text mode
If you're using a delegate, try to override the sizeHint method.
Header:
Qt Code:
To copy to clipboard, switch view to plain text mode
Source:
Qt Code:
{ }To copy to clipboard, switch view to plain text mode
Bookmarks