qt5base-lts/examples/widgets/mainwindows
Friedemann Kleint 2fe56e37ed Polish the examples/widgets/mainwindows example.
- Introduce Qt 5 signals & slot syntax.
- Replace QSignalMapper used for the corner/area
  actions by a by a functor.
- Improve command line parsing.
- Reorder class declarations.
- Remove commented-out code.
- Use QDialogButtonBox in dialogs.
- Fix minor issues in code, use multi-argument version
  of QString::arg(), QDir::toNativeSeparators() to
  present file paths to the user, static method
  invocations.

Change-Id: I865c56639c74135b59740797e9a9dfbfca2e72b6
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2015-07-17 14:15:11 +00:00
..
application Polish the widgets/mainwindows/application example. 2015-07-13 10:18:40 +00:00
dockwidgets Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
mainwindow Polish the examples/widgets/mainwindows example. 2015-07-17 14:15:11 +00:00
mdi Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
menus Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
recentfiles Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
sdi Polish the widgets/mainwindows/sdi example. 2015-07-17 14:14:56 +00:00
mainwindows.pro remove QT+=widgets from SUBDIRS projects 2012-12-17 14:08:17 +01: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.