• 14161阅读
  • 4回复

[新闻]Qt 5.2 Released | The Best Qt Yet [复制链接]

上一主题 下一主题
在线realfan
 

只看楼主 倒序阅读 楼主  发表于: 2013-12-12


Qt 5.2 Released | The Best Qt Yet


Published Thursday December 12th, 2013 | by Lars Knoll

We’re proud to announce that Qt 5.2 is now available. With the release of Qt 5.1 in July, we showcased the Qt for Android and iOS ports and laid down the beginning of some heavy improvements we have now done on Qt’s graphics capabilities. In the last 6 months, we’ve worked very hard to finalize this release and especially these ports.

Qt on Mobile Is Here with Great Opportunities


I am proud to say that Qt 5.2 fully brings Qt into the mobile space as a true player in the app development market supporting Android, iOS, BlackBerry, Sailfish/Jolla and Ubuntu Mobile. With this, Qt is the native cross-platform development framework with the broadest support of operating systems in the mobile space, complementing our even wider support of operating systems for desktop and embedded development. Qt 5.2 makes it very easy to take your existing desktop or embedded applications and bring it to mobile phones or tablets.
To show our commitment to being fully cross-platform also on mobile, we have an additional small christmas present for you. I am excited to announce that we now also have a Technology Preview ofQt for WinRT available. The preview is based on our development branch, and thus contains already a few of the new features to be found in Qt 5.3.

Qt on Android and iOS


Most of the Qt APIs are supported with Qt 5.2 both on Android and iOS. Since these are new platforms there are, however, some exceptions. Qt WebKit is not yet supported on Android, and can’t be brought to iOS due to App Store policies. But we are working on bringing an easy way to embed web content via Qt APIs to these mobile platforms in the future. In the meantime, we recommend the use of native web elements. Qt Bluetooth and Qt NFC are also not yet supported and will get implemented in a subsequent release.
All of our other APIs (including Qt Quick, Qt Sensors and Qt Multimedia) are fully supported on these platforms, allowing the development of a very wide class of applications with Qt APIs only. If something is not yet supported with the Qt APIs you can also always fall back to using some of the platform’s native APIs, where needed. For Android, we provide a convenience API for using the Java Native Interface (JNI) through the new Android Extras module. For more details, you can read the blog post about Implementing In-app purchasing on Android.
Developing Qt applications on mobile can be done fully within the Qt Creator IDE for Android, BlackBerry and Sailfish. On iOS, the Qt Creator support is still experimental.
With Qt 5.2, we are also introducing our Qt Mobile edition , which we announced in October at Qt Developer Days Berlin. Qt Mobile edition is a specially tailored package for mobile app developers that will help you target the fragmented mobile markets with one technology.
Besides new mobile platforms we’ve also continued working hard on the existing platforms. More then 1500 bugs have been fixed since the release of Qt 5.1.1. The desktop platforms have received a lot of focus with multiple improvements all around the libraries and by bringing in platform-specific support through new modules.

Great Improvements for the Desktop


Qt on desktop operating systems is the heart of Qt and has served as a stepping stone for the immense breadth of our operating system support throughout the years. That said a lot of improvements have happened with Qt 5.2 that are mainly targeting the desktop operating systems.
  • We’ve further improved the Qt Quick Controls for the desktop and made it easier to integrate Qt Quick into traditional QWidget-based applications
  • A lot of enhancements and bug fixes went into the Qt Widgets module
  • We added a new QKeySequenceEdit QWidget class making it easier to deal with user configurable key bindings
  • Accessibility is now fully supported on all desktop platforms (and Android)
  • Qt Windows Extras module: Integrate with native code on Windows
  • Qt Mac Extras module: Integrate with native code on Mac OS X
  • Improved time zone and locale support with QTimeZone and QCollator
  • Bluetooth is supported for Linux with Qt Bluetooth module
  • Many fixes to improve support for OS X Mavericks

All of these changes together make Qt 5.2 an excellent basis for your desktop application.

Revamped Qt QML and Qt Quick


