qt6-bb10/examples/widgets/widgets
Jan Arve Sæther f7db1cfa92 Remove "Analog Clock Window Example"
This is almost exactly the same as the "Analog Clock" (widget) example.
"Analog Clock Window Example" demonstrates:
* How to render to a QWindow (covered by RasterWindow example)
* QPainter and transformations (covered by Analog Clock example)
* How to use QTimer (covered by Analog Clock example)

Pick-to: 6.5
Change-Id: I7f20a29798830ed6345eca250e4139cb314cab84
Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
2023-02-07 17:34:42 +00:00
..
analogclock Remove "Analog Clock Window Example" 2023-02-07 17:34:42 +00:00
calculator Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
calendarwidget Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
charactermap Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
codeeditor Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
digitalclock Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
elidedlabel Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
groupbox Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
icons Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
imageviewer Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
lineedits Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
movie Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
scribble Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
shapedclock Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
shortcuteditor Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
sliders Fix unused variable compiler warning in slider example 2023-01-05 05:21:43 +00:00
spinboxes Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
styles Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
stylesheet Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
tablet Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
tetrix Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
tooltips Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
validators Examples: Add missing include guards 2023-02-01 18:12:36 +00:00
windowflags Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
CMakeLists.txt Remove wiggly example 2023-01-31 22:28:30 +01:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
widgets.pro Remove wiggly example 2023-01-31 22:28:30 +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.