qt6-bb10/examples/widgets/widgets
Christian Ehrlicher aa32510430 Cleanup Widgets examples - nullptr
Cleanup the widgets examples - replace 0 with nullptr

Change-Id: Id4bf119b9a41f6d10117f3a613a6e604128fa196
Reviewed-by: Konstantin Shegunov <kshegunov@gmail.com>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
2019-01-23 15:13:45 +00:00
..
analogclock Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
calculator Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
calendarwidget Cleanup Widgets examples - parent ctor 2018-12-13 16:57:05 +00:00
charactermap Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
codeeditor Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
digitalclock Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
elidedlabel Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
groupbox Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
icons Cleanup Widgets examples - parent ctor 2018-12-13 16:57:05 +00:00
imageviewer Cleanup Widgets examples - parent ctor 2018-12-13 16:57:05 +00:00
lineedits Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
mousebuttons Cleanup Widgets examples - parent ctor 2018-12-13 16:57:05 +00:00
movie Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
scribble Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
shapedclock Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
sliders Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
spinboxes Cleanup Widgets examples - parent ctor 2018-12-13 16:57:05 +00:00
styles Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
stylesheet Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
tablet Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
tetrix Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
tooltips Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
validators Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
wiggly Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
windowflags Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
README
widgets.pro

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.