Tor Arne Vestbø 581cf7dd45 mainwindow example: Fix implicit conversion from qsizetype warnings
Change-Id: Ifaeeb620420f43529bb9e3d533b4e1a2e20c68ca
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
(cherry picked from commit 080b11b03989227ad62de625084fc5d57d930d7b)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2023-03-24 10:55:29 +00:00
..
2022-11-30 14:48:50 +01:00
2022-11-30 14:48:50 +01:00
2023-03-02 11:08:28 +00:00
2023-03-02 11:08:28 +00: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.