Re: [PyQt] Larger size of QIcon?

2009-03-25 Thread Mads Ipsen
Hi all, I have just started using pyqt4 and decided to make a small thumbnail-viewer to learn how things work. I would like the thumbnails to be displayed in a grid that automatically change the grid when resized so I use the QListWidget. So far so good - it works fine ...almost... the

Re: [PyQt] Larger size of QIcon?

2009-03-25 Thread Mads
On Wed, Mar 25, 2009 at 9:10 AM, Mads Ipsen m...@comxnet.dk wrote: like this: list_view = QListView() list_view.setIconSize(QSize(1024,1024)) Thanks! -Mads ___ PyQt mailing listPyQt@riverbankcomputing.com

[PyQt] Larger size of QIcon?

2009-03-24 Thread Mads
Hi all, I have just started using pyqt4 and decided to make a small thumbnail-viewer to learn how things work. I would like the thumbnails to be displayed in a grid that automatically change the grid when resized so I use the QListWidget. So far so good - it works fine ...almost... the