I have a QSplitter on my screen, and I have to QWidgets inside, one on the and other on the bottom...
So I need that always the TOP Qwidget use 60% of screen... How can I make that?
If you need constant ratio. why you bother with QSplitter ? Just put those widgets in a horizontal layout and set stretch values as you like. (say 3,2)