hi,
i have a class with properties and i want to make automatic XML saving of all properties.
can i loop trough all properties?
something like this
Qt Code:
  1. for(quint i=0;i<propertiesCount();i++)
  2. {
  3. saveToXml(properties[i]);
  4. }
To copy to clipboard, switch view to plain text mode 

Maybe someone have a solution that i can apply?
or there is another way, that is commonly used?

Thank you