qtbase/examples
Assam Boudjelthia 7fa6d09ca2 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.7 6.6 6.5
Fixes: QTBUG-121668
Change-Id: I38512ffc07c1a3ffe7cddffa937b98332f172d15
Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
2024-02-06 17:23:42 +02:00
..
aggregate
corelib Android: request POST_NOTIFICATIONS permission for Android Notifier 2024-02-06 17:23:42 +02:00
dbus Update visuals of remote controlled car example 2023-12-21 19:49:28 +01:00
gui Doc: Create separate Graphics and Multimedia example categories 2024-01-16 17:23:12 +00:00
network Remove extra semi-colons 2024-02-06 20:17:18 +09:00
opengl Doc: Create separate Graphics and Multimedia example categories 2024-01-16 17:23:12 +00:00
qmake
qtconcurrent Doc: Add \examplecategory for qtconcurrent 2023-09-07 15:05:04 +02:00
qtestlib
sql Examples/sqlbrowser: improve coding style 2024-01-19 17:27:25 +01:00
vulkan Doc: Create separate Graphics and Multimedia example categories 2024-01-16 17:23:12 +00:00
widgets Remove extra semi-colons 2024-02-06 20:17:18 +09:00
xml Add missing \l to DOM bookmarks example 2023-07-25 12:31:04 +02:00
CMakeLists.txt Remove undocumented embedded examples 2023-11-17 19:39:33 +01:00
README
examples.pro Remove undocumented embedded examples 2023-11-17 19:39:33 +01: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.