[Interest] Conflicts with Qt Qml Engine? - Are there any DaVinci Resolve team members around?

Nuno Santos nuno.santos at imaginando.pt
Tue Jul 29 17:15:18 CEST 2025


Hi,

I’m being faced with a tricky problem. We do audio software plugin that can be loaded into third party DAWs and we support many DAWs.

We have found that our software cannot be loaded by DaVinci Resolve because it fails in a very core and nuclear aspect. It is unable to instantiate a Component type in qml:

qrc:/qml/plugin.qml:71:5: Type MainView unavailable 
         MainView { 
         ^
qrc:/qml/MainView.qml:14:1: Type UIContainer unavailable 
     UIContainer { 
     ^
qrc:/qml/UIContainer.qml:14:5: Component is not a type 
         property Component menu 
I’ve tried to add the specific import but it still does not work.

Our plugins are based on Qt 6. It seems that DaVinci Resolve is based on Qt 5. We compile our Qt statically with a namespace which theoretically should isolate this kind of issues. 

I don’t understand the issue and therefore I’m trying to find someone that could understand what is going on.

Any ideas?

Thanks!

Best,

Nuno


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20250729/9fda5a87/attachment.htm>


More information about the Interest mailing list