c++ - How to properly set padding for QListView::item using Qt style sheets? -
so have following lines in style sheet (among others):
qlistview::item { padding: 5px; } and breakes list view appearance.

however, after clicking on 1 of checkboxes, fixes itself.

it works okay without padding specified.
ideas?
Comments
Post a Comment