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...