<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 12pt; color: #000000'>I'm starting to redesign an existing application by using PyQt and QtDesigner for the user interface. I want my main window to include a matrix of about 12 tool button widgets that have .jpg or .png images on them that the user can click to select his/her desired features of the application. I notice that in order to place an image onto the tool button, the image has to be listed in a resource file and in reading about resource files for PyQt, it seems that the .qrc files have to be translated into a qrc_resources.py file that I presume needs to be imported into the application. This does not provide the wysiwyg designing experience that I was expecting when using QtDesigner.<br><br>What am I missing? And if I need to use the pyrcc4.exe program to convert the .qrc file, how do I attach the images to their respective tool buttons?<br><br>If there is a way to use QtDesigner for this purpose, please let me know how to do so.<br><br>Thanks.<br><br>-rich parker-<br></div></body></html>