Ok, now I can retrieve a icon from a file. How can I save it to a xml file?
Ex:
Qt Code:
  1. <icon>
  2. <name>Explorer<name/>
  3. <iconData> 011001010110101001001010110010101001110101110011
  4. 011001010110101001001010110010101001110101110011
  5. 011001010110101001001010110010101001110101110011
  6. 011001010110101001001010110010101001110101110011
  7. 011001010110101001001010110010101001110101110011
  8. 011001010110101001001010110010101001110101110011
  9. 011001010110101001001010110010101001110101110011
  10. 011001010110101001001010110010101001110101110011
  11. 011001010110101001001010110010101001110101110011
  12. 011001010110101001001010110010101001110101110011
  13. <iconData/>
  14. <icon/>
To copy to clipboard, switch view to plain text mode 

Thanks for all the help!