lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Thu, Jan 15, 2009 at 10:33 AM, Alexandre becoulet
<alexandre.becoulet@free.fr> wrote:
> On Thursday 15 January 2009 14:17:38 Leo Razoumov wrote:
>
>> thanks for your efforts. Lua scripting in a Qt app will be useful, indeed.
>>
>> At this point I am looking for a Lua binding to Qt library in a spirit
>> similar to Python Qt bindings PyQt. It allows to write an entire GUI script
>> in Python (I would prefer Lua, though) w/o need to program C++ directly.

I was looking for this once, found LuaQt, but never used it, but
seemed to be intended for use as you describe:

http://developer.berlios.de/svn/?group_id=5442

Hopefully I'll have a chance again to get back into Qt coding.

Btw, its hard to develop "one true libraries" (a la Asok's hope), but
if there is a new Qt lib being built, it would help to have a bit of a
readme explaining what the other implementations are, and why this one
is better. I know when I'm looking around for a library to use, I'm
heavily  biased towards authors who appear to have at least looked at
the existing libraries, and understood them, before writing their own
(hopefully better) version.

Cheers,
Sam