PDA

View Full Version : QComboBox: Set only the first line as editable.



robgeek
29th June 2019, 15:09
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.