Bug 472684

Summary: VideoMaximizeDelegate.qml does not work with Qt 6
Product: [Frameworks and Libraries] kirigami-addons Reporter: Nate Graham <nate>
Component: generalAssignee: Unassigned bugs <unassigned-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: carl
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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.