Results 1 to 3 of 3

Thread: CASE Tools for Qt4 Application Development--info needed

  1. #1
    Join Date
    Oct 2006
    Posts
    75
    Thanks
    10
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default CASE Tools for Qt4 Application Development--info needed

    hi guys,
    are there any UML based CASE tools for Qt4 Application development? im looking for Rational Rose type of UML CASE Tool for Qt4. i heard of umbrello, but did not try yet.
    atleast, for documentation purpose, what r the tools available for Qt4. thanks in advance for ur suggestions... bye

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: CASE Tools for Qt4 Application Development--info needed

    What exactly do you mean by "for Qt4 Application development"? Any tool that works with C++ can be used with Qt and actually UML tools tend to operate on abstractions and not programming languages so you can use any UML tool you like, Rose included.

  3. #3
    Join Date
    Oct 2010
    Location
    Rousse, Bulgaria
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60

    Default Re: CASE Tools for Qt4 Application Development--info needed

    Quote Originally Posted by wysota View Post
    What exactly do you mean by "for Qt4 Application development"? Any tool that works with C++ can be used with Qt and actually UML tools tend to operate on abstractions and not programming languages so you can use any UML tool you like, Rose included.
    Following the Qt naming, the getter and setter methods for <property> must look like :

    <type> <property>() ... and
    void set<Property>(....)

    Unfortunately, most of the UML C++ code generators create :

    <type> get_<property>() ... and
    void set_<property>(....).

    Even though the prefixes are customizable, i still haven't found a way to make them capitalize the first letter of the property name after "set" prefix.
    The best I've got is :
    <type> <property>() ... and
    void set<property>(....) in Enterprise Architect.

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.