c++ - (Qt) Editable QComboBox: don't close popup while entering the text -
the question looks trivial, still can't found solution. when combobox' popup open, catches focus, , can't enter text in lineedit. , if put cursor in lineedit, popup expectedly closes. there ways enter text , save popup open @ same time, beside of implementation of own popup? thank , sorry english.
i propose use qlineedit + qcompleter. combobox designed behavior (that don't need).
Comments
Post a Comment