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
[EMAIL PROTECTED]
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to