Re: [PyQt] Newbie resizing dock widgets question

2011-04-26 Thread Andreas Pakulat
On 27.04.11 00:50:14, Sarah Mount wrote: > On Wed, Apr 27, 2011 at 00:17, David Boddie wrote: > > On Wednesday 27 April 2011, Sarah Mount wrote: > >> On Tue, Apr 26, 2011 at 21:45, David Boddie wrote: > >> > > > > > > The "center widget" or central area in the main window is a normal widget >

Re: [PyQt] Newbie resizing dock widgets question

2011-04-26 Thread Sarah Mount
On Wed, Apr 27, 2011 at 00:17, David Boddie wrote: > On Wednesday 27 April 2011, Sarah Mount wrote: >> On Tue, Apr 26, 2011 at 21:45, David Boddie wrote: >> > > The "center widget" or central area in the main window is a normal widget > that you can place any other widgets in. This includes do

Re: [PyQt] Newbie resizing dock widgets question

2011-04-26 Thread David Boddie
On Wednesday 27 April 2011, Sarah Mount wrote: > On Tue, Apr 26, 2011 at 21:45, David Boddie wrote: > > > > Which version of Qt Designer are you using? Did you manually place the > > dock widget into a layout? > > This is Designer 4.7.2 on Ubuntu Natty and the docks are going inside > a Main Windo

Re: [PyQt] Newbie resizing dock widgets question

2011-04-26 Thread Sarah Mount
On Wed, Apr 27, 2011 at 00:10, Andreas Pakulat wrote: > On 26.04.11 23:45:58, Sarah Mount wrote: >> However, I have three QDockWidgets, one that is intended to stretch >> over the bottom of the main window, and the other two above it side by >> side, like this: >> >> [][] >> [  ] >> >> I've set al

Re: [PyQt] Newbie resizing dock widgets question

2011-04-26 Thread Andreas Pakulat
On 26.04.11 23:45:58, Sarah Mount wrote: > However, I have three QDockWidgets, one that is intended to stretch > over the bottom of the main window, and the other two above it side by > side, like this: > > [][] > [ ] > > I've set all of the sizePolicy properties to Expanding; the lower > dockWi

Re: [PyQt] Newbie resizing dock widgets question

2011-04-26 Thread Sarah Mount
On Tue, Apr 26, 2011 at 21:45, David Boddie wrote: > On Mon Apr 25 21:50:43 BST 2011, Sarah Mount wrote: > >> In designer-qt4 the object inspector, widget box and so on seem to be >> QDockWidgets. I'm making a GUI in Designer that I want to be similarly >> structured. In designer the edge of each

Re: [PyQt] Newbie resizing dock widgets question

2011-04-26 Thread GOO Creations
Make sure you are using a QMainWindow. Adding a dock widget to a QDialog my result in problems such as non-movable, non-resizeable, etc On 2011/04/26 10:45 PM, David Boddie wrote: On Mon Apr 25 21:50:43 BST 2011, Sarah Mount wrote: In designer-qt4 the object inspector, widget box and so on se

Re: [PyQt] Newbie resizing dock widgets question

2011-04-26 Thread David Boddie
On Mon Apr 25 21:50:43 BST 2011, Sarah Mount wrote: > In designer-qt4 the object inspector, widget box and so on seem to be > QDockWidgets. I'm making a GUI in Designer that I want to be similarly > structured. In designer the edge of each QDockWidget can be grabbed > with the mouse and resized, b

[PyQt] Newbie resizing dock widgets question

2011-04-25 Thread Sarah Mount
In designer-qt4 the object inspector, widget box and so on seem to be QDockWidgets. I'm making a GUI in Designer that I want to be similarly structured. In designer the edge of each QDockWidget can be grabbed with the mouse and resized, but in my GUI this isn't possible. I *think* I've set all of t