How can I set as editable only the first line of a QComboBox in Python?
I know set all lines with setEditable(True) but I one just the first line. I want to do something like the url bar where the first line is editable and the rest contains the historic.