Pergunta

Is there a simple way to use QComboBox::showPopup() without the animation making it instant?

Foi útil?

Solução

See code:

QApplication::setEffectEnabled(Qt::UI_AnimateCombo, false);
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top