qt6-bb10/examples/widgets/widgets
Christian Ehrlicher d5c4cd7a25 Examples: fix compiling tablet example on qnx
std::abs(int) is defined in cstdlib which is not included on QNX.

Fixes: QTBUG-78763
Change-Id: I14d087069369db7ab4e5db9d4f816a3fbffe95f6
Reviewed-by: Johanna Äijälä <johanna.aijala@qt.io>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
2019-10-16 09:18:04 +02:00
..
analogclock Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
calculator Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
calendarwidget Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
charactermap Prepare for deprecating the QDesktopWidget 2019-10-15 20:09:29 +02:00
codeeditor Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
digitalclock Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
elidedlabel Cleanup Widgets examples - includes 2019-01-28 19:37:43 +00:00
groupbox Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
icons Prepare for deprecating the QDesktopWidget 2019-10-15 20:09:29 +02:00
imageviewer Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
lineedits Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
mousebuttons Remove usages of deprecated APIs of QWheelEvent 2019-08-23 21:51:43 +02:00
movie Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
scribble Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
shapedclock Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
sliders Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
spinboxes Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
styles Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
stylesheet Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
tablet Examples: fix compiling tablet example on qnx 2019-10-16 09:18:04 +02:00
tetrix Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
tooltips Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
validators Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
wiggly Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
windowflags Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
README
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.