How to make a QML Component a Singleton?
By: Brad
In this tutorial I’ll walk you through how to define a custom QML Component as a singleton. UPDATE: I uploaded a new sample code which better outlines the difference between using an instance of MyStyleObject and using the singleton MySingletonStyleObject.You can download it here. Currently I’m working on a rather large Qt Quick application which… To read more click here.