[PyQt] problem with pyuic4
Detlev Offenbach
detlev at die-offenbachs.de
Sat Jun 23 14:20:21 BST 2007
Hi Phil,
pyuic4 (if used with Qt 4.3) generates code for QGridLayout, that is not
compatible with Qt 4.2. It generates calls to setHorizontalSpacing() and
setVerticalSpacing() even if both are identical. Please change this the way
you did it for setMargins(). If both spacing parameters are identical
generate a call to setSpacing() otherwise as it is right now.
Regards,
Detlev
--
Detlev Offenbach
detlev at die-offenbachs.de
More information about the PyQt
mailing list