[PySide] Fwd: PyQt Designer

Matthew Woehlke matthew.woehlke at kitware.com
Mon Oct 28 18:08:05 CET 2013


On 2013-10-28 11:35, Hedieh Ebrahimi wrote:
> I have problems using ScrollArea in PyQt . I have the following object.
>
> 1. Frame
> 2. Scroll Area
> 3. tab object
> 4.Group Box
> 5. My Buttons
>
> I am trying to make the ScrollBar appear but  it doesn´t.

You are completely lacking in any layouts. As a result, none of your 
controls will resize automatically.

In Qt, free-floating controls are almost always a sign that you're doing 
something wrong.

I would recommend that you read up on layouts. Several of the top hits 
of http://www.google.com/search?q=qt+using+layouts look promising...

-- 
Matthew




More information about the PySide mailing list