Bug 472684 - VideoMaximizeDelegate.qml does not work with Qt 6
Summary: VideoMaximizeDelegate.qml does not work with Qt 6
Status: RESOLVED FIXED
Alias: None
Product: kirigami-addons
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-26 21:55 UTC by Nate Graham
Modified: 2025-02-22 18:36 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nate Graham 2023-07-26 21:55:58 UTC
Trying to use it with NeoChat built against Qt 6 yields the following error:

file:///home/nate/kde/usr6/lib64/qml/org/kde/kirigamiaddons/labs/components/VideoMaximizeDelegate.qml:63:30: Invalid alias target location: autoLoad

This is because the QtMultiMedia VIdeo object lost its autoLoad: and autoPlay: properties in Qt 6.

flushMode: is gone too.
Comment 1 Nate Graham 2025-02-22 18:36:21 UTC
Fixed a while ago.