Results 1 to 5 of 5

Thread: Ui2Cpp wizard 0.7 released

  1. #1
    Join Date
    May 2007
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Ui2Cpp wizard 0.7 released

    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....?content=58078

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

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Ui2Cpp wizard 0.7 released

    I don't see what are the benefits of such an application?
    In what way is it better than Trolltechs uic?
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  3. #3
    Join Date
    May 2007
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Ui2Cpp wizard 0.7 released

    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).

  4. #4
    Join Date
    May 2007
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Ui2Cpp wizard 0.7 released

    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.

  5. #5
    Join Date
    May 2006
    Posts
    788
    Thanks
    49
    Thanked 48 Times in 46 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Ui2Cpp wizard 0.7 released

    Quote Originally Posted by vovanec View Post
    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....

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.