qt6-bb10/examples/widgets/widgets
Assam Boudjelthia e5f4e14059 Examples: enable HighDPI scaling for examples on Android
These examples show very tiny UI elements on Android devices,
thus enabling HighDPI.

Task-number: QTBUG-80717
Change-Id: I813801d5249dc1fcfc6f61a8d146f60dd19901f6
Reviewed-by: BogDan Vatra <bogdan@kdab.com>
2020-03-03 19:35:11 +02:00
..
analogclock Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
calculator Examples: enable HighDPI scaling for examples on Android 2020-03-03 19:35:11 +02:00
calendarwidget Change examples and snippets to pass QDate and QTime by value 2020-01-30 13:32:57 +01:00
charactermap Replace usages of QVariant::value by qvariant_cast 2019-12-15 12:30:52 +01:00
codeeditor Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
digitalclock Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
elidedlabel Examples: enable HighDPI scaling for examples on Android 2020-03-03 19:35:11 +02:00
groupbox Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
icons Fix some qdoc warnings 2020-01-03 14:59:26 +01:00
imageviewer Merge remote-tracking branch 'origin/5.14' into 5.15 2020-02-04 10:44:00 +01:00
lineedits Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
mousebuttons Remove usages of deprecated APIs of QWheelEvent 2019-08-23 21:51:43 +02:00
movie Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
scribble Examples: enable HighDPI scaling for examples on Android 2020-03-03 19:35:11 +02:00
shapedclock Modernize shapedclock example 2019-12-10 00:38:40 +01:00
sliders Examples: enable HighDPI scaling for examples on Android 2020-03-03 19:35:11 +02:00
spinboxes Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
styles Unify application palette handling between QGuiApplication and QApplication 2020-01-13 16:53:05 +01:00
stylesheet Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
tablet Deprecate QTabletEvent::device() in favor of deviceType() 2020-02-17 21:39:59 +01:00
tetrix Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
tooltips Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
validators Replace usages of QVariant::value by qvariant_cast 2019-12-15 12:30:52 +01:00
wiggly Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
windowflags Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02: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.