How to add a scrollbar to a Qcombobox
-
i use python, and qt5, and qt designer. I want to add a scroll bar to the combo box. Any way to add a scrollbar using stylesheet? Other ways are also good. This is the stylesheet currently used in the combo box.
QComboBox {
combobox-popup: 0;
}
I use this because I want to show the drop down list in 10 order. There seems to be no more data below because there are no scrollbars at this time. If you know how, please help me. thanks! -
i use python, and qt5, and qt designer. I want to add a scroll bar to the combo box. Any way to add a scrollbar using stylesheet? Other ways are also good. This is the stylesheet currently used in the combo box.
QComboBox {
combobox-popup: 0;
}
I use this because I want to show the drop down list in 10 order. There seems to be no more data below because there are no scrollbars at this time. If you know how, please help me. thanks! -
@jsulm it has arrow at the top and end unless we click that arrow it scrolls but how to get scroll bar?????