I tried setting setMaxVisibleItems on my combobox, also QComboBox size is overflowed.
I tried setting setMaxVisibleItems on my combobox, also QComboBox size is overflowed.
Using the code from your other thread the following worked:Qt Code:
comboBox->setMaxVisibleItems(5); p->setMaxVisibleItems(3);To copy to clipboard, switch view to plain text mode
Bookmarks