资 源 简 介
The QtLua Bindings project allows integration of LUA with the Qt meta object and QObject system. I tried to keep the API compatible with the QtScript module. QObjects can be installed into the Lua engine directly, with automatic generation of proxy functions for signals, slots, properties, etc.
Currently implemented features are:
* QVariant-Lua conversion for user defined types
* Binding QObject instances
* Manage lua objects from user code
* It"s possible to connect lua slots to QObject signals
* Simple "debugger" while allows browsing of the global object index and viewing loaded scripts