Question

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?

Was it helpful?

Solution

QDockWidget is the Qt4 equivalent.

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top