[PyQt] Pyuic4 QScrollArea missing setWidget()

Phil Thompson phil at riverbankcomputing.com
Wed Aug 6 10:12:11 BST 2008


On Wed, 06 Aug 2008 10:41:44 +0200, Jan Kaluza <hanzz.k at gmail.com> wrote:
> Hello all,
> I've just found bug in Pyuic4 4.4.2. When I create QScrollArea called 
> Form and put some widget into it, then Pyuic4 generates code without 
> self.Form.setWidget(self.scrollAreaWidgetContents). This causes that 
> widget in QScrollArea Form is not resized properly (It has only 
> QScrollArea as parent).
> 
> Thanks for answer
> Jan Kaluza

Have you tried the current snapshot?

Phil



More information about the PyQt mailing list