qt6-bb10/examples/widgets/widgets
Kai Köhne 80a76df178 Examples: Fix whitespace issues in CMakeLists.txt
Pick-to: 6.3
Change-Id: I8e6dd1f250f8be6016ee4164cb2ab7034cbb1203
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2021-12-13 14:16:26 +00:00
..
analogclock Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
calculator Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
calendarwidget Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
charactermap Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
codeeditor Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
digitalclock Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
elidedlabel Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
groupbox Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
icons Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
imageviewer Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
lineedits Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
mousebuttons Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
movie Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
scribble Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
shapedclock Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
sliders Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
spinboxes Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
styles Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
stylesheet Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
tablet Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
tetrix Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
tooltips Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
validators Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
wiggly Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
windowflags Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
CMakeLists.txt Examples: Remove remaining conversion markers in CMakeLists.txt 2021-12-13 14:16:26 +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.