activated and highlighted signals are emitted only when combo box contains items than can be activated or highlighted.

Try this:
Inherit QComboBox and override:
Qt Code:
  1. void QWidget::focusInEvent ( QFocusEvent * event ) [virtual protected]
To copy to clipboard, switch view to plain text mode 
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.