qtbase/examples
Assam Boudjelthia 0560e597a6 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.

Pick-to: 6.5
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)
2024-02-08 14:58:56 +00:00
..
aggregate
corelib Android: request POST_NOTIFICATIONS permission for Android Notifier 2024-02-08 14:58:56 +00:00
dbus Exclude some examples from Android build 2023-08-31 14:39:34 +00:00
embedded Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-14 05:43:25 +00:00
gui Doc: Add \examplecategory to qtgui 2023-08-28 11:49:50 +00:00
network Doc: Match descriptive text with code snippet 2023-12-01 09:42:50 +00:00
opengl Docs: Add stereoscopic example to OpenGL examples 2023-12-05 16:29:15 +00:00
qmake
qtconcurrent Doc: Add \examplecategory for qtconcurrent 2023-09-08 16:35:04 +00:00
qtestlib
sql Update the books example 2023-12-15 00:52:26 +00:00
vulkan Doc: Add \examplecategory to qtgui 2023-08-28 11:49:50 +00:00
widgets Minor updates to the "Touch Knobs" example 2023-12-21 04:52:18 +00:00
xml Examples: "About &Qt" should show info about Qt, not quit 2023-07-13 17:07:27 +02:00
CMakeLists.txt Move qpa examples to manual tests 2023-06-29 14:39:43 +00:00
README
examples.pro Move qpa examples to manual tests 2023-06-29 14:39:43 +00: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.