Always remain updated about current software development trends

Articles having tag: QT

Two Ways to Realise the Composite Pattern in C++ and Qt

In this article I show the Object-Oriented Implementation of tree, by using Composite Design Pattern, C++ and Qt Framework. I will also explain why we do not use (although you can) in Qt the standard design of Composite Pattern as described in GoF.

Qt Creator 2.5.0 released

The Qt Creator 2.5.0 final has been released! There are lots of new features and improvements in this release, I’ll highlight a few here, some others are probably already mentioned in our beta blog post, and you’ll find a more complete list in our...

Painting on a Widget

Create a PyQt Widget that can be drawn on

Qt Creator 2.5 RC released

We are happy to announce the Qt Creator 2.5 release candidate today. Since the beta release we did a lot of bug fixing, including some crashes and some regressions in the C++ code model handling. Thanks to all who contributed to these 180+ fixes. And special...

Qt 5, C++ and Qt Widgets

We have seen the many questions and the concerns raised about our commitment to C++ and QWidget in Qt 5. I thought now would be a good time to address some of these concerns in this post. The post on the Qt 5 alpha was focused on the new things we enable and...

Cross compiling Qt for the masses

Cross compiling Qt for particular devices/BSPs can be frustrating when operating from first principles and we are trying to improve the existing configure/qmake build infrastructure in Qt 5, as well as the associated documentation, in order to ease this burden....

Intro to QT in Maya 2012

A brief tutorial on PyQt within Maya 2012.

Qt 5 Alpha

Today we released the Alpha of Qt 5, the first major release since the Qt Project went live. A lot of people have worked hard to make this release happen. A large amount of work and features that went into this alpha have been coming from people not working...

Qt Creator 2.5 beta

We just published the Qt Creator 2.5 beta. This release is full of goodies, and as usual we’d like to give you a small tour through the new features, though we can’t possible cover all of them in one blog post. The C++11 standard was published last...

QML Profiler update

Hello! We have been improving the QML Profiler over the last months, with a special focus on the user interface. With the latest features we want to make it easier to navigate the time line, locate points of interest, and manage the statistics effectively to...