Qt Test Framework
Saving time while making sure your application code is stable is important. There are many benefits to unit testing, among them, is the ability to modify and extend existing code without breaking existing functionality. It also helps you really understand the design of the code you are working on while giving you instant feedback along the development process. In this webinar, you will learn the basics of unit testing C++ classes and QML items using the Qt Test Framework provided by Qt 5.
December 14, 2015
Qt Proposals and Postponements
With the continuing delays associated with releasing a Qt 5.6 RC, the Qt 5.7 feature freeze date that was scheduled for Friday, Dec 18 has been tentatively postponed until Jan 15, 2016.
A new Qt 5.6 Beta candidate is available: http://download.qt.io/snapshots/qt/5.6/5.6.0-beta/
December 7, 2015
Qt Conversations and Changes
A lengthy discussion on a more liberal use of 'auto' in Qt was started by Marc Mutz: http://comments.gmane.org/gmane.comp.lib.qt.devel/23947
Benjamin Terrier has proposed changing the behavior of connectSlotsByName(): http://comments.gmane.org/gmane.comp.lib.qt.devel/23954
What's New in Qt 5.6.0: QVersionNumber
November 30, 2015
All Things Qt
Releases
Qt Creator 3.6 RC1 has been released: http://blog.qt.io/blog/2015/11/26/qt-creator-3-6-rc1-released/
Qt 5.6 Beta is still delayed due to continued bug fixes
Nominations
Pasi Keränen and Pasi Petäjäjärvi have been nominated for Approver status
November 23, 2015
Qt Lite
Development traffic has been light lately, due to the emphasis on getting the Qt v 5.6 Beta launched.
As usual, new Qt 5.6 Beta snapshots are available at:Qt http://download.qt.io/snapshots/qt/5.6/5.6.0-beta
November 16, 2015
Qt News
New Qt 5.6 beta snapshots are available in the usual place: http://download.qt.io/snapshots/qt/5.6/5.6.0-beta/
The packages contain the QtCreator 3.6.0 RC snapshot and they are currently hoping to release the Beta this week.
Qt Tips and Tricks - Part 2
In this blog post, we'll continue the series on Qt Tips and Tricks. This time I'll present some general advice on working with Qt, based on the experience of ICS developers.
Bug Tracker
If you are having a problem with Qt, the Qt Bug Tracker (1) is a useful resource to check for known bugs or other issues in Qt. It is also the place to report new bugs you find in Qt.