Qt 6.11 is out! See what's new in the release
blog
Designer: porting embedded pixmaps in ui files from Qt3.1 to Qt4.7
Qt Creator and other tools
3
Posts
3
Posters
3.1k
Views
1
Watching
-
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.