Slashdot Mirror


A Quick Cost Analysis of Qt vs GTK

An anonymous reader writes "George Staikos responds to Michael Meeks' arguments of using GNOME over Qt. There is also a discussion of events at KDE.News. In Meeks' same set of slides, he states that Ximian OpenOffice is much faster to start than native OpenOffice."

19 comments

  1. The Point by Anonymous Coward · · Score: 1, Interesting

    Michael Meeks said he wanted to see 5000+ developers join him and implied that Qt (KDE) wasn't up to the task because Qt required those developers to purchase proprietary licenses. He said that KDE was less Free because it uses a GPL library which is in direct and total contradiction to the FSF and is another putrid example of crap that GNOME people will say to disparage KDE. The title of the slide was 'Why GNOME on Unix' and he conveniently concluded that GNOME was the only solution and then he lists his crap FUD about Qt.

    It is just another in a long line of top GNOME developers spreading this ridiculous FUD that they know is patently false and repudiated by the FSF. This is not a legitimate criticism and it is horribly hypocritical. It just shows the ethical lapses among some of the GNOME developers.

  2. Commercial software companies prefer Qt by Anonymous Coward · · Score: 4, Interesting

    One of the biggest lies that the Gtk/GNOME people like to spread is the myth that commercial third-party software companies prefer Gtk over Qt because of the licensing issue. This despite the absolute majority of facts dictating otherwise. Trolltech is perhaps the most successful Free Software company around and they have no shortage of commercial third party software companies that choose Qt. Here is one such statement from the dot:

    As someone who works for a company that owns Qt commercial (for unix), I'd like to offer my point of view.

    Management tended to be overly estatic about this Linux development environment because it's "free". So, obviously, there needed to be some justification of making a $2300 purchase in order to support this "free" linux system.

    When first learning about what was available a few years ago (GNOME and KDE) I set up machines to evaluate both. We chose KDE, and it was 95% because of Qt; it's API, it's professionalism, the signal/slot idea, etc. All of the software we've developed with it has been proprietary in house stuff; we haven't made any money off of software sales - just off of its use.

    But I'm sure other people may feel differently. Obviously if you're a lone consultant, it may be a bit too expensive for you to attempt to spend money up front in order to make money off of software. I suppose that's part of capitalism.

    But I am a happy Qt commercial user, and we will continue to support KDE development, and pay for Qt, as long as we're still writing software for Linux.

    If a GNOME advocate can point me in the direction of information/screen shots of something that can match the power of Qt/KDE/ and KDE kiosk mode, while providing clean documentation, a quarterly newsletter, and 1 year of e-mail support, I'd be interested in finding out more information.

    Until then, KDE and Qt well exceed our needs, and I'm happy to be able to use them.

  3. It all goes back to that TCO doesn't it by MrBlack · · Score: 1

    If using Qt means you're more productive then in some cases the extra cost of a Qt license (or licenses) is going to be worth it. I think we all know how TCO figures can be skewed any which way to support almost any point of view. If you like GTK use GTK. If you like Qt and can afford the license fees use Qt, or go GPL and don't worry about license fees.

    1. Re:It all goes back to that TCO doesn't it by Anonymous Coward · · Score: 0

      Yah sure, but here you have a noted GNOME developer FUDding Qt for no good reason. Sure he is a Ximian developer and probably has his marching orders, but FUD is FUD and George was simply calling BS. The guy fell over himself saying that KDE is less free than GNOME and went out of his way to skew the slide into totally distorting the facts. This is expected from the likes of MS, but a Free Software company?

    2. Re:It all goes back to that TCO doesn't it by MrBlack · · Score: 1

      Agreed - the guy from Ximian was skewing the TCO to look pretty good for GTK ($0) and bad for Qt (big $$$) which as pointed out is crap. Now what the _actual_ figures are...no body knows for sure. Your TCO for Qt might be less than mine becuase you know Qt better, or are smarter. Alternaitively if you know GTK really well then the extra money spent on Qt licenses might be a waste because you would have been more productive with GTK. It all depends on who you are, what you're working on etc. I agree the stuff from the Ximian developer looked like BS, but claiming a commercial product is actually *cheaper* in the long run because it is easier to use etc. (which is what the responder seemed to be claiming) is a pretty MS-ish move also ;-). No-one said the GTK and Qt camps had to love each-other.

  4. Free software fork to closed? by jvmatthe · · Score: 1

    I thought about this when the slides were linked to last week in another story, and I thought I'd throw it out there.

    As I understood it at the time, if you use free Qt then your program can never be non-GPL (or at least non-free). That is, any work done with free Qt has be free software, which means that even the original developer (who is normally free to fork to a non-free version) can't fork his/her project into a commercial, closed version.

    Take, for example, TuxRacer. There is a non-free version of it for sale, and a free version from the source before the fork. If it had been developed with free Qt, then my reading is that it could not have been forked and made into non-free software for profit.

    Since GTK+ is only LGPL, then I feel that it allows projects to grow in a free software world and, if and when it is deemed necessary by the author (copyright holder), forked into a project that is non-free.

    Not that I think that's a very friendly thing to do (if you accept the RMS view), but it does seem to me to be a fairly significant limitation on what one can do with software originally developed with free Qt.

    This is just my view after reading the free Qt FAQ. I'd be happy to hear arguments against my reading of that document, or if someone wants to go through the free Qt license and ensure that it indeed says something different.

    1. Re:Free software fork to closed? by Arandir · · Score: 1

      if you use free Qt then your program can never be non-GPL

      A persistant myth. Free Qt is released under a dual license GPL/QPL. The QPL allows you to use any Free or Open Source license. You are NOT restricted to the GPL.

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    2. Re:Free software fork to closed? by cornice · · Score: 2, Interesting

      If you used free Qt for a project and later wanted to fork I'm sure Trolltech would sell you a commercial license.

    3. Re:Free software fork to closed? by jvmatthe · · Score: 1
      Well, this is the line that seems ambiguous to me (from the FAQ):
      Note that software developed with Qt Free Edition must be distributed as free/Open Source software; i.e. the receivers must be free to give it to whomever they like.

      That seems to say that code developed with free Qt must be free, always. Doesn't that mean that the code in a commercial app which was developed with free Qt must continue to be free. Can you explain how dual licensing means that my reading of the above bit of the FAQ is incorrect? (Honestly asking for clarification, not being confrontational.)
    4. Re:Free software fork to closed? by Phoukka · · Score: 1

      Maybe I'm missing something, but would it be possible to fork the code, toss out Qt, rewrite to accommodate whatever would replace it, and then license it under whatever terms?

      That approach (obviously) takes sagans more time than using an adaptable library license in the first place, but I imagine it would be legally permissible.

    5. Re:Free software fork to closed? by crisco · · Score: 1
      But the line you quote is from the FAQ, not the license itself, right?

      I'm interested in this as well. Under my understanding of the GPL, you need to give source to anyone you provide binaries to. If I only give the two other guys on my development team binaries compiled against the GPL'd Qt Free Edition, I'm complying with the letter of the GPL. If we then turn around, purchase a commercial license of Qt and start selling this software, has either license (GPL or Qt commercial) been violated? Sure, maybe Qt's intentions for their products have been, but I don't think the licenses themselves have been.

      I guess this is why we have so many lawyers.

      --

      Bleh!

    6. Re:Free software fork to closed? by Arandir · · Score: 1

      Note that software developed with Qt Free Edition must be distributed as free/Open Source software

      Name one Free or Open Source license that does not allow this. There aren't any. Note that this does not specify that ALL people EVERYWHERE must be able to distribute it as free/open, just that the person with the Qt GPL/QPL license must do so; i.e. the original author.

      the receivers must be free to give it to whomever they like.

      Since the receivers got the software in a free/open form, then of course they are free to give it to whomever they like.

      What if you use an unrestricted license (BSD/MIT/etc) that allows the recipient to create a closed fork? Not a problem. In order to create a closed fork, they must either remove Qt, or the dependency on Qt. If they use Qt, then they have to follow Qt's license. If they remove the dependency, then the Qt license is no longer involved.

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    7. Re:Free software fork to closed? by Otter · · Score: 1
      What he was jumping on is that you initially said using Qt Free required that your product be GPL, not merely free.

      Basically, TrollTech doesn't want a team of developers coding with Qt Free for years, and then buying a single license to build the final closed-source product. They're a friendly, easy-going company and as someone else said, if you really found yourself in the situation of wanting to make a closed fork, they'd be happy to sell you a license.

    8. Re:Free software fork to closed? by Jahf · · Score: 1
      As I understood it at the time, if you use free Qt then your program can never be non-GPL (or at least non-free). That is, any work done with free Qt has be free software, which means that even the original developer (who is normally free to fork to a non-free version) can't fork his/her project into a commercial, closed version.


      Depends on your interpretation of "original developer" ... the person writing code in this case it building on top of the Qt codebase. Therefore in some ways the "original developer" would be Trolltech.

      Besides, I agree with one the other respondents, I'm sure Trolltech would happily upgrade you to a commercial license if you wanted to fork a closed branch.

      --
      It is more productive to voice thoughtful opinions (reply) than to judge (moderate) others.
  5. Re:And if you don't know either yet. . . by Bastian · · Score: 2, Interesting

    Just take a look at the documentation to know which to use.

    The GTK project seems to have gotten away with not having updated its documentation for 1.2 since it was 75% done in 1999. Looking over the documentation requirements and comparing those to what I expect from good documentation, they were really more like half done.

    The GTK 1.2 documentation is still in that state, & GTK 2.0's documentation doesn't appear to be much better.

    Not every function or object has a complete description, almost every struct has an incomplete description, not all methods of objects are explained fully, almost no signals have any useful documentation about what they do beyond what can be gleaned from their names. The various states for widgets and GTK as a whole are barely even mentioned.

    Assuming QT has documentation that at least approaches professionalism (which I guess is safe since QT is a professional company), I know what I'd pick.

    There's the TCO, then there's the time and money it takes to train your staff. On GTK+, I think that the investment on doing that would be simply unreasonable.

  6. Re:And if you don't know either yet. . . by Anonymous Coward · · Score: 0

    They've actually finally gone and updated the 2.0 documentation very recently... I think most of it is up to date now, with a bit more (last I saw anything about it on the mailing list archives) remaining to go.

  7. Re:And if you don't know either yet. . . by LizardKing · · Score: 1

    The GTK 1.2 documentation is still in that state, & GTK 2.0's documentation doesn't appear to be much better.

    I like the ambiguity of your using the word "appear" - shows that you know GTK+ 2.0's documentation is in fact much better than 1.2's, but don't want to admit it. Yes, Qt does have nice documentation, but it still uses that poxy slot and signal mechanism along with a daft preprocessor.

    Chris

  8. You just forgot to mention one thing: by jotaeleemeese · · Score: 1

    If you want to transform your OS application into a commercial one, go and buy a Qt license. It is that simple really.

    They got it nail down pretty well: you want to benefit from our work? OK but it is only you or others in an "altruistic" basis.

    You want to become the next Bill Gates? That is fine, but you stood in our shoulders, so cough up the dosh.

    --
    IANAL but write like a drunk one.
  9. Re:And if you don't know either yet. . . by Bastian · · Score: 1

    No, it's that I haven't sat down and read GTK+ 2.0's documentation because the only project I'm working in right now are GTK+ 1.2 && isn't going to be ported to 2.0 until the next release.