Closed saptarshiguha closed 10 years ago
afaik no.
Thanks much.
Best is to ask @leonbottou who did this interface to QT4. On my side, I am afraid I have no time to port it to QT5.
Alas I do not have time to do this either.
The trickiest part of qtlua is the multithread support, i.e. all the code that allows lua to run in a second thread and still control qt objects in the main thread.
The goal was to seamlessly fuse the lua REPL and the GUI event management. But this might be overkill. The current torch has a REPL implemented in lua (the trepl package). Instead of using the standard REPL and a thread hell, one could modify TREPL to perform event management. This is less powerful but could work nicely enough…
From: Ronan Collobert [mailto:notifications@github.com] Sent: Tuesday, March 11, 2014 12:37 PM To: torch/qtlua Cc: Leon Bottou Subject: Re: [qtlua] Plan for QT5? (#3)
Best is to ask @leonbottou https://github.com/leonbottou who did this interface to QT4. On my side, I am afraid I have no time to port it to QT5.
— Reply to this email directly or view it on GitHub https://github.com/torch/qtlua/issues/3#issuecomment-37317570 . https://github.com/notifications/beacon/612213__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMDE3NTAyOCwiZGF0YSI6eyJpZCI6Mjc0MzgxMzJ9fQ==--38932adde173fe734f7f5113314bd32a2127d78b.gif
Hello,
Very nice package, and very useful. Is there a plan for QT5 support?
Thanks in advance Saptarshi