QComboBox::showPopup() with no animation

550 Views Asked by At

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

1

There are 1 best solutions below

0
On BEST ANSWER

See code:

QApplication::setEffectEnabled(Qt::UI_AnimateCombo, false);