Can you post a small compilable example experiencing such a behaviour? Are you porting from Qt3? In the snippet you posted everything seems to be fine, the problem has to be elsewhere...
Can you post a small compilable example experiencing such a behaviour? Are you porting from Qt3? In the snippet you posted everything seems to be fine, the problem has to be elsewhere...
I have run into this when porting Qt3 forms to Qt4. You should just delete the pixmapFunction (or something to that effect) tag and its contents from the .ui file by hand. Worked for me. Newly created forms should not have this problem.
--Justin
skyphyr (26th February 2007)
Hi,
Sorry again for the delay. This has definitely fixed it for me :-) I've only even worked in Qt4 for this project - perhaps I accidentally opened the ui in kdevelop's embedded designer?
Thanks very much for the help with this one.
Cheers,
Alan.
Bookmarks