activated and highlighted signals are emitted only when combo box contains items than can be activated or highlighted.
Try this:
Inherit QComboBox and override:
When the combo box receives focus for the first time (when it's empty), you could emit a signal stating it needs to be populated.Qt Code:
To copy to clipboard, switch view to plain text mode
Bookmarks