Results 1 to 12 of 12

Thread: Qt or WXWidgets

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Qt or WXWidgets

    Didn't mean to start a discussion really, was just my two cents.
    I think we are on the same page - and it seems we have a similar history too (in terms of where we come form with toolkits). :-)
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  2. #2
    Join Date
    Aug 2017
    Location
    Philippines
    Posts
    4
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Qt or WXWidgets

    I use both. Try Qt first.

  3. #3
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Qt or WXWidgets

    I use both. Try Qt first.
    OK, so why? Is it easier to learn Qt first and then pick up wxWidgets? Some other reason?
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

  4. #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 or WXWidgets

    The question is tricky because Qt and wxWidgets are really on different layers of software development. Correct me if I'm wrong but wxWidgets is basically a toolkit that wraps functionality of other toolkit engines into its own APIs ("wxWidgets defines a common API across platforms, but uses the native graphical user interface (GUI) on each platform, so your program will take on the native look and feel that users are familiar with."). There is even a port of it that uses Qt as its backend.

    Qt on the other hand is an application development framework and goes far beyond just being a toolkit.

    Of course I may be biased but I'd say you should go for Qt because by using it you will be able to do so much more compared to wxWidgets.
    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.


  5. #5
    Join Date
    Nov 2014
    Posts
    32
    Thanked 1 Time in 1 Post
    Qt products
    Platforms
    Windows

    Default Re: Qt or WXWidgets

    Qt works great on Linux and Mac OS X with native look.

Similar Threads

  1. Programming patterns, code structure? C++, Qt & wxwidgets
    By nardev in forum General Programming
    Replies: 30
    Last Post: 10th December 2010, 15:48
  2. porting from wxwidgets & need event help
    By ntp in forum Qt Programming
    Replies: 1
    Last Post: 12th December 2008, 08:04
  3. Qt vs wxWidgets
    By mickey in forum General Discussion
    Replies: 4
    Last Post: 14th March 2008, 20:29

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.