As I unerstood from the manual, in order to add an icon to the application I need to do:

setWindowIcon(QIcon("icon.pxm"));

What is this pxm format? I have .jpg icons or .ico icons but not pxm. What do I use to create .pxm? Can I use the .ico instead?