QSplitter. Set splitter position
-
You can set initial proportions of the widgets in the splitter by setting their vertical/horizontal stretch values. Note they are proportions, not pixels.
Alternatively you can use "QSplitter::setSizes()":http://qt-project.org/doc/qt-5/qsplitter.html#setSizes to set the desired pixel values.
-
Hi,
What do you mean by "splitter position" ?