Slashdot Mirror


Free Software Faces a Test With Qt

An anonymous reader writes with an article in TechRadar. From the article: "Thanks to Nokia's jump to Windows Phone 7, from the frying pan into the fire, its Free Software darling, the Qt toolkit, has been left living on vague promises and shell-shocked, hollow enthusiasm. Nokia has pledged some continued investment, bonuses for developers who stick with the platform and even a phone or two that might use it. But the truth is that Qt is deprecated, the project has stalled, and its future is uncertain."

21 of 177 comments (clear)

  1. First comment on referenced article by Anonymous Coward · · Score: 5, Informative

    From the first comment on the linked article:

    You obviously have no idea what you're talking about, and have not been following the Qt project's development lately.

    Development is steaming ahead, releases are coming out, and they are hard working on Qt 5. They are also putting Qt into open governance, so even "outside" people may take "ownership" of certain parts of the project, and be more involved in the development of the project.

    Qt is, in other words, no way near its end of life. (Also, KDE wouldn't *need* to fork, if Qt did come to its End of Life. Obviously you haven't heard of the KDE Free Qt Foundation, which was set up very early on between KDE and then Trolltech (and updated when Nokia bought Trolltech). Should Nokia discontinue the development of the Qt Free Edition under the LGPL 2.1 and the GPL 3 licenses, then the Foundation has the right to release Qt under a BSD-style license or under other open source licenses. The agreement stays valid in case of a buy-out, a merger or bankruptcy.)

    So please, stop spreading FUD.

    This is a lot more accurate than the article or the Slashdot post. Seriously, folks, Qt existed a long time before Nokia. KDE never needed Nokia's support, and Nokia didn't use KDE. Keep calm and carry on.

    1. Re:First comment on referenced article by Anonymous Coward · · Score: 3, Interesting

      I can only agree. Just take a look at all the (FOSS/non-FOSS) projects that currently use Qt (from wikipedia):

      Qt is most notably used in Autodesk Maya, Dassault DraftSight, Google Earth, KDE, Adobe Photoshop Album, the European Space Agency, OPIE, Siemens, Volvo, Walt Disney Animation Studios, Skype, VLC media player, Samsung, Philips, Panasonic, VirtualBox and Mathematica.

      Maybe it will be developed by other people, but it's probably safe to say that it won't die so soon.

      PS: Skype uses Qt? Could be interesting to see what Microsoft will do about that...

  2. Re:er... by jonbryce · · Score: 3, Informative

    The problem is that development is funded by the people who pay for non-free licences. If that income dries up, the KDE project would have to put their own development team together with volunteers or donation/grant funded developers.

  3. Re:er... by MrHanky · · Score: 5, Informative

    It has. Also, anyone bothering to check facts, such as the public git repository, can see that it's still actively developed.

  4. Troll? by Anonymous Coward · · Score: 3, Informative

    Sometimes I get the feeling that all you need to do in order get on Slashdots front page is to post an inflammatory article about open source.with no real basis.

  5. Re:...so? by MrHanky · · Score: 5, Insightful

    3) Stop believing in crap opinion pieces by random know-nothings on the web.

  6. Another one of those cases... by hardaker · · Score: 5, Insightful

    ... where a reputable news source would have checked its sources for accuracy first. stagnated and stalled? Hmm... Just two weeks ago we had very different news.

    In reality, even if Qt stopped dead in the water with no development from anyone, it'd still be one of the best documented GUI libraries out there. I've never been a fanboy of any particular software suite, but the more and more I've dove into Qt in the last year the more I'm truly impressed with the design and documentation of the toolkit. Somehow I don't think it's going away.

    --
    The next site to slashdot will be ready soon, but subscribers can beat the rush and start slashdotting it early!
  7. Re:er... by Anonymous Coward · · Score: 3, Insightful

    ... hasn't QT been LGPL'd? I don't see the problem.

    Some feel that Qt's superiority stems from its corporate sponsorship, and that being "demoted" to a sponsorless open-source project like GTK will result in a loss in quality. Others (like me) think that a lot of the quality is in the product design itself and that while development may slow down post-Nokia, it will still provide a superior open source toolkit for the forseeable future.

  8. Re:In completely unrelated news by Compaqt · · Score: 4, Insightful

    In a statement Stephen Elop, Nokia's CEO, said the company must "accelerate the pace of our transition"

    Hilarious. Translated: March faster to oblivion.

    What fool would buy a Nokia smartphone after all the jerking around of customers and developers? The sad thing is Nokia had the best actual phone technology in the business (i.e., actually making calls with good voice quality).

    --
    I'm not a lawyer, but I play one on the Internet. Blog
  9. Wow, how can you be so far off the mark? by t_hunger · · Score: 4, Informative

    Since the windows 7 announcement the following things happend in Qt land: The Qt SDK had mayor update, Qt Creator had a new release, Qt had some minor updates, the open governance program is in full swing, Qt 5 was announced with open planning, there is a Contributor Summit coming up to discuss all these changes with non-Nokia developers...

    Yeap, Qt has all the hallmarks of a dead project!

    --
    Regards, Tobias
    1. Re:Wow, how can you be so far off the mark? by suy · · Score: 5, Informative

      Exactly, just a quick look at the dev blog shows the following updates with respect to new features (some stable releases, some tech preview):

      • QML Scene Graph in master branch
      • Qt Webkit minor releas
      • Qt 4.8 tech preview
      • Updates on Qt Creator, and its integration on the SDK
      • Updates on the open governance
      • Qt Quick 3D
      • Qt Mobility 1.2
      • First plans for Qt 5

      This is only during May. If anything, I see Qt more alive than ever.

      There is also the misconception that only the Qt developers do interesting research and add features. That's very wrong. Lots of KDE ideas were implemented in Qt at one point or another. Also note that companies like Digia or ICS (and several others) are now way more involved in Qt than ever, and will be more once the open governance transition finishes.

  10. Re:The future of everything is uncertain; thats li by ensignyu · · Score: 4, Informative

    Qt is actually LGPL now. Furthermore, if Nokia decides to stop developing Qt, the KDE Free Qt Foundation can vote to release Qt under a BSD license.

  11. Quicktime is dying? by Anonymous Coward · · Score: 5, Funny

    ITS ABOUT DAMN TIME!

  12. An alternative to reliance on a single toolkit by byuu · · Score: 5, Interesting

    I hate to come across as advertising, but for those worried about the possibility of any specific API going away ...

    I've found that most small to mid-sized GUI applications only really need the basics: windows, menus, buttons, check/radio boxes, list/tree views, sliders, scollbars, combo boxes, and something to render graphics (Direct3D/OpenGL/raw pixels) onto. It won't get you Photoshop or Quark Xpress, but that's enough for most CLI frontends, emulators, text/hex editors, office tools, etc.

    I put all my eggs in the Qt basket and got burned by a lot of platform-specific bugs. So I took all the core features and wrote a unified wrapper around all of the major toolkit APIs: pure Win32, GTK+ and Qt. In this way, there are no 4-10MB run-time library dependencies, the code is much simpler, and I feel my applications are more portable: the wrapper is so small one could port it to eg Haiku, Cocoa, etc in roughly one weekend. I can also target any platform (Win32, Win64, Linux, OS X), and any toolkit available on each, with the exact same codebase. Eg both Gnome and KDE users gets 100% native apps.

    Doesn't have a snazzy public name, but internally I call it phoenix, and it's available here, if anyone is interested. There are, of course, obvious downsides: if you want a complex GUI, you would have to add the higher-order, platform-specific (floating docks, grid views, tab bars, sheets) controls yourself. And it also targets C++0x, which is great for lambda callbacks, but bad for portability at the moment.

    1. Re:An alternative to reliance on a single toolkit by shutdown+-p+now · · Score: 3, Insightful

      So I took all the core features and wrote a unified wrapper around all of the major toolkit APIs: pure Win32, GTK+ and Qt.

      It sounds like you reinvented wxWidgets?

  13. Meanwhile..... by diegocg · · Score: 4, Informative

    ...QT continues developing announcing cool features, like the QML scene graph (post from today)

  14. "the truth is that Qt is deprecated" by volkerdi · · Score: 4, Insightful

    The only truth here is that the article was written by a completely ignorant asshat.

  15. Re:In completely unrelated news by catalina · · Score: 3, Funny

    On the upside there is increasing confidence they'll be able to ship at least one WP7 product
    A WP7 product is an upside?

  16. Re:...so? by MrHanky · · Score: 4, Insightful

    I said stop believing, not stop reading. If you stopped reading Slashdot, then how would you know whom to flame?

  17. Re:er... by mirix · · Score: 4, Insightful

    It was GPL/commercial dual licence for ages, and more recently LGPL'd.

    Development is continuing, this is a complete FUD non-story. Qt isn't going to disappear even if Nokia did.

    --
    Sent from my PDP-11
  18. Re:Nokia PR and Qt development are different by oiron · · Score: 3, Informative

    Thanks for the tasty FUD!

    Some comments here claim Qt is not dying because Nokia made some announcement and the Qt blog is hyperactive.

    But look at the facts:
    -the IRC channel they used: #qt-labs, has almost no activity since February

    Looks like there's quite a bit of activity from just the last week

    -the brand new Qt Developer Network has been deserted by the trolls

    It'd be great if things were deserted by the trolls, I guess... Anyway, it doesn't seem deserted by the users

    -the blog posts on Qt labs are just about future project, never anything concrete for the current library

    Of the five posts on the front page, two are about merges of experimental features (the QML scenegraph and Lighthouse), two about conferences and summits, and one's about the release of QtWebkit 2.1.1. Not current enough for you?

    -the plans for Qt 5 announced recently are ridiculous, no troll was involved in those

    I'm not even going to reply to that one!

    -the development on qt.gitorious.org stalled since February

    If there is not quickly a fork of Qt, we will discover in 2 years that Qt is outdated and there is no longer any professional GUI library for Linux.

    Latest commit is dated Jun 1 2011

    Now, WTF are you talking about again?