hi...
I have HW that I must read Info of my GameObjects(health, atack_range, cost ,...) from XML file... I use Qt and QXmlStreamReader Class in it..but I don't understand anything from Qt help... and I test it with some example but can't reach my goal..
Please help me...
I have some problem with function...
I don't know how use readElementText () & readVext(),...
readElementText () must return all text between startElement and endElement but this fuction return empty string...
can I parse my own tag(health, attack,...) with this class?