Re: [PyQt] QSplitter and the border between widgets

2011-10-12 Thread Jonathan Harper
Timothy: In the absence of source code, let's say your splitter is called "splitter". To adjust the size of the handle--which seems to be part of your issue--, use the handleWidth property. Calling splitter.setHandleWidth() with an integer argument measured in pixels will let you adjust this. Y

Re: [PyQt] QSplitter and the border between widgets

2011-10-11 Thread Pierre-Louis Bonicoli
On 11/10/2011 11:16, Timothy W. Grove wrote: > What I want to see is much less space between the widgets and a > visible splitter handle For the visible splitter, see here for how to do this using qt designer: http://doc.qt.nokia.com/latest/designer-layouts.html#splitter-layouts Select the widget

[PyQt] QSplitter and the border between widgets

2011-10-11 Thread Timothy W. Grove
I have an application where a number of widgets are laid out in the main window using a QSplitter and the border between the widgets looks like this: What I want to see is much less space between the widgets and a visible splitter handle, something more lik