Pregunta

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

¿Fue útil?

Solución

See code:

QApplication::setEffectEnabled(Qt::UI_AnimateCombo, false);
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top