QComboBox::showPopup() with no animation

583 views Asked by At

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

1

There are 1 answers

0
Jared Price On BEST ANSWER

See code:

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