qt6-bb10/examples/widgets/widgets
Jani Heikkinen 83a5694dc2 Update copyright headers
Qt copyrights are now in The Qt Company, so we could update the source
code headers accordingly. In the same go we should also fix the links to
point to qt.io.

Outdated header.LGPL removed (use header.LGPL21 instead)

Old header.LGPL3 renamed to header.LGPL3-COMM to match actual licensing
combination. New header.LGPL-COMM taken in the use file which were
using old header.LGPL3 (src/plugins/platforms/android/extract.cpp)

Added new header.LGPL3 containing Commercial + LGPLv3 + GPLv2 license
combination

Change-Id: I6f49b819a8a20cc4f88b794a8f6726d975e8ffbe
Reviewed-by: Matti Paaso <matti.paaso@theqtcompany.com>
2015-02-11 06:49:51 +00:00
..
analogclock Update copyright headers 2015-02-11 06:49:51 +00:00
calculator Update copyright headers 2015-02-11 06:49:51 +00:00
calendarwidget Update copyright headers 2015-02-11 06:49:51 +00:00
charactermap Update copyright headers 2015-02-11 06:49:51 +00:00
codeeditor Update copyright headers 2015-02-11 06:49:51 +00:00
digitalclock Update copyright headers 2015-02-11 06:49:51 +00:00
elidedlabel Update copyright headers 2015-02-11 06:49:51 +00:00
groupbox Update copyright headers 2015-02-11 06:49:51 +00:00
icons Update copyright headers 2015-02-11 06:49:51 +00:00
imageviewer Update copyright headers 2015-02-11 06:49:51 +00:00
lineedits Update copyright headers 2015-02-11 06:49:51 +00:00
mousebuttons Update copyright headers 2015-02-11 06:49:51 +00:00
movie Update copyright headers 2015-02-11 06:49:51 +00:00
scribble Update copyright headers 2015-02-11 06:49:51 +00:00
shapedclock Update copyright headers 2015-02-11 06:49:51 +00:00
sliders Update copyright headers 2015-02-11 06:49:51 +00:00
spinboxes Update copyright headers 2015-02-11 06:49:51 +00:00
styles Update copyright headers 2015-02-11 06:49:51 +00:00
stylesheet Update copyright headers 2015-02-11 06:49:51 +00:00
tablet Update copyright headers 2015-02-11 06:49:51 +00:00
tetrix Update copyright headers 2015-02-11 06:49:51 +00:00
tooltips Update copyright headers 2015-02-11 06:49:51 +00:00
validators Update copyright headers 2015-02-11 06:49:51 +00:00
wiggly Update copyright headers 2015-02-11 06:49:51 +00:00
windowflags Update copyright headers 2015-02-11 06:49:51 +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.