Results 1 to 5 of 5

Thread: In short What are the things that make QT4 BETTER than QT3?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    3
    Thanked 74 Times in 54 Posts

    Default Re: In short What are the things that make QT4 BETTER than QT3?

    Thereare a lot of changes between Qt3 and Qt4. The main change, however, is a complete refactoring of the libraries. Painting is more efficient, collections are more efficient, views are more efficient, etc. Even the API is easier to use and understand.

    But you can't sell the customer on refactoring alone. You need new bells and whistles to entice the purchasing managers. So...

    • Model/View classes. Handle large amounts of data, multiple views on a model, delegates, etc.
    • Arthur painting engine. Transparency, double buffering, anti-aliasing, etc.
    • Revamped rich text engine. Cursor based editing, structured documents, etc.
    • QGraphicsView. This is QCanvas++
    • Java style iterators, plus full STL compatibility.
    • Signal/slots across threads, and other improvements to multithreading.
    • The library is split into multiple modules (core, gui, network, xml, etc).
    • Easier drag and drop, improved UI use, QDoubleSlider, etc., etc.

  2. The following user says thank you to Brandybuck for this useful post:

    locus (10th March 2007)

Similar Threads

  1. Compiling with Qmake/Make
    By VireX in forum Newbie
    Replies: 25
    Last Post: 22nd February 2007, 05:57
  2. failing to achieve desired size of a BitField structure
    By nass in forum General Programming
    Replies: 8
    Last Post: 13th February 2007, 13:29
  3. Replies: 3
    Last Post: 19th October 2006, 22:13
  4. Qt/Embedded Installation error during make
    By mahe2310 in forum Installation and Deployment
    Replies: 5
    Last Post: 7th September 2006, 04:05
  5. Qt4.1.4 make errors.
    By impeteperry in forum Installation and Deployment
    Replies: 11
    Last Post: 1st July 2006, 17:27

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
  •  
Qt is a trademark of The Qt Company.