Hi, forms compiled with pyuic4 of latest PyQt4 snapshot don't work with Qt 4.3. Attached please find a test form, that shows the problem (generated Python code is included as well). Executing the Python file gives the error
Traceback (most recent call last):
File "fail.py", line 70, in <module>
ui.setupUi(Dialog)
File "fail.py", line 18, in setupUi
self.vboxlayout.setLeftMargin(6)
AttributeError: setLeftMargin
QLayout just has a method called
void QLayout::setContentsMargins ( int left, int top, int right, int bottom )
that sets all four margins in one go.
Regards,
Detlev
--
Detlev Offenbach
[EMAIL PROTECTED]
fail.py
Description: application/python
fail.ui
Description: application/designer
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
