Thanks Marcel,

I'm looking at QSplitter::setSizes()
I could maybe use screenheight returned from the desktop class to set heights..

but..
I was wandering how to do this:

Quote Originally Posted by marcel View Post
Either set the splitter as the central widget of your main window
I hopefully tried
split = centralwidget;

But that is wrong