You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most developers expect custom types to load automatically so long as they are uploaded to the same network directory (which is how qml works locally) however importing qml files over the network has an additional restriction for remotely loaded content. We should have a more useful error message if a type is not found to prompt the developer to add a qmldir file if they are missing one to make this more obvious.
Most developers expect custom types to load automatically so long as they are uploaded to the same network directory (which is how qml works locally) however importing qml files over the network has an additional restriction for remotely loaded content. We should have a more useful error message if a type is not found to prompt the developer to add a qmldir file if they are missing one to make this more obvious.
remotely-located-directories: https://doc.qt.io/qt-6/qtqml-syntax-directoryimports.html#remotely-located-directories
Alternatively, maybe Qt will remove this restriction some day.
The text was updated successfully, but these errors were encountered: