Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
The embedded pixmaps (<images>) are lost when porting a Qt3.1 ui file to Qt4.7. Is there a simple way to accomplish this, even because the pixmaps sources are unknown?
uic3 has an option -extract <qrc-file>, which will create a .qrc-file and extract the images to an 'image' folder.
Run uic3 -help for help.
That's right.