PDA

View Full Version : Ui2Cpp wizard 0.7 released



vovanec
31st May 2007, 13:41
Ui2Cpp Wizard version 0.7 is a - simple tool to generate C++ source code
from *ui files.

Main features:
- Source code generating with custom source templates.
- Tree of widgets and actions with available signals for easy making connections.
- Preview of loaded *ui with current widget highlighting.
- Preview of slots that is being generated with basical editing options.
- Project file creating/modifying ( optional ).
- main.cpp file creating ( optional ).

Tested on Linux, WindowsXP, MacOS.

Homepage:
http://www.qt-apps.org/content/show.php/ui2cpp+wizard?content=58078

Direct download:
http://www.qt-apps.org/content/download.php?content=58078&id=1

high_flyer
31st May 2007, 14:37
I don't see what are the benefits of such an application?
In what way is it better than Trolltechs uic?

vovanec
31st May 2007, 14:45
It is not something like uic, it does different finctions.
This is analog of Subclass Wizard in KDevelop, but with many additional
features. With help of ui2cpp you may in couple of seconds create
application skeleton with all needful signal-slot connections :)
I wrote it specially for one of my projects where I had a lot of ui. files,
and needed to do a lot of manual work to subclass them (kdevelop provides
only one form ui implementation - multiple inheritance, but I needed another).

vovanec
31st May 2007, 14:48
Sorry for the bad description - "generates source from ui file" - is not that
this program exactly does :-) It makes class wrappers for ui files.
My english is not perfect.

patrik08
31st May 2007, 15:40
Sorry for the bad description - "generates source from ui file" - is not that
this program exactly does :-) It makes class wrappers for ui files.
My english is not perfect.


Hei this tool is great! like a wizard to compose qt application... I to write subclass generator from ui xml file small but work
( http://qtforum.de/forum/viewtopic.php?p=21262#21262 ). Your app is more complex and work it... If a qt programmer begin on qt this show the first way....