qt5base-lts/examples/widgets/mainwindows
Qt Forward Merge Bot 97417e8f28 Merge remote-tracking branch 'origin/5.14' into 5.15
Conflicts:
	.qmake.conf
	examples/widgets/widgets/imageviewer/imageviewer.cpp
	src/corelib/text/qchar.cpp
	src/corelib/time/qdatetime.cpp

Change-Id: I9762f5c4ff650799219729d6aee79ac07ce9024a
2020-02-04 10:44:00 +01:00
..
application Prepare for deprecating the QDesktopWidget 2019-10-15 20:09:29 +02:00
dockwidgets Examples: fix compile without printsupport 2020-01-31 06:23:58 +01:00
mainwindow Deprecate constructing QFlags from a pointer 2019-11-20 19:43:38 +01:00
mdi Prepare for deprecating the QDesktopWidget 2019-10-15 20:09:29 +02:00
menus QtBase: compile examples with QT_DISABLE_DEPRECATED_BEFORE=0x050d00 2019-02-13 05:55:46 +00:00
sdi Prepare for deprecating the QDesktopWidget 2019-10-15 20:09:29 +02:00
mainwindows.pro Add recent file handling to SDI/MDI and remove the recentfiles example. 2015-07-31 04:30:35 +00:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +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.