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
I was able to get ruby-qml working with Qt 5.5.0-beta on OSX! QtWebEngine loads but crashes immediately because QtWebEngine::initialize must be called before it can be used.
ruby-qml has QML.on_init method (https://github.com/seanchas116/ruby-qml/blob/master/lib/qml/application.rb#L57) for register custom initializations that run after QML initialization. (for example, QML::Access.register_to_qml uses this method)
You can call QtWebEngine::initialize from there via some Qt C++ plugins.
I was able to get ruby-qml working with Qt 5.5.0-beta on OSX! QtWebEngine loads but crashes immediately because QtWebEngine::initialize must be called before it can be used.
Where is the correct place to call QtWebEngine::initialize in a ruby-qml app? For reference the go-qml project has an open pull request to support QtWebEngine.
The text was updated successfully, but these errors were encountered: