What the Heck is QML?

What the Heck is QML?

As a C++ developer, I’ve spent a great deal of time working with the cross-platform C++ framework, Qt. It’s been a great help in building apps that need to be able to run on Windows, Linux, and OS X. Over the last couple of years there have been more and more mentions...
Adding Scripting to a Qt Application – Part 2

Adding Scripting to a Qt Application – Part 2

In Part I of this set of articles we introduced the basics of adding scripting capabilities to your Qt application. In this article we extend that to allow the user to build and utilize his own QtDesigner-created widgets through script. This article focus on adding...
Adding Scripting to a Qt Application – Part 1

Adding Scripting to a Qt Application – Part 1

Adding scripting capabilities using Qt is a painless process that can give your application’s users incredible powers to extend the functionality of your application. You can expose limited functionality for simple actions or you can expose nearly everything in the...