Hello!

A QTableWidget instace is added dynamically to an existing QGridLayout created 
by Qt Designer using the addWidget method:

[...]
self.ui.legend = Legend(self.ui, data)
self.ui.gridlayout1.addWidget(self.ui.legend, 2, 0, 1,1)
[...]

Unfortunately, the QTableWidget causes the existing layout to be enlarged. How 
can this be avoided?

Thanks,
Fabian
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to