PyQt layout question: QScrollView and QGridLayout?

2005-11-17 Thread Volker Lenhardt
ayout) results in a TypeError. Is there a way to get it to work? Filling a box viewport with lots of padding boxes and white space labels to establish grids is very cumbersome. And I need 4 different layouts to change places. Best wishes Volker -- Volker Lenhardt E-Mail: [EMAIL PROTECTED] --

Re: PyQt layout question: QScrollView and QGridLayout?

2005-11-17 Thread Volker Lenhardt
Phil Thompson schrieb: > On Thursday 17 November 2005 2:56 pm, Volker Lenhardt wrote: > >>prefer to use QGridLayout, but cannot add it to the scroll view. >> >>sc=QScrollView(self) >>layout=QGridLayout(..., sc.viewport()) >>sc.addChild(layout) >> >&g

Re: PyQt layout question: QScrollView and QGridLayout?

2005-11-19 Thread Volker Lenhardt
Thank you Don, thank you David, I was convinced that there must be a simple solution at hand. A dummy widget! It does work to my needs. Don's ScrollToolView is very interesting though not yet the right tool for my actual application, but I've got some more ideas for long winter nights ... All

PyQt QGridLayout question

2005-11-23 Thread Volker Lenhardt
Volker -- Volker Lenhardt E-Mail: [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list