0

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

László Papp
  • 51,870
  • 39
  • 111
  • 135
Jared Price
  • 5,217
  • 7
  • 44
  • 74

1 Answers1

1

See code:

QApplication::setEffectEnabled(Qt::UI_AnimateCombo, false);
Protomen
  • 9,471
  • 9
  • 57
  • 124
Jared Price
  • 5,217
  • 7
  • 44
  • 74