qt5base-lts/examples/widgets/widgets
Lucie Gérard 05fc3aef53 Use SPDX license identifiers
Replace the current license disclaimer in files by
a SPDX-License-Identifier.
Files that have to be modified by hand are modified.
License files are organized under LICENSES directory.

Task-number: QTBUG-67283
Change-Id: Id880c92784c40f3bbde861c0d93f58151c18b9f1
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
2022-05-16 16:37:38 +02:00
..
analogclock Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
calculator Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
calendarwidget Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
charactermap Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
codeeditor Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
digitalclock Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
elidedlabel Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
groupbox Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
icons Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
imageviewer Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
lineedits Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
mousebuttons Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
movie Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
scribble Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
shapedclock Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
sliders Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
spinboxes Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
styles Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
stylesheet Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
tablet Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
tetrix Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
tooltips Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
validators Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
wiggly Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
windowflags Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
CMakeLists.txt CMake: Don't build the movie example if the feature is disabled 2022-03-19 14:19:13 +01: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

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.