Qt 6.11 is out! See what's new in the release
blog
ComboBox Max Amount of Items?
General and Desktop
4
Posts
4
Posters
4.0k
Views
1
Watching
-
I am stuck in a pickle here. I have a QComboBox that has quite a few items (say 17-20 items).
If the screen resolution on the Linux system is 1024x768, and the combo box expands past the screen, does the user have no ability to see the items on the end of the drop down?
Can there be a scroll built in to the combo box drop down if the screen is too small?
(I DONT want to use a spin box)
Thanks in advance!
-
A scroll bar appears when there are enough elements.
-
Not sure if you are reporting a problem or thinking about what could be a problem. On Linux it usually works with a scrollbar on the combo to scroll to other items. Some themes report a down arrow at the end of the combo to allow the user to scroll.