qtscript
Accessing not Non-QObject-based objects from Qt Script
Is there any nice and simple way to access non QObject-based classes, such as QXmlQuery, QDateTime etc. from Qt Script?[详细]
2022-12-23 18:31 分类:问答QtScript: crash on 64-bit windows
I have compiled Qt for 64-bit architecture under windows and all works fine except QtScript. The following simple code, working perfectly with 32-bit Qt for Windows, crashes if compiled with 64-bit Qt[详细]
2022-12-17 09:15 分类:问答Any decent QtScript tutorial? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-16 00:40 分类:问答QtScript: how to reload current script?
QScriptEngine has evaluate() method that can 开发者_如何转开发be used to load script, execute it and to run a specified function from already loaded script. But how to clear current script and load a[详细]
2022-12-15 20:50 分类:问答Can you implement lazy array access in QtScript?
Is it possible to implement a QObject for use in QtScript which overloads [] to implemen开发者_JS百科t lazy array population?[详细]
2022-12-12 07:32 分类:问答