You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to use qss to set the number of items displayed by combox, but there is no corresponding code. There is no corresponding prompt when using your tool.
The text was updated successfully, but these errors were encountered:
box.setMaxVisibleItems(5) #method for combobox to set the max visible items,it should be invoked in python code.box.setStyleSheet("QComboBox{combobox-popup:0;}") #the code in " " could be added to qss file
I try to use qss to set the number of items displayed by combox, but there is no corresponding code. There is no corresponding prompt when using your tool.
The text was updated successfully, but these errors were encountered: