polos
unread,Mar 31, 2012, 8:25:56 PM3/31/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to eql-...@googlegroups.com
I've added a new command line option, allowing to translate *.ui files (Qt Designer) directly to EQL code.
It uses the C++ output from the "uic" Qt utility, translating it to Lisp code.
So, you can now embed your UI code directly (no need to deploy UI files), and the UI loads faster, too.
It seems to work for most cases already (tested with Qt 4.7 only).
Paul
P.S. the generated code is not for human consumption (annoyingly un-pretty)