QSplitter. Set splitter position
General and Desktop
4
Posts
3
Posters
4.8k
Views
1
Watching
-
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" ?