qtdoc/examples/demos/mediaplayer
Dheerendra Purohit 303c85a782 Use QML_ELEMENT macro instead of qmlRegister* for mediaplayer
Updated the MediaPlayer example to use compile-time QML registration via
the QML_ELEMENT macros instead of qmlRegisterSingletonType. This aligns
the example with modern Qt 6 best practices and improves startup
performance and tooling integration.

Pick-to: 6.9 6.8
Task-number: QTBUG-136712
Change-Id: Id34670f4d45200b9a1424612f5a05bebead0a60e
Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
2025-05-30 10:16:03 +05:30
..
Config MediaPlayer: Use theme colors in menu 2024-03-12 12:50:20 +01:00
MediaControls MediaPlayer: Use theme colors in menu 2024-03-12 12:50:20 +01:00
MediaPlayer Use QML_ELEMENT macro instead of qmlRegister* for mediaplayer 2025-05-30 10:16:03 +05:30
doc Rename media player image file to avoid name clash with QtScXml example 2024-09-28 12:24:01 +02:00
CMakeLists.txt Use QML_ELEMENT macro instead of qmlRegister* for mediaplayer 2025-05-30 10:16:03 +05:30
filenameprovider.h Use QML_ELEMENT macro instead of qmlRegister* for mediaplayer 2025-05-30 10:16:03 +05:30
main.cpp Use QML_ELEMENT macro instead of qmlRegister* for mediaplayer 2025-05-30 10:16:03 +05:30
mediaplayer.py Fix mediaplayer to work with Python 2024-05-27 08:39:05 +02:00
mediaplayer.pyproject MediaPlayer demo: Add a Python driver 2023-09-07 12:42:49 +02:00