<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Arial">Hi everybody,<br>
<br>
This is my first post to this list so I apologize in advance if
anything embarrassing happens ;)<br>
<br>
To make a long story short, I found out earlier that the new
QFormLayout introduced in Qt-4.4 was not supported by pyuic4-4.4.2.<br>
I'm sorry I cannot paste the exact traceback (all of this happened at
work where I don't have internet access), but the error I got was
NoSuchWidgetError from line 62 in objcreator.py.<br>
<br>
I put together a tiny hack to overcome this, mimicking the behavior of
uic for the specific ui file I had but I did not test it in a more
complex situation.<br>
The ui file is not attached (same reason I couldn't get the traceback),
but reproducing it is trivial.<br>
The patch is attached, hopefully someone will find it useful.<br>
<br>
Thanks.</font>
</body>
</html>