On Sun Dec 13 20:17:49 GMT 2009, Lukas Hetzenecker wrote: > Could anybody help me with this issue? > It's the last bug in my application that needs to be fixed, before I can > release a new version :-( > > I attached my current implementation, written in C++, and my original > implementation in Python/PyQt4.
Have you tried experimenting with the spacing as well as the grid size? I haven't looked closely at the code, so maybe you've tried and discarded this approach. I see that you set the grid size. An alternative would be to use a table widget and turn off the headers and grid. David _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
