So i have an XML File

Qt Code:
  1. <root>
  2. <row>
  3. <id>1</id>
  4. <movie>e32017e61f189944fe1bf703ebc14050.avi</movie>
  5. </row>
  6. <row>
  7. <id>2</id>
  8. <movie>e3535645kds54544fe1bf703ebc14050.avi</movie>
  9. </row>
  10. </root>
To copy to clipboard, switch view to plain text mode 

I want to read threw the xml file and set the value of <movie> to a string
then set the string to read the next one on a timer for phonon like SIGNAL abouttofinish to SLOT next-movie-string-from-xml

i have been working on this for a few weeks now and still cant get any solution

please any light on this would be amazing thanks