Quantcast
Channel: QtWebEngine
Viewing all articles
Browse latest Browse all 13965

QSS QComboBox QAbstractItemView exapand by sizePolicy

$
0
0
I’m trying to make pop-ups work the combobox without textElide and sizePolicy exapand (I’m using QSS) QComboBox QAbstractItemView {    qproperty-textElideMode: ElideNone; }   QComboBox QListView, QComboBox::item{    qproperty-vertSizePolicy: Expanding; } but does not work, items from the QComboBox does not expand the size of the pop-up. How to make pop-ups expand the size without affecting the QComboBox?

Viewing all articles
Browse latest Browse all 13965

Trending Articles