qt6-bb10/examples/widgets/mainwindows
Kai Köhne f562711c64 Examples: Use qt_standard_project_setup()
Change-Id: I0ceab08108b7e58e4e2ed25db9e3c289f5c0ddac
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
2022-11-17 19:59:11 +01:00
..
application Examples: Use qt_standard_project_setup() 2022-11-17 19:59:11 +01:00
dockwidgets Examples: Use qt_standard_project_setup() 2022-11-17 19:59:11 +01:00
mainwindow Examples: Use qt_standard_project_setup() 2022-11-17 19:59:11 +01:00
mdi Examples: Use qt_standard_project_setup() 2022-11-17 19:59:11 +01:00
menus Examples: Use qt_standard_project_setup() 2022-11-17 19:59:11 +01:00
sdi Examples: Use qt_standard_project_setup() 2022-11-17 19:59:11 +01:00
CMakeLists.txt Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00
README
mainwindows.pro

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.