Hi,

When I drag the QSplitter handler to a point, it suddenly collapses to zero. What I hope is to continuously drag the handler to zero without collapsing by itself.

If I setChildrenCollapsible( false ), it stops at a position that I can no longer reduce the size...

How can I control the QSplitter behaviors so I can drag the handler continuously to zero position?

Thanks!