I am using Eclipse.

link|improve this question

70% accept rate
feedback

2 Answers

up vote 0 down vote accepted

According to http://www.javaworld.com/javaworld/jw-08-2007/jw-08-qtjambi.html#resources there are two versions, a commercial one and one released under the LGPL. So, you get a free one for personal use, but commercial projects need to pay for the other version.

link|improve this answer
feedback

Qt designer can be used to design GUI files with specific plugin installed by Jambi installers(use its own launcher, designer.bat/sh!), then they can be compiled to Jambi bytecode with command juic and that code will work in Jambi code like like code generated by uic works for Qt/cpp.

Eclipse integration is not open source, so last version it is supporting is Qt Jambi 4.5.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.