Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想LeftDock在 Qt3 的区域中放置 2 个停靠窗口。由于LeftDock是水平区域,它将新的停靠窗口添加到当前停靠窗口的右侧。但我想将新的停靠窗口添加到LeftDock区域中当前停靠窗口的底部。请帮我。
LeftDock
行。我找到了答案。我应该将 TRUE 作为 addDockWindow() 函数的第三个参数传递。
addDockWindow ( dockWindow, DockLeft, TRUE )