CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Qt or wxWidget

Hybrid View

  1. #1
    Join Date
    Aug 2009
    Posts
    2

    Qt or wxWidget

    Never programmed a GUI from scratch before. But I need to be able to draw a map, zoom in/out, and select objects on the map itself. Which one of these languages should I look at to home me. Is there one that makes it simplest to do? What should I be looking at? What should I be looking at?

  2. #2
    Lindley is offline Elite Member Power Poster
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    10,895

    Re: Qt or wxWidget

    Zooming in and out is going to be the decider, I think. I know that's one thing that GTK+ is really, really bad at; and I think the reason it's bad is because of underlying issues with Win32. If either Qt or WxWidgets has cracked the "smooth zooming" problem, I'd be very interested to know.

  3. #3
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: Qt or wxWidget

    Use QT.

  4. #4
    Join Date
    Aug 2009
    Posts
    2

    Re: Qt or wxWidget

    Quote Originally Posted by Skizmo View Post
    Use QT.
    Would you please elaborate into why?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured