Hello. I want to lock QSplitter''s widgets, i.e. hide handles and don't allow resizing using mouse. Is it possible? I've tried to hide handles but hide() method on QSplitter:handle() results doesn't hide anything actually. Also tried to set handle width to 0 — with the same result. -- Sergei Stolyarov