aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/platform/widgets/qwidgetplatformmenu_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Platform Menus: support sub menus in the Qt Widgets fallback menusJ-P Nurmi2017-03-081-0/+3
| | | | | | | | | Implement all the missing things and fix the type of the cast in QWidgetPlatformMenuItem::setMenu() to make sub menus work with the widgets fallbacks. Change-Id: I19bb010a5c639a77b76d1d92a47ad03576c06d2f Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Welcome to 2017J-P Nurmi2017-01-091-1/+1
| | | | | Change-Id: If68cff4efacc7dc5719c8b8e61937e85e9076870 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Platform: fix inconsistent missing override warningsJ-P Nurmi2016-08-051-3/+3
| | | | | Change-Id: Ib3111bf9378d7910b99658a1747f6407ff69a943 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Menu & MenuItem: use widgets as a fallbackJ-P Nurmi2016-06-221-0/+99
This makes context menus available on Windows and KDE. One more reason to keep the module experimental. In the long run, platforms should implement QPA menus so that we can remove the undesired dependency. Change-Id: Ifd2d1e92512a05a95d3e7e7e7c00d712e06ce0cb Reviewed-by: J-P Nurmi <jpnurmi@qt.io>