if I understood properly then you can use QComboBox whith set propertyeditable == true. this property allow to add entered values in QComboBox immediately by pressing Enter.Qt Code:
void setEditable ( bool editable )To copy to clipboard, switch view to plain text mode
Bookmarks