qt6-bb10/examples/widgets/widgets
Lucie Gérard fb1b20eab3 Add license headers to cmake files
CMakeLists.txt and .cmake files of significant size
(more than 2 lines according to our check in tst_license.pl)
now have the copyright and license header.

Existing copyright statements remain intact

Task-number: QTBUG-88621
Change-Id: I3b98cdc55ead806ec81ce09af9271f9b95af97fa
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
2022-08-03 17:14:55 +02:00
..
analogclock Add license headers to cmake files 2022-08-03 17:14:55 +02:00
calculator Add license headers to cmake files 2022-08-03 17:14:55 +02:00
calendarwidget Add license headers to cmake files 2022-08-03 17:14:55 +02:00
charactermap Add license headers to cmake files 2022-08-03 17:14:55 +02:00
codeeditor Add license headers to cmake files 2022-08-03 17:14:55 +02:00
digitalclock Add license headers to cmake files 2022-08-03 17:14:55 +02:00
elidedlabel Add license headers to cmake files 2022-08-03 17:14:55 +02:00
groupbox Add license headers to cmake files 2022-08-03 17:14:55 +02:00
icons Add license headers to cmake files 2022-08-03 17:14:55 +02:00
imageviewer Add license headers to cmake files 2022-08-03 17:14:55 +02:00
lineedits Add license headers to cmake files 2022-08-03 17:14:55 +02:00
mousebuttons Add license headers to cmake files 2022-08-03 17:14:55 +02:00
movie Add license headers to cmake files 2022-08-03 17:14:55 +02:00
scribble Add license headers to cmake files 2022-08-03 17:14:55 +02:00
shapedclock Add license headers to cmake files 2022-08-03 17:14:55 +02:00
sliders Add license headers to cmake files 2022-08-03 17:14:55 +02:00
spinboxes Add license headers to cmake files 2022-08-03 17:14:55 +02:00
styles Add license headers to cmake files 2022-08-03 17:14:55 +02:00
stylesheet Add license headers to cmake files 2022-08-03 17:14:55 +02:00
tablet Add license headers to cmake files 2022-08-03 17:14:55 +02:00
tetrix Add license headers to cmake files 2022-08-03 17:14:55 +02:00
tooltips Add license headers to cmake files 2022-08-03 17:14:55 +02:00
validators Add license headers to cmake files 2022-08-03 17:14:55 +02:00
wiggly Add license headers to cmake files 2022-08-03 17:14:55 +02:00
windowflags Add license headers to cmake files 2022-08-03 17:14:55 +02:00
CMakeLists.txt Add license headers to cmake files 2022-08-03 17:14:55 +02: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.