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
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
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