Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.7
-
None
Description
when I trying to use RemoteObject with QML, I have to use a wrapper class or old API.
qmlRegisterType<MyTypeReplica>("custom",1,0,"MyTypeReplica")
https://doc.qt.io/qt-6/qtremoteobjects-qmlmodule.html
I expect RemoteObject allowed to specific QML_ELEMENT inside .rep file.
and adding a section in qt_add_qml_module for .rep to make QtQuickCompiler work well with it.