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

Date

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/

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.