Has anyone tried to use pyuic3 on ui files that include custom widgets? In the past if you created a customwidget in designer and specified mycustomwidget.h as the include file, then pyuic would generate:
from mycustonwidget import customwidget as expected. I'm right now using PyQt version 3.8 and it doesn't look like pyuic3 is doing the "from <includefile> import <classname>" magic anymore. If I'm wrong and someone has seen this work for version 3.8 please let me know. thanks. -- Chris _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
