Results 1 to 5 of 5

Thread: Qt vs wxWidgets

  1. #1
    Join Date
    Jan 2006
    Posts
    976
    Thanks
    53
    Qt products
    Qt3
    Platforms
    Windows

    Default Qt vs wxWidgets

    Hello,
    Has anyone ever tried wxWidgets? Can you explain the most important difference with QT (even under the hood if any)...

    Thanks.
    Regards

  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 wxWidgets

    I've tried it once, before I started to use Qt, and at that time wxWidgets weren't 100% cross-platform. The most important difference is that wxWidgets seem to mimick MFC mechanisms with all those weird macros for event routing.

  3. #3
    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 vs wxWidgets

    And it's documentation sucks (so I heard, never used it myself). On the other hand it's LGPL.

  4. #4
    Join Date
    Jan 2008
    Location
    Warsaw, Poland
    Posts
    26
    Thanked 5 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Wiki edits
    2

    Default Re: Qt vs wxWidgets

    You can read WxWidgets Compared To Other Toolkits: Qt if you haven't done this already.
    BTW. Code::Blocks, pgAdmin III, VLC and few other less known projects use wxWidgets, so it's not the worst

  5. #5
    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 vs wxWidgets

    One thing worth noting is that Qt and wxWidgets operate on different layers. While Qt is a real native API, wxWidgets is a tower API over other toolkits (just as MFC is a wrapper over WinAPI). Qt's approach should be faster and yield more control over what is really happening, especially given the recent improvements to Qt like Aliens. In theory you could write a wxWidgets wrapper over Qt, but let's face it - it would be silly (and probably slow).

    Personally I think wxWidgets' strongest side is that it is LGPL. On the other hand Qt's quality is much much better (because people get paid to improve it).

Similar Threads

  1. Compiling with Qmake/Make
    By VireX in forum Newbie
    Replies: 25
    Last Post: 22nd February 2007, 05:57

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.