Question

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

Was it helpful?

Solution

See code:

QApplication::setEffectEnabled(Qt::UI_AnimateCombo, false);
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top