Results 1 to 4 of 4

Thread: QT Roadmap considering Boost and C++0x

  1. #1
    Join Date
    Nov 2010
    Posts
    22
    Thanks
    8
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default QT Roadmap considering Boost and C++0x

    Although QT and BOOST overlap in some features, and I prefer "the QT way" much more, I still miss some features from the later.

    Is there any official report or article from Nokia and/or the QT Framework team about what they want to duplicate/overlap and what they do not plan to replicate?

  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: QT Roadmap considering Boost and C++0x

    Unless Qt requires some functionality that is present in Boost, an equivalent is unlikely to be written because Boost and Qt go together well so if one needs it, he can use Boost together with Qt in his project. Bear in mind that anything that goes into Qt must be compliant with every platform and every compiler officially supported by Qt. Boost does not have such an obligation (that's one of the reasons Qt doesn't use Boost internally).

    As for C++0x, it's still not a finished standard and its support in compilers is in bad shape. Qt can't rely on such things. I've seen a statement from one of the Trolls that they are paying a close attention to what's happening to C++0x and when it gets fixed and supported by compilers, they might start using extensions from the standard.

    By the way, it's "Qt" not "QT". The latter is a technology of the fruit company.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


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

    frank100 (19th January 2011)

  4. #3
    Join Date
    Nov 2010
    Posts
    22
    Thanks
    8
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QT Roadmap considering Boost and C++0x

    Thanks! I got confused after reading the summary of all the smart pointers implemented within "Qt" (thanks also for the correction)

    Actually I believed that Boost was ported to more architectures than Qt. I try to stay within Qt as much as possible but I also miss a summary with the overlapped parts, specially to not go away too soon! So far I used the Boost scoped smart pointer because I did not know there was an equivalent within Qt

  5. #4
    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: QT Roadmap considering Boost and C++0x

    Quote Originally Posted by frank100 View Post
    Actually I believed that Boost was ported to more architectures than Qt.
    It's not about "more", it's about "different".

    I try to stay within Qt as much as possible but I also miss a summary with the overlapped parts, specially to not go away too soon! So far I used the Boost scoped smart pointer because I did not know there was an equivalent within Qt
    Boost smart pointers are more mature than the ones in Qt but since they have comparable functionality it doesn't matter which ones you choose. I personally don't use smart pointers at all
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. QT/C++/ BOOST questions
    By joebats72 in forum Newbie
    Replies: 4
    Last Post: 17th January 2011, 22:49
  2. Replies: 4
    Last Post: 10th November 2010, 07:53
  3. Qt and Boost in the same C++ program?
    By TriKri in forum Qt Programming
    Replies: 12
    Last Post: 9th May 2010, 22:58
  4. Howto use Qt with Boost ?
    By bilgenratte in forum Qt Programming
    Replies: 3
    Last Post: 1st October 2009, 14:12
  5. Boost libraries
    By steg90 in forum General Programming
    Replies: 26
    Last Post: 13th June 2007, 12:50

Tags for this Thread

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.