qt6-bb10/examples/widgets/widgets
Alexander Volkov a51b7844ca Stylesheet example: Get rid of auto-connection slots
Change-Id: I55d89cf33e5f9c8aef3a3dfbbdcd212415d35bcb
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
2020-09-25 18:04:06 +03:00
..
analogclock CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
calculator High-DPI: Remove usage of Qt::AA_EnableHighDpiScaling 2020-08-28 20:08:43 +02:00
calendarwidget CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
charactermap Port from devicePixelRatioF() to devicePixelRatio() 2020-09-10 17:28:11 +02:00
codeeditor CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
digitalclock CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
elidedlabel High-DPI: Remove usage of Qt::AA_EnableHighDpiScaling 2020-08-28 20:08:43 +02:00
groupbox CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
icons Port from devicePixelRatioF() to devicePixelRatio() 2020-09-10 17:28:11 +02:00
imageviewer CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
lineedits CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
mousebuttons CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
movie CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
scribble High-DPI: Remove usage of Qt::AA_EnableHighDpiScaling 2020-08-28 20:08:43 +02:00
shapedclock CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
sliders High-DPI: Remove usage of Qt::AA_EnableHighDpiScaling 2020-08-28 20:08:43 +02:00
spinboxes CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
styles CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
stylesheet Stylesheet example: Get rid of auto-connection slots 2020-09-25 18:04:06 +03:00
tablet Port from devicePixelRatioF() to devicePixelRatio() 2020-09-10 17:28:11 +02:00
tetrix CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
tooltips CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
validators CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
wiggly CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
windowflags CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
CMakeLists.txt CMake: Add widgets examples 2019-03-26 15:25:39 +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.