qt6-bb10/examples/widgets/widgets
Morten Johan Sørvig b3c991ae8f Port from devicePixelRatioF() to devicePixelRatio()
This ports all of QtBase.

Change-Id: If6712da44d7749b97b74f4614a04fac360f69d9e
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2020-09-10 17:28:11 +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 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 CMake: Regenerate examples 2020-07-09 09:38:28 +02: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
widgets.pro

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.