How to create a Qt Creator plugin in C++, a working example explained
-
I have just posted a new article on my blog that explains how to create a Qt Creator plugin in C++.
If you are a Qt or C++ developer who uses the IDE of the The Qt Company and you want to extend or improve its features, this is what you need!
In this article I will try to explain all the basic concepts you need when creating a plugin and then I will guide you trough a practical example that creates a simple plugin with an option page.
Source code is available on GitHub and licensed under the Unilicense license.
-
Related to my post...
Yesterday Cristian Adam has published another interesting article on Qt's blog about Building Qt Creator plugins with GitHub Actions.