Hey,

I ported some code for collapsable dock widgets to PySide (really Qt should 
have this already!). It makes an arrow on the left of the screen which when you 
hover over, opens up your dock windows.

http://developer.qt.nokia.com/wiki/Collapsable_Dock_Windows

I couldn't find how to add it to code snippets, and wasn't sure where to put 
it. Just putting that out there for others.

I'm trying now atm to make it so it's possible to overlay the window instead of 
shifting everything to the right when it opens up.

http://img829.imageshack.us/img829/7843/smallf.jpg

If I add a QToolBox to the right then dragging the toolbox out to the left, 
doesn't move the contents below it.
OTOH if I add a QToolBox to the left, then dragging the toolbox out (to the 
right) will shift the entire contents to the right.

How can I add dock widgets (or a toolbox) and have them not move the main 
workspace when resized or shown/hidden?
                                          
_______________________________________________
PySide mailing list
[email protected]
http://lists.openbossa.org/listinfo/pyside

Reply via email to