qml_loadstring

Load a QML string.

📝 Syntaxe

  • h = qml_loadstring(str_to_eval)

📥 Argument d'entrée

  • str_to_eval - a string.

📤 Argument de sortie

  • h - a QObject handle.

📄 Description

Load a QML string

It creates a QML component and load .qml file.

💡 Exemple

 % see examples in [nelsonroot(), '/modules/qml_engine/examples']

🔗 Voir aussi

qml_loadstring.

🕔 Historique

Version
📄 Description

1.0.0

version initiale

Last updated

Was this helpful?