문제

I am transferring some code form Qt3 to Qt4.

I can not find the QDockWindow class in Qt 4. What is corresponding class in Qt4?

도움이 되었습니까?

해결책

QDockWidget is the Qt4 equivalent.

If you are going through the pain of upgrading, would it make more sense to upgrade to Qt5 now?

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