qt5base-lts/examples/widgets/mainwindows
Alexandru Croitor 2ffbac7cb2 CMake: Regenerate examples to use qt_add_executable
Task-number: QTBUG-87661
Change-Id: I0dacfdc97a3fb7d88da85b67800f2c1b084d869b
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2020-10-19 11:51:47 +02:00
..
application CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
dockwidgets CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
mainwindow CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
mdi CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
menus CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
sdi CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
CMakeLists.txt CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
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.