PyQt5 - How to add separator in between the item of ComboBox
In this article we will see how we can add separator at the desired index in the combo box. By default there is no separator. Separator is the black line in between two items, in order to add the separator we use insertSeparator method. Below is representation of combo box items with a separator loo