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
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
Q_PROPERTY( State state READ get_state NOTIFY stateChanged )
with
Q_PROPERTY( unsigned state READ get_state NOTIFY stateChanged )
I assume casting the enum to unsigned is a hack here, and QWebChannel should work just fine with the enum in the first place. I'll let you @RSATom figure out the clean solution
Here's some sample code:
main.qml
index.html
Is the issue in the way Qt translates enums? It should be OK in theory.
Qt WebEngine 1.3
Qt WebChannel 1.0
QmlVlc 0.1
The text was updated successfully, but these errors were encountered: