setStretchFactor on QSplitter interferes with manual handle dragging — Qt applies stretch redistribution after each mouse move, compounding the delta and creating an accelerating effect. Replaced with size policies (Expanding on right panel) which achieve the same window- resize behavior without fighting the splitter drag. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>