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

Thread: Trolltech QT

  1. #1
    Join Date
    Jun 2002
    Location
    Richmond, VA
    Posts
    104

    Trolltech QT

    I've been researching how to achieve platform independence with C++ GUI apps, and QT seems at first glance to be the clear winner. I have a few questions though. If I want to create an app for three platforms (say Windows, Mac, and Linux), would I need three licenses of Trolltech, one for each platform, in addition to a C++ compiler license on each platform? What am I missing?
    Otherwise, Why is this not more widely used? It seems like a no brainer, one source for many platforms, object oriented GUI development, etc. Seems far superiour to VC. Thoughts?

  2. #2
    Join Date
    Jul 2001
    Location
    Netherlands
    Posts
    751
    Linux is linux and windows is windows and never the twain shall meet.
    - not Rudyard Kippling.

  3. #3
    Join Date
    Dec 2002
    Posts
    1,050
    They're pretty explicit about what they want for licenses on their
    pricing page . I was one time looking at it but the price for
    what I needed was absurd and the need wasn't great enough.

  4. #4
    Join Date
    Sep 2002
    Posts
    1,747
    I wouldn't exactly call it a no-brainer, but it is certainly useful. As are other options like wxWindows, which has the advantage of being LGPL'd open source. And there are other solutions for particular needs (like cross platform sockets, threads, graphics, sound, etc.) which often benefit from the extra focus by offering more power. I find myself moving more and more to individual libraries for cross-platform capabilities among seperate framework pieces, because I like the flexibility that gives me and I find I have a greater chance for more freedom in the redistribution-of-binary licensing.

    But Qt is rather widely used, and for good reasons.
    */*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/

    "It's hard to believe in something you don't understand." -- the sidhi X-files episode

    galathaea: prankster, fablist, magician, liar

  5. #5
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652
    Originally posted by galathaea
    But Qt is rather widely used, and for good reasons.
    Well...that might be true....nevertheless, I have to agree with mdmd...they are more than expensive...I was looking into the option as well...but I do not see any reason why I should spend between 3400 to 5000 dollars just to play around a little bit at home. Even with the current exchange rate....that is simply too much...

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