Does anybody know how to convert a .ui file generated by Qt creator into a .jui file? The documentation says use Qt Generator, but I can't find how to download Qt Generator. Any help would be greatly appreciated.
-nt
|
|
agree and correction for Ryan's answer: at 2014 and qtjambi-4.7.1 for converting from ui to jui and vice versa there is one thing have to be done: add (or delete xml attribute 'language="jambi"' from node ui). For example:
that's it. and btw I don’t have any idea why authors of QtDesigners did that. For my opinion this is needless thing (I mean, additional attribute). This 'features' against for lightweight developing proper cross platform development: c++(Qt, ui) <-> java(qt-Jambi, jui) |
|||
|
|
|
I don’t have good grasp about what is going on with the question, but Qt does not have generator (although Jambi does have one, but it does not have support for this conversion from what I know, please fix me if I’m wrong). Jambi does have a designer plugin that must be loaded into designer so that it can output .jui files. There is a script to launch the designer. For manual conversion of the file see Ryan’s answer. |
|||
|
|
I had to do this and then convert the .jui into a .java file, which took some time to figure out, but if you need to do that and are stuck, I can help. |
|||||||||||||||||
|