I need to update the QSplitterHandle
position when QSplitter
child widget is resized due to other reason, than moving splitter handle. Particularly, I have the composite widget inside the splitter, and one of it's children is hidden.
I've tried the following things:
- setting
QSizePolicy
to widget. - setting
QSizePolicy
to the other widgets inQSplitter
- setting stretch factors to the widgets inside
QSplitter