Friedemann Kleint bdbd26a3b7 Polish the widgets/mainwindows/mdi example.
- Introduce Qt 5 signals & slot syntax and remove the QSignalMapper
  used to map the triggered() signals of the per-MDI-child actions
  of the window menu to the activation slot by a functor to demonstrate
  the flexibility of the new connection syntax (the functor can
  in turn be replaced by a lambda expression once we have C++ 11).
- Merge MainWindow::createMenus()/createQToolBars()
  into MainWindow::createActions(), removing the need
  to store the actions as member variables.
  Use QMenu::addAction() for brevity.
- Use QIcon::fromTheme() to obtain system icons and use
  resource icons as fallback.
- Rewrite settings code to use
  QWidget::saveGeometry(), Widget::restoreGeometry() since
  saving size and position does not work well with multiple
  screens. Query the available size when determining
  the initial size instead of using hard-coded values
  for High-DPI screens.
- Fix minor issues in code, use multi-argument version
  of QString::arg(), QDir::toNativeSeparators() to
  present file paths to the user and static method invocation.

Change-Id: I3d5078ddbe3cb4eba65e188430ba3580cecb2c79
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2015-07-20 22:07:13 +00:00
2015-07-08 12:31:08 +00:00
2014-09-17 12:38:55 +02:00
2013-09-04 01:50:10 +02:00
2012-09-07 15:39:31 +02:00
2015-07-20 07:26:20 +00:00
2015-02-15 07:41:17 +00:00
2015-02-11 06:49:51 +00:00
2015-02-11 06:49:51 +00:00
2015-02-11 06:49:51 +00:00
2015-02-11 06:49:51 +00:00
2015-02-11 06:49:51 +00:00
2015-02-16 09:06:41 +00:00
2015-02-11 06:49:51 +00:00
2015-02-11 06:49:51 +00:00
2015-02-11 06:49:51 +00:00
Description
Qt Base (Core, Gui, Widgets, Network, ...)
822 MiB
Languages
C++ 84.3%
HTML 4.9%
C 3.9%
CMake 3.6%
Objective-C++ 2%
Other 0.8%