qt6-bb10/examples/widgets/widgets
Lucie Gérard 0f7a64a3ad Add copyright and licensing to build system files missing it
Task-number: QTBUG-124453
Change-Id: Ibb6a0ab839a16ceef3c68861bac2f508ddb3d1ae
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2024-05-21 17:23:21 +02:00
..
analogclock CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
calculator CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
calendarwidget CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
lineedits CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
scribble CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
shapedclock CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
shortcuteditor Add copyright and licensing to build system files missing it 2024-05-21 17:23:21 +02:00
sliders CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
spinboxes CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
tablet CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
windowflags CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
CMakeLists.txt Convert Group Box Example to snippets and screenshots 2024-04-18 20:11:14 +02:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
widgets.pro Convert Group Box Example to snippets and screenshots 2024-04-18 20:11:14 +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.