Вопрос

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

Это было полезно?

Решение

See code:

QApplication::setEffectEnabled(Qt::UI_AnimateCombo, false);
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top