Hello, Am Montag 14 Dezember 2009 14:49:37 schrieb David Boddie: > 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?
Yes, I set the grid size to the maximal size hint of all items. > 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. I think this wouldn't work, because I can't set the viewMode to IconMode and so the text is beneath the items. > David > _______________________________________________ > PyQt mailing list [email protected] > http://www.riverbankcomputing.com/mailman/listinfo/pyqt > _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
