qtbase/examples
Assam Boudjelthia aceecfc9c2 Android: request POST_NOTIFICATIONS permission for Android Notifier
Android 13 and above requires the notification permission
"android.permission.POST_NOTIFICATIONS" to be requested at runtime.

Fixes: QTBUG-121668
Change-Id: I38512ffc07c1a3ffe7cddffa937b98332f172d15
Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
(cherry picked from commit 7fa6d09ca2)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 6ca01cd2d2)
(cherry picked from commit 0560e597a6)
2024-02-15 09:25:35 +00:00
..
aggregate
corelib Android: request POST_NOTIFICATIONS permission for Android Notifier 2024-02-15 09:25:35 +00:00
dbus Exclude some examples from Android build 2023-08-28 13:00:58 +00:00
embedded Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-08 16:15:14 +00:00
gui Doc: Add \examplecategory to qtgui 2023-08-30 12:09:41 +02:00
network Doc: Match descriptive text with code snippet 2023-12-01 13:14:13 +00:00
opengl Docs: Add stereoscopic example to OpenGL examples 2023-12-05 20:52:09 +00:00
qmake Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qtconcurrent Doc: Add \examplecategory for qtconcurrent 2023-09-08 09:11:47 +00:00
qtestlib Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
sql Update the books example 2023-12-15 05:25:57 +00:00
vulkan Doc: Add \examplecategory to qtgui 2023-08-30 12:09:41 +02:00
widgets Examples: fix touch handling in painting examples 2023-12-16 09:59:38 +00:00
xml XBEL DOM example: update the screenshot 2023-08-01 07:11:25 +00:00
CMakeLists.txt Move qpa examples to manual tests 2023-07-28 16:51:22 +02:00
README
examples.pro Move qpa examples to manual tests 2023-07-28 16:51:22 +02:00

README

Qt is supplied with a number of example applications that have been
written to provide developers with examples of the Qt API in use,
highlight good programming practice, and showcase features found in each of
Qt's core technologies.


Documentation for examples can be found in the Examples section
of the Qt documentation.