I am very new to Qt and also in Symbian too.
what I am trying to make is...
1. Want to Parse XML from server
2. Display the XML content (image, text and URL) in list box
3. When I click on the list item then it hits the corresponding URL (URL is the link to another XML file in the server) and display the content of the URL (XML) in another list box.
Is there any example for the same
Bookmarks