> I'd first try comboBox->setFocus(Qt::OtherFocusReason) in the dialog > constructor. If that didn't work, I'd probably try > comboBox->lineEdit()->selectAll() before setting the focus. > lineEdit()->selectAll() works (thanks), but shouldn't Qt implement the native behavior automatically?