For some reasons, Q_PROPERTY with QList<Texture*> doesn't work with creator. The data is empty. As for now, the work around is to make a QList<QObject*> instead. Not the best way.
For some reasons, Q_PROPERTY with QList<Texture*> doesn't work with creator. The data is empty.
As for now, the work around is to make a QList<QObject*> instead. Not the best way.