Frage

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

War es hilfreich?

Lösung

See code:

QApplication::setEffectEnabled(Qt::UI_AnimateCombo, false);
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top