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
instead of eval, just create some C++ component, use QQmlScriptString to pass code to it, and then execute it with QQmlExpression by passing the QQmlContext of your choice (either engine's root context, or object-specific sub context, or some dynamically created sandbox-like context)
The text was updated successfully, but these errors were encountered:
This is from @thebootroo in the QtMob slack.
The text was updated successfully, but these errors were encountered: