This macro is used for declaring properties in classes that inherit QObject.
I am giving very brief (and partial) description of my class to show my problem. Basically I have setup two …
I am not able to understand the usage of Q_PROPERTY. How th Q_PROPERTY helps in making a program …