Results 1 to 5 of 5

Thread: Qt vs. Eclipse RCP

  1. #1
    Join Date
    Apr 2006
    Location
    Fontainebleau, France
    Posts
    2
    Thanks
    3
    Qt products
    Qt3
    Platforms
    Unix/X11 Windows

    Question Qt vs. Eclipse RCP

    Hello !
    I have just finshed a small project with Qt, and now I have to transfer a big C/Motif application to a multi platform GUI to work on Windows/Linux.
    Qt is a nice solution, but I have to justify this choice to my boss and my colleagues against Eclipse RCP, which is free. Not so easy without trying it
    Is there anybody here who has some strong argument (technical and/or financial) ?
    Many thanks.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt vs. Eclipse RCP

    Qt is easy to learn and has a great documentation. Just compare it with RCP/SWT docs. If you don't know RCP, SWT and JFace, will you be able to learn it? If you know C++ well, you can learn Qt much faster. Would you write a big application using framework you don't know?

    RCP uses SWT, which means that you have to invoke dispose() method very often, and if you forget one you'll get a resource leak. In Qt widgets clean up themselves. On the other hand RCP gives you a bit more --- a whole structure for your application.

  3. The following user says thank you to jacek for this useful post:

    Perseval (5th April 2006)

  4. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt vs. Eclipse RCP


  5. The following 2 users say thank you to jacek for this useful post:

    ball (7th April 2006), Perseval (5th April 2006)

  6. #4
    Join Date
    Jan 2006
    Location
    Third rock from the sun
    Posts
    106
    Thanks
    17
    Thanked 6 Times in 6 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt vs. Eclipse RCP

    For the company I work for, we are having the same discussions about Eclipse vs Qt, and I definatly agree with the points that jacek made. If your company has definate limitations on money, Eclipse is probably the way to go. There are numerous plugins to Eclipse for a variety of uses already prebuilt. That being said, there is more flexibilty with being able to migrate Motif code into Qt, which I an doing currently. Usually this decision comes down to a financial problem, in which Eclipse wins out.

  7. The following user says thank you to Rayven for this useful post:

    Perseval (5th April 2006)

  8. #5
    Join Date
    Apr 2006
    Location
    Fontainebleau, France
    Posts
    2
    Thanks
    3
    Qt products
    Qt3
    Platforms
    Unix/X11 Windows

    Default Re: Qt vs. Eclipse RCP

    Thanks Jacek & Rayven for your quick answer
    Using QMotif to migrate progressively could be a good solution that Eclipse doesn't provide. I will explore it.
    Thanks again

Similar Threads

  1. A Guide to Install MinGW, Qt4 and Eclipse Integration on Windows XP
    By shiyutang in forum Installation and Deployment
    Replies: 10
    Last Post: 5th August 2009, 04:03
  2. Qt commercial with eclipse and cl.exe
    By wojtek in forum Qt-based Software
    Replies: 1
    Last Post: 3rd July 2008, 14:55
  3. Qt4 + Eclipse problems
    By Bug80 in forum Newbie
    Replies: 6
    Last Post: 30th May 2008, 16:13
  4. Qt Eclipse integration problem!!!!
    By mismael85 in forum Installation and Deployment
    Replies: 4
    Last Post: 13th March 2008, 14:45
  5. Howto use Eclipse with QT4 in 10 steps
    By the_bis in forum Newbie
    Replies: 3
    Last Post: 28th January 2007, 20:21

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.