Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
5.6.0
-
None
-
Mac OS X
-
-
9f44553b3 (dev), 5733e4684 (tqtc/lts-6.2), 2e22275ff (6.5), 841689592 (tqtc/lts-5.15)
Description
When QStyle::SH_ComboBox_UseNativePopup is applied to QComboBox, via QProxyStyle, one cannot disable item(s) in the popup by calling QStandardItem:: setEnabled(false) anymore.
A minimum compilable example is attached.