qt5base-lts/examples/widgets/painting
Assam Boudjelthia b711ee2555 Examples: add scrollbar to allow viewing all options on Android
This fix is most relevant for Android for affine and gradients examples.
Currently, if the screen size is small the settings will show cramped
and not usable. Thus, adding a scrollbar to fix that.

Task-number: QTBUG-80717
Change-Id: Ic25460e5ce37a5c53bbcae48e11b6b787c45e999
Reviewed-by: BogDan Vatra <bogdan@kdab.com>
2020-03-03 19:35:46 +02:00
..
affine Examples: add scrollbar to allow viewing all options on Android 2020-03-03 19:35:46 +02:00
basicdrawing Cleanup Widgets examples - new signal/slot syntax 2019-01-06 17:07:59 +00:00
composition Composition example: use std::unique_ptr instead of QScopedPointer 2019-05-15 11:03:53 +02:00
concentriccircles Examples: enable HighDPI scaling for examples on Android 2020-03-03 19:35:11 +02:00
deform Deprecate all methods that use QMatrix 2020-01-28 04:12:25 +01:00
fontsampler Examples: enable HighDPI scaling for examples on Android 2020-03-03 19:35:11 +02:00
gradients Examples: add scrollbar to allow viewing all options on Android 2020-03-03 19:35:46 +02:00
imagecomposition Cleanup Widgets examples - new signal/slot syntax 2019-01-06 17:07:59 +00:00
painterpaths Cleanup QtWidgets examples 2019-10-11 06:32:30 +02:00
pathstroke Examples: enable HighDPI scaling for examples on Android 2020-03-03 19:35:11 +02:00
shared Cleanup QtWidgets examples 2019-10-11 06:32:30 +02:00
transformations Cleanup QtWidgets examples 2019-10-11 06:32:30 +02:00
painting.pro don't build shared demo library which is not used anyway 2013-01-31 15:51:09 +01:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00

Qt's painting system is able to render vector graphics, images, and outline
font-based text with sub-pixel accuracy accuracy using anti-aliasing to
improve rendering quality.

These examples show the most common techniques that are used when painting
with Qt, from basic concepts such as drawing simple primitives to the use of
transformations.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.