qt6-bb10/examples/widgets/widgets
Rainer Keller f13b0b2cf2 qtlite: Skip building examples when configured with no-feature-itemviews
Compiling the default examples should be possible without compile errors.

Task-number: QTBUG-53141
Change-Id: I73d8787241291ae6230861a89b38e91d900fede0
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
2018-01-12 07:58:20 +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 qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
codeeditor Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
digitalclock Unify license header usage. 2016-03-29 10:20:03 +00:00
elidedlabel qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
groupbox Unify license header usage. 2016-03-29 10:20:03 +00:00
icons qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00: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 qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
tetrix Change almost all other uses of qrand() to QRandomGenerator 2017-11-08 09:14:03 +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 Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +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

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.