سؤال

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