qt6-bb10/examples/widgets/widgets
Lucie Gérard c2333f312f Correct license for examples files
Example takes precedent over build system file type.
According to QUIP-18 [1], all examples file should be
LicenseRef-Qt-Commercial OR BSD-3-Clause

[1]: https://contribute.qt-project.org/quips/18

Pick-to: 6.7
Task-number: QTBUG-121787
Change-Id: Id348a89884bb309b96abb31077f14a51086b5d0c
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Kai Köhne <kai.koehne@qt.io>
2024-03-07 11:06:43 +01:00
..
analogclock Correct license for examples files 2024-03-07 11:06:43 +01:00
calculator Correct license for examples files 2024-03-07 11:06:43 +01:00
calendarwidget Correct license for examples files 2024-03-07 11:06:43 +01:00
groupbox Correct license for examples files 2024-03-07 11:06:43 +01:00
lineedits Correct license for examples files 2024-03-07 11:06:43 +01:00
scribble Correct license for examples files 2024-03-07 11:06:43 +01:00
shapedclock Correct license for examples files 2024-03-07 11:06:43 +01:00
shortcuteditor shortcuteditor example: Don't reference null-action 2023-05-17 00:25:40 +02:00
sliders Correct license for examples files 2024-03-07 11:06:43 +01:00
spinboxes Correct license for examples files 2024-03-07 11:06:43 +01:00
tablet Correct license for examples files 2024-03-07 11:06:43 +01:00
windowflags Correct license for examples files 2024-03-07 11:06:43 +01:00
CMakeLists.txt Correct license for examples files 2024-03-07 11:06:43 +01:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
widgets.pro Convert tooltips example to snippets 2023-10-27 07:55:34 +02: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.