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.

enter image description here

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

enter image description here

it works okay without padding specified.
ideas?


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

php - Improving script execution time -

How to provide Authorization & Authentication using Asp.net, C#? -