As to QComboBox you could try the following:
1. Set styled item delegate to your combobox:
2. Set style-sheet like the following:Qt Code:
combo->setItemDelegate( new QStyledItemDelegate );To copy to clipboard, switch view to plain text mode
Qt Code:
min-height : 32px; }To copy to clipboard, switch view to plain text mode
Bookmarks