[PyKDE] pyuic3 and custom widgets
Christian Bird
cbird at metrowerks.com
Wed Aug 27 22:54:01 BST 2003
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
More information about the PyQt
mailing list