qt6-bb10/examples/widgets/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
..
analogclock Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
calculator Examples/Doc snippets: Fix single-character string literals. 2015-10-13 16:37:07 +00:00
calendarwidget Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
charactermap Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
codeeditor Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
digitalclock Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
elidedlabel Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
groupbox Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
icons Polish the Icons example. 2015-09-14 19:20:06 +00:00
imageviewer Image viewer example: Fix broken error message formatting. 2015-10-19 14:50:32 +00:00
lineedits Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
mousebuttons Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
movie Merge remote-tracking branch 'origin/5.5' into dev 2015-07-01 11:05:26 +02:00
scribble Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
shapedclock Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
sliders Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
spinboxes Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
styles Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
stylesheet Doc: Update obsolete URLs to external documentation 2015-10-02 10:14:47 +00:00
tablet Polish the Tablet example 2016-01-28 19:17:08 +00:00
tetrix Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
tooltips Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
validators Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
wiggly Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
windowflags Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
widgets.pro Fix out-of-tree compilation of widget examples 2014-02-11 12:35:03 +01:00

README

Qt comes with a large range of standard widgets that users of modern
applications have come to expect.

You can also develop your own custom widgets and controls, and use them
alongside standard widgets.

It is even possible to provide custom styles and themes for widgets that can
be used to change the appearance of standard widgets and appropriately
written custom widgets.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.