I am trying to create a QIcon for my toolbar from a bitmap file. I have the bitmap stored as a .h file, but I can only see how to set the icon using a QPixmap which will convert the image to 32-bit when I need to keep it as the black-and-white bitmap that it already is. Any help would be great! Thanks!