Home Tags Qt Creator

Tag: Qt Creator

Qt Creator 4.3.0 brings major additions in Qt Quick Designer

0
  Qt Creator, the open source cross-platform IDE, has officially received a major version update. The latest version comes with notable improvements in Qt Quick...

Qt Creator 4.2 brings new SCXML Editor module

0
Qt Creator has received another major update. Debuted as Qt Creator 4.2, the new version brings a list of new features for Linux, Mac...

Developing Apps on Qt, Part 4

3
In the last article, we worked on the backbone of GUIs, the signal and slot mechanism. In this article, we move ahead to the...

Developing Apps on Qt, Part 3

7
In the previous article, we covered some important Qt non-GUI classes; I hope you experimented with others, since the secret to learning lies in...

Developing Apps on Qt, Part 1

5
This article introduces application development using the Qt GUI framework. There was a time when all desktop applications were developed from scratch. Then came the...