qt5base-lts/examples/widgets/mainwindows
Friedemann Kleint 8c9e41cc78 Use QSaveFile in MainWindow examples
QSaveFile should preferably be used by editor applications to catch
write errors.

Task-number: QTBUG-60635
Change-Id: Ia609435871b56b45714c3dd3d32bbc85b5cb4dd5
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2019-06-12 09:29:31 +02:00
..
application Use QSaveFile in MainWindow examples 2019-06-12 09:29:31 +02:00
dockwidgets Fix usage of QGuiApplication::set/resetOverrideCursor 2018-11-05 21:57:43 +00:00
mainwindow Fix some deprecation warnings in examples 2019-02-06 22:12:23 +00:00
mdi Use QSaveFile in MainWindow examples 2019-06-12 09:29:31 +02:00
menus QtBase: compile examples with QT_DISABLE_DEPRECATED_BEFORE=0x050d00 2019-02-13 05:55:46 +00:00
sdi Use QSaveFile in MainWindow examples 2019-06-12 09:29:31 +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.