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

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

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -