문제

I have a left docked QDockWidget in my application. I want it to have visible borders and separators but it does not have by default.

How can I setup a dock widget so that it has visible edges?

도움이 되었습니까?

해결책

You can always have a framed widget as a child of the dock widget, however then you will have dual frames when floating the widget.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top