Let's say I have a list of items like:
"01 Apple 1",
"02 Apple 2",
"03 Banana",
"04 Orange 1",
"05 Orange 2"
Is there a way to make a QComboBox
where the user can (for example) press "o" to select "04 Orange 1"
and "b" to select "03 Banana"?