lqt
lqt copied to clipboard
binding function
Hi. I was using LQT a while back, however, there was a number of things lacking, operator overloading and templates among others. This is added in your version I saw.
However, what about binding functions (not just methods) ? Is that something you are planning to add support for? That would really make this a versatile library. Im using it for binding non-lqt code.
You version of LQT is that a clone of the latest in the original repository? Are you syncing with that one?
Anyway, thanks for the addons, and keep up the good work. Marco is indicating that he does not have much time for supporting LQT for now.
Hi,
the generator works by binding classes and their methods. I didn't find a use for any functions in Qt (which IMO are only utility functions, like qPrintable() etc). If there are any functions that you think require binding, feel free to write a list of the ones you need and I will think of something :)
If you use it to bind non-lqt code, you should consult it with Mauro, who originally wrote it, I didn't have a look at it yet (although I already thought about it).
Regarding the original Lqt, there has been no development in the official repository since I forked it. I have access to the official repo, but there are some things I would like to do before I merge my changes (like automatic generation of template classes).