qt5base-lts/examples/widgets/mainwindows
Friedemann Kleint a92a72dd11 Polish the examples/widgets/dockwidgets example.
- Introduce Qt 5 signals & slot syntax.
- Use QIcon::fromTheme() to obtain system icons and use
  resource icons as fallback.
- Fix minor issues in code, use multi-argument version
  of QString::arg(), QDir::toNativeSeparators() to
  present file paths to the user, static method
  invocations.
- Use QMimeDatabase for file dialog.

Change-Id: Ib7f947aaaa0c8034f0853b1c740ebf195821dae0
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2015-07-20 13:25:06 +00:00
..
application Polish the widgets/mainwindows/application example. 2015-07-13 10:18:40 +00:00
dockwidgets Polish the examples/widgets/dockwidgets example. 2015-07-20 13:25:06 +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 Port examples/widgets/mainwindows/menus to new connection syntax. 2015-07-20 13:24:59 +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.