iOS: support SH_ComboBox_UseNativePopup in fusion style

Change-Id: I24ef41249042cd658ecba01b0024d08965673b41
Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@theqtcompany.com>
bb10
Richard Moe Gustavsen 2015-03-12 14:45:31 +01:00
parent 713e5e2914
commit 722f9f9477
1 changed files with 5 additions and 0 deletions

View File

@ -3608,6 +3608,11 @@ int QFusionStyle::styleHint(StyleHint hint, const QStyleOption *option, const QW
case SH_Menu_SupportsSections:
return 1;
#if defined(Q_OS_IOS)
case SH_ComboBox_UseNativePopup:
return 1;
#endif
case SH_ToolBox_SelectedPageTitleBold:
case SH_ScrollView_FrameOnlyAroundContents:
case SH_Menu_AllowActiveAndDisabled: