Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Designer: porting embedded pixmaps in ui files from Qt3.1 to Qt4.7
-
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.