qt5base-lts/examples/mainwindows
Morten Sorvig 9fa6e8f627 Clean-up a macro for Cocoa
Remove the usage of Q_MAC_USE_COCOA and Carbon code paths.

Change-Id: Ib569ad8c6d9ffe258f454b3c3b06e95294a10112
Reviewed-on: http://codereview.qt-project.org/5100
Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
Sanity-Review: Morten Johan Sørvig <morten.sorvig@nokia.com>
2011-10-10 07:47:58 +02:00
..
application Merge remote branch 'staging/master' into refactor 2011-05-24 15:22:06 +02:00
dockwidgets Fix compilation 2011-09-19 21:05:28 +02:00
macmainwindow Clean-up a macro for Cocoa 2011-10-10 07:47:58 +02:00
mainwindow Merge remote branch 'gerrit/master' into refactor 2011-07-12 12:52:22 +02:00
mdi Merge remote branch 'staging/master' into refactor 2011-05-24 15:22:06 +02:00
menus Merge remote-tracking branch 'base/master' into refactor 2011-06-10 13:09:57 +02:00
recentfiles Merge remote branch 'staging/master' into refactor 2011-05-24 15:22:06 +02:00
sdi Merge remote branch 'staging/master' into refactor 2011-05-24 15:22:06 +02:00
mainwindows.pro Fix compilation 2011-09-19 21:05:28 +02:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00

All the standard features of application main windows are provided by Qt.

Main windows can have pull down menus, tool bars, and dock windows. These
separate forms of user input are unified in an integrated action system that
also supports keyboard shortcuts and accelerator keys in menu items.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.