Hello,
While moving from a qt3support code base to qt4 without qt3support I ran in a strange issue with the UIC.
In qt3support codebase we used uic3 and the QT3 ui files.
With the help of uic3 I converted this to a qt4 ui file with qt3support. Than I replaced all qt3 classes with qt4 classes.
But when I used uic to create the header file I got a include for qt3 support.
#include <Qt3Support/Q3MimeSourceFactory>
So I used the -n option but that did not help.
Removing the mimesource line from the ui file did help.
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
Is this correct?
Regards,
Marcel
Bookmarks