[PyQt] How to create a user-resizeable widget?

Mark Summerfield mark at qtrac.eu
Thu Apr 10 14:44:22 BST 2008


On 2008-04-10, Noam Raphael wrote:
> Hello,
>
> I want to create in my application a bar on the left, which allows
> navigation, and a main area right of it. I want the user to be able to
> change the width of the navigation area. How do I do it?
>
> (I've seen that docks can do it, but they seem too much for me - I
> only want a handle between two areas of the window that the user can
> drag, I don't need crazy floating windows)

QSplitter sounds like what you need.

-- 
Mark Summerfield, Qtrac Ltd., www.qtrac.eu



More information about the PyQt mailing list