qt6-bb10/examples/widgets/widgets
Matthias Rauter f6e7fdd4ad Refurbish the shaped clock example
The shaped clock example has the appearance of the analog clock, which
was refurbished with 619ec1a640. This
change applies the refurbished design to the shaped clock.

Task: QTBUG-118871

Pick-to: 6.6
Change-Id: Ibcfc8e9fb239a1c6f7ea685f6cab1e50b2060a53
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2023-11-17 23:36:38 +01:00
..
analogclock Refurbish the clock example 2023-11-13 19:14:59 +01:00
calculator examples: port widget examples to new connection style 2023-02-25 22:11:57 +01:00
calendarwidget 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
lineedits 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 Refurbish the shaped clock example 2023-11-17 23:36:38 +01:00
shortcuteditor shortcuteditor example: Don't reference null-action 2023-05-17 00:25:40 +02: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
tablet Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
windowflags Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
CMakeLists.txt Convert tooltips example to snippets 2023-10-27 07:55:34 +02:00
README
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.