qt6-bb10/examples/widgets/widgets
Tor Arne Vestbø dce106c77c High-DPI: Remove usage of Qt::AA_EnableHighDpiScaling
This attribute is now on by default.

Change-Id: I7c9d2e3445d204d3450758673048d514bc9c850c
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2020-08-28 20:08:43 +02: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 CMake: Regenerate examples 2020-07-09 09:38:28 +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 CMake: Regenerate examples 2020-07-09 09:38:28 +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 CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
tablet CMake: Regenerate examples 2020-07-09 09:38:28 +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.