How to make size of upper parts of the Splitter minimum?
-
Hi,
I use Qt 5.13.2 on Win platform.I have splitter on the form. When I open the form it comes like below:
But I want see window like below when it starts.
I changed the upper part vertical policy minimum but nothing changed?!... :(
I don't understand really this? I want to make upper part of the splitter is minimum!
Regards,
Mucip:) -
Hi,
What widgets do you have in the upper part ?
How do you build them ?
Are you using layouts ?
Are you setting minimum sizes ? -
Hi,
What widgets do you have in the upper part ?
How do you build them ?
Are you using layouts ?
Are you setting minimum sizes ? -
How many splitters do you want to use ?
Why did you put two QFormLayouts in your secondary splitter ? -
How many splitters do you want to use ?
Why did you put two QFormLayouts in your secondary splitter ? -
How many splitters do you want to use ?
Why did you put two QFormLayouts in your secondary splitter ? -
Please show some patience and allow at least 24 hours before bumping your own thread. People answering here do it on their own time and might not even live in the same time zone as you.
As for your issue. QSplitter should contain only widgets, therefore I fail do see how you managed to put two layouts in it. It is not how it should be used.
-
Hi
The designer actually allows using the splitter on floating layouts !?
That was a surprise. :)
-
Please show some patience and allow at least 24 hours before bumping your own thread. People answering here do it on their own time and might not even live in the same time zone as you.
As for your issue. QSplitter should contain only widgets, therefore I fail do see how you managed to put two layouts in it. It is not how it should be used.
-
You should anyway put these each into their own widget. Just to ensure that the splitter is used properly.