qt5base-lts/examples/widgets/mainwindows
Liang Qi 58437fb125 Merge remote-tracking branch 'origin/5.12' into dev
Conflicts:
	src/corelib/serialization/qcborcommon.h
	src/corelib/tools/qlocale_data_p.h
	tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp

Done-with: Edward Welbourne <edward.welbourne@qt.io>
Change-Id: Ibed987f6d77a0294f78f67d78625237616082416
2018-11-10 11:38:40 +01:00
..
application Merge remote-tracking branch 'origin/5.12' into dev 2018-11-10 11:38:40 +01:00
dockwidgets Fix usage of QGuiApplication::set/resetOverrideCursor 2018-11-05 21:57:43 +00:00
mainwindow Merge remote-tracking branch 'origin/5.11' into dev 2018-05-03 14:50:22 +02:00
mdi Merge remote-tracking branch 'origin/5.12' into dev 2018-11-10 11:38:40 +01:00
menus Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
sdi Merge remote-tracking branch 'origin/5.12' into dev 2018-11-10 11:38:40 +01:00
mainwindows.pro Add recent file handling to SDI/MDI and remove the recentfiles example. 2015-07-31 04:30:35 +00:00
README

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.