发布于 2014-06-26 04:01:46 | 251 次阅读 | 评论: 0 | 来源: 网友投递
Qt 跨平台的C++图形用户界面应用程序框架
Qt是一个1991年由奇趣科技开发的跨平台C++图形用户界面应用程序开发框架。它既可以开发GUI程序,也可用于开发非GUI程序,比如控制台工具和服务器。Qt是面向对象的框架,使用特殊的代码生成扩展(称为元对象编译器(Meta Object Compiler, moc))以及一些宏,易于扩展,允许组件编程。
Qt 5.3.1 发布,此版本作为一个分支版本,并没有添加新特性,但是对系统进行了各种改进,还有大量的 bug 修复。此版本包括了 Qt Creator 3.1.2 版本,企业版的完全支持 Qt Quick Compiler 1.0.0(启动速度提升了 30-40%),更新 Data Visualization 到版本 1.1,Charts 到版本 1.4。
主要改进如下:
Performance optimizations for Qt Quick Engine’s JIT compiler code generation and important bug fixes, especially on ARM (QTBUG-39289)
QAbstractProxyModel::sibling to now works in the same manner as with Qt4
Many small fixes to Qt Quick Controls, for example to TableView, TabView, ComboBox and Calendar
QQuickWidget now works properly also with ANGLE (QTBUG-39699)
Qt Quick animations now work also with static builds (QTBUG-37341)
Fix for a regression of QPushButton with QMenu (QTBUG-38550)
Fix for a regression on Mac for passing click event to underlaying widget (QTBUG-39322)
Initial support for Mac OS X 10.10, more improvements will land on upcoming Qt releases
Positioning backend now available also for Windows Phone
Accessibility now works on Android also below API level 18 (QTBUG-39508)
Fix flashing white screen at startup/shutdown on Android (QTBUG-38960)
Support for upcoming Android L (QTBUG-39042)
更多更新内容请看Change files for Qt 5.3.1,查看更多已知问题请看这里,下载请前往这里。