aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/platform/platform.pro
Commit message (Collapse)AuthorAgeFilesLines
* Platform: enable widgets also on other platforms than Win & LinuxJ-P Nurmi2016-08-131-3/+1
| | | | | | | | | None of the platforms provide _all_ native types. There is always at least one type on every platform that needs to fallback to widgets. For example, without this, MessageDialog does not appear on macOS. Change-Id: I40e83f58da6a510cec4f8280d5b8d8aa1e2e4fc1 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Menu & MenuItem: use widgets as a fallbackJ-P Nurmi2016-06-221-0/+3
| | | | | | | | | 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>
* Setup a Qt.labs.platform moduleJ-P Nurmi2016-06-161-0/+21
This change just prepares the infrastructure and imports an icon loader helper that will be used for the platform menu, dialog, and system tray icon implementations. Change-Id: I34a93050a7c988134c3daa986aca6021eac7a4d1 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>