Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
GUI Programming

Nokia Releases Qt 4.6 6

Lawand writes "Nokia today released Qt 4.6, the latest version of the cross-platform application and UI framework. Featuring new platform support, powerful new graphical capabilities and support for multi-touch and gestures, and this is the first release to include significant code contributed from the community. This release introduces support for the Symbian platform with integration for the S60 framework, expanding the addressable market for Qt applications by over 130 million Symbian devices."
This discussion has been archived. No new comments can be posted.

Nokia Releases Qt 4.6

Comments Filter:
  • The correct link of "significant code contributed from the community" is this: http://blog.qt.nokia.com/2009/12/01/thanks-for-helping-us-make-4-6 [nokia.com]
  • by Anonymous Coward

    4.4 will be the last of the 4 series. Now that the system no longer crashes continuously there is little left to do with it. The developers are already working on a brand new interface.
    To reduce the memory footprint and ease the transition for new users the whole system will be reduced to a single "run" widget. On clicking it, the system will crash. Devs are hoping to have it ready to release 5.0 by during the next month and new distributions will include it in their April releases.

    (m
    >O3-
    (w

  • Excellent! I am really interested in seeing how the GLSL support turned out.

    Qt is the best Cross-Platform Framework I've worked with so far. And while it doesn't have the integration and elegance of Apple's APIs, it works on the three big platforms.

  • Not to forget the parallel release of Qt Creator 1.3, which is the single best C++ IDE for Unix platforms, and a very worthy competitor to VC++ on Windows (the latter has more features, but is more heavyweight and slow as well).

  • by wzzzzrd ( 886091 )
    One important thing for me when judging the quality of a new release of a software lib/ development platform would be if it is usable with gcc. Qt is. If you look at the implications of compatibility with gcc (even a certain version), this means much: it may look terrible on some arcane systems, but it will work on all systems that give you a gcc dev env. As long as every lib you use has a decent open source license, like GPL, MIT or BSD that is.

What is research but a blind date with knowledge? -- Will Harvey

Working...