qt5base-lts/examples/widgets
Shawn Rutledge e6de387ea0 Polish the Tablet example
- Introduce Qt 5 signal-slot connection syntax.
- Merge MainWindow::createMenus()/createActions()
  into MainWindow::createMenus(), removing the need
  to store the actions as member variables.
  Use QMenu::addAction() for brevity.
- For actions in QActionGroups, carry the Valuator enum
  in QAction::data so that the slot to handle the selection
  does not need to compare the QAction pointer itself.
- Use a non-modal QColorDialog, so that the user
  can change colors more easily while drawing.
- Choose saner shortcut keys: control-Q should not
  override the default usage for quitting the application,
  and using shortcuts for About dialogs is anyway dubious.
- Improve the example documentation.

Change-Id: I57aaf5f5b885c13a953482dbcc41275dd3d6bff4
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
2016-01-28 19:17:08 +00:00
..
animation Use C++ <cmath> instead of <math.h> 2015-02-16 16:21:15 +00:00
desktop Doc: removed double occurrence of systray.qdoc 2016-01-26 09:39:21 +00:00
dialogs Standarddialogs example: Adapt layout for fullscreen platforms. 2015-12-09 10:22:55 +00:00
doc Polish the Tablet example 2016-01-28 19:17:08 +00:00
draganddrop Polish DnD Examples. 2015-10-09 15:59:21 +00:00
effects Use C++ <cmath> instead of <math.h> 2015-02-16 16:21:15 +00:00
gestures Examples/Doc snippets: Fix single-character string literals. 2015-10-13 16:37:07 +00:00
graphicsview Merge remote-tracking branch 'origin/5.5' into 5.6 2016-01-19 10:03:01 +01:00
itemviews Examples/Doc snippets: Fix single-character string literals. 2015-10-13 16:37:07 +00:00
layouts Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
mac Fixed license headers 2015-02-17 18:46:09 +00:00
mainwindows Fix mainwindow examples when clipboard support is disabled. 2015-08-11 16:23:23 +00:00
painting examples: remove use of obsolete QStyleOption*V<N> typedefs 2015-11-02 18:43:26 +00:00
richtext TextEdit example: fix build when clipboard is disabled. 2015-10-19 14:56:45 +00:00
scroller Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
statemachine Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
tools Doc: Added brief statement for examples overview page 2016-01-26 09:32:49 +00:00
tutorials Examples/Doc snippets: Fix single-character string literals. 2015-10-13 16:37:07 +00:00
widgets Polish the Tablet example 2016-01-28 19:17:08 +00:00
windowcontainer Make the windowcontainer example more robust 2015-05-12 08:58:47 +00:00
widgets.pro purge vestiges of opengl es 1 support 2014-04-04 19:32:21 +02:00