Question

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

Était-ce utile?

La solution

See code:

QApplication::setEffectEnabled(Qt::UI_AnimateCombo, false);
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top