Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Qt 4.8,并希望在单击 QComboBox 时摆脱“下拉”动画。我也想稍微动一下。到目前为止,我一直在研究重新实现 showPopup 和 hidePopup,但不知道如何使其工作。
此外,每次我尝试使用 CSS 移动或设置样式时,总会有一个白色背景。(见图)。任何帮助,将不胜感激。
使用QApplication::setEffectEnabled:
QApplication::setEffectEnabled(Qt::UI_AnimateCombo, false);