qt5base-lts/examples/widgets/widgets
Friedemann Kleint ae0843eca0 Tablet example: Fix warning about switch/fallthrough
Add Q_FALLTHROUGH(), fixing:
tabletcanvas.cpp:222:55: warning: this statement may fall through [-Wimplicit-fallthrough=]

Change-Id: I573f4add56774218e28a7c5f1dac09c5402333c0
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
2018-11-01 12:46:59 +00:00
..
analogclock Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
calculator Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
calendarwidget qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
charactermap Merge remote-tracking branch 'origin/5.10' into dev 2018-01-20 22:36:19 +01:00
codeeditor Update usage of QFontMetrics::width() to new API 2017-12-08 15:06:32 +00:00
digitalclock Doc: update connect syntax digitalclock example 2018-05-16 11:57:51 +00:00
elidedlabel Doc: Update Elided Label example 2018-06-07 14:29:41 +00:00
groupbox Unify license header usage. 2016-03-29 10:20:03 +00:00
icons Merge remote-tracking branch 'origin/5.10' into dev 2018-01-20 22:36:19 +01:00
imageviewer qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
lineedits qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
mousebuttons Convert features.wheelevent to QT_CONFIG 2017-06-28 16:15:09 +00:00
movie qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
scribble qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
shapedclock Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
sliders qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
spinboxes qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
styles qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
stylesheet qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
tablet Tablet example: Fix warning about switch/fallthrough 2018-11-01 12:46:59 +00:00
tetrix Doc: Update Tetrix example 2018-07-19 18:22:12 +00:00
tooltips Change almost all other uses of qrand() to QRandomGenerator 2017-11-08 09:14:03 +00:00
validators qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
wiggly Update usage of QFontMetrics::width() to new API 2017-12-08 15:06:32 +00:00
windowflags Unify license header usage. 2016-03-29 10:20:03 +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

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.