Monday, April 3, 2017

Ever dreamt of creating your own QML controls?

Were you in need of a control not provided in the QML controls set? Have you wondered how difficult could such an enterprise be to write and use your own QML control to fit your needs? Do you feel like contributing any new QML control back to the community?
If you answered yes to any of the previous questions, you may be willing to take a look at this project, where a radial bar component is created in C++ by deriving the QQuickPaintedItem class and a demo is provided in QML.By exploring the source code, you may find inspiration for your own custom control.

Happy coding!

No comments:

Post a Comment