A huge amount of things have also changed under the hood. The Qt QML module has gotten a brand new engine, removing our dependency on the V8 JavaScript engine. The new engine is built from the ground up for Qt and with QML as the main use case in mind. It supports an interpreted mode, and can thus run on CPU architectures where JIT would not be available or platforms such as iOS where JIT’ing is not allowed by App Store policies. In earlier Qt versions, the integration with the V8 JavaScript engine was difficult and led to performance issues when crossing the boundary between the Qt and JS code bases. This problem has now been resolved by the new engine, which directly uses Qt data types and can quickly interact with all Qt code.
As a net result of these changes, you should see some performance improvements for most QML use cases. However, as Qt 5.2 is only laying down the foundation, performance when executing lots of program logic in JavaScript will be slower than with Qt 5.1. Qt 5.2.1 will bring quite some additional speed improvements and we have great plans for the engine in Qt 5.3.
A lot has also happened on the Qt Quick side of things. The renderer for the Scene Graph has been completely rewritten delivering much improved rendering performance for applications and freeing up more CPU time for the application itself. In addition, every QQuickView now renders in a thread of its own, ensuring that multiple scenes don’t block each other.
Qt Quick has also gotten support for a new animation type called Animator, which allows you to run many animations fully on the rendering thread. These animations cannot be blocked even if the main thread would be heavily loaded doing some extensive calculations.

Qt Creator 3.0 and Other Goodies


Qt 5.2 ships together with the new Qt Creator 3.0. The new Qt Creator improves support on mobile platforms and improved stability of it’s plugin APIs. This will create a foundation for 3rd party plugin extensions for Qt Creator, something we’re looking forward to expanding more in the future.
A couple of new modules and APIs also made it into Qt 5.2. Most notable are probably the support for positioning with the Qt Positioning module, Bluetooth support for Linux and BlackBerry with the Qt Bluetooth module, NFC support on BlackBerry, support for time zones and Unicode collation and the new Windows, Mac and Android Extras modules.
Qt WebKit has also received a major update now being based on a WebKit version from this summer. This includes many new features such CSS Blending, Geolocation, Web Notifications and a threaded garbage collector.

Qt in Action


We’ve deployed a couple of Qt Quick applications to the mobile marketplaces for you to try out. The “Quick Forecast” is a weather application using a web API and implemented completely with Qt Quick Controls. You can get it for Android from Google Play and for iOS from the App Store.

Learn More about Getting Started with the New Platforms


In the beginning of 2014, we are coming to meet you in person at a few locations around the world with our Qt Mobile Roadshow. The event is a full-day free developer event on how to get started developing cross-platform mobile applications with Qt. The locations and dates can be found here.
We are also organizing a couple of specific webinars around Qt for Android and iOS where you will get hands-on information on how to get started developing:
  • Qt on iOS, Hands-On – Dec 17th 2013
  • Multiscreen Development with Qt | Business Overview – Jan 9th 2014
  • Qt on Android, Hands-On – Jan 16th 2014

Please find the detailed webinar information registration from http://qt.digia.com/webinars.

Download & Try


You can download Qt 5.2 from our download page on http://qt-project.org or try the Qt Enterprise 30-day free trial from http://qt.digia.com. Qt Enterprise customers can access the Qt 5.2 release directly from their customer portal. If you are only targeting mobile, you can also download a 30-day free trial of Qt Mobile from http://qt.digia.com/Try-Buy/Choose-Plan/.

Thanks!


Last but not least, I’d like to thank everybody that has contributed to making Qt 5.2 the best Qt release yet. Many people from the community have worked very hard to make this release happen. I’d especially like to thank KDAB, Bogdan Vatra and the Necessitas project for their significant efforts and contribution to Qt 5.2. Also, I would like to extend a warm thank you to the KDE community that has contributed many interesting and valuable features, and our release team that did a lot of hard work behind the scenes pulling everything together into a releasable package.
We hope you enjoy Qt 5.2 as much as we enjoyed making it. Happy holidays!
离线liyoujun

只看该作者 1楼 发表于: 2013-12-13
谁给个翻译,还有Qt5.2和5.1在Linux下android的环境配置有区别么?求比较好的链接。
离线XChinux

只看该作者 2楼 发表于: 2013-12-13
Qt 5.2 launches delivering true cross-platform application development on all leading desktop, embedded and mobile platforms
Qt 5.2 features full Android & iOS support, enhanced desktop capabilities, and increased performance and functionality

December 12, 2013 —Qt, the leading cross-platform application and user interface (UI) development framework is now available under version Qt 5.2. By adding support for Android and iOS to its extensive range of desktop, mobile and embedded operating system platforms and enhancing its core performance and functionality, Qt 5.2 is positioned as the only cross-platform development framework for UI and non-UI creation to enable intuitive and highly performing platform-independent software applications no matter the target device or screen size. Under the Qt Enterprise offering, Qt 5.2 opens the door to increased mobility of enterprise applications and paves the way for enterprise-ready multi-screen applications that users can experience from desktop to smartphone to automobile to TV.

In addition to Android and iOS support, Qt 5.2 also introduces Qt Cloud Services, developed to address the cloud computing needs of enterprises and developers in such a way that makes Qt the #1 solution that facilitates the whole lifecycle of connected and data-driven Qt applications. Qt Cloud Services’ first offering is data storage and user management also known as, Enginio. The introduction of Qt Cloud Services with Qt 5.2 offers everything needed to develop, test, deploy and manage applications with one Qt.

Qt 5.2 also includes a new JavaScript engine and Scene Graph renderer that further improve the functionality and performance of Qt Quick QML, a declarative UI development language, optimal for the creation of intuitive, highly-intensified graphics on desktop, embedded and mobile platforms.  New modules for Positioning, Bluetooth and NFC have also been introduced, as well as a bundled-in Qt Creator 3.0, the Qt integrated development environment (IDE).

Qt provides true cross-platform capabilities across all the most widely used and relevant desktop, embedded and mobile platforms, supporting 15 leading operating systems. For the enterprise, this greatly simplifies the process of mobilizing applications throughout the organisation. The implementation of programmes such as bring your own device (BYOD) will benefit not just from streamlined development but also reduced maintenance effort due to the use of one technology across all platforms. With Qt, multi-screen development to enable BYOD for all industries means that an application is developed once and then deployed with the same – or a customized and scalable – UI layout to multiple device types.

Extensive enhancements to Qt’s desktop support are incorporated in Qt 5.2. These include the addition of Qt Windows Extras and Qt Mac Extras, which allow integration with platform specific functionality on Windows and Mac OS X respectively, and improvements to Qt Quick Controls and Qt Widgets.

Qt supports all major desktop operating systems, including Windows, Mac OS X and Linux, embedded operating systems such as embedded Linux, embedded Android, Windows Embedded as well as the most widely deployed real-time operating systems for embedded devices – VxWorks, QNX Neutrino and INTEGRITY® – and popular mobile OSes including Android, iOS, BlackBerry®, and SailFish.

The commercial version of Qt 5.2, Qt Enterprise with extensive additional features such as Charts, Advanced Visualization and Enterprise Tooling, can be downloaded as a 30-day free trial from http://qt.digia.com. The release of Qt 5.2 also introduces the availability of the Qt Mobile edition, an all-in-one high-calibre mobile app development package for cross-platform native Android & iOS creation. More information on the Qt Mobile edition can be found from http://qt.digia.com/qtmobile.  The Qt open source version can be downloaded from http://qt-project.org.

For more information on Qt 5.2, please visit the product page: http://qt.digia.com/qt52
二笔 openSUSE Vim N9 BB10 XChinux@163.com 网易博客 腾讯微博
承接C++/Qt、Qt UI界面、PHP及预算报销系统开发业务
离线gongyuan073

只看该作者 3楼 发表于: 2013-12-13
求大神介绍5.2有嵌入式版本的么
离线liuzh_szz

只看该作者 4楼 发表于: 2013-12-13
有不少板子可以支持Qt5了,在/qtbase/mkspecs/device下面,configure的时候,加-device就可以选择对应的设备编译,如果编译还需要加入某些选项,通过-device-option 加上。
比如要支持6410,就可以修改linux-beagleboard-g++下面对应的文件,把cortex-a8的编译选项换成arm11的,然后还缺了什么变量,用-device-option添加上去。
快速回复
限100 字节
 
上一个 下一个