PDA

View Full Version : How to get the relationship between two QDockWidget?



yunxiaodong
16th August 2011, 08:32
In QMainWindow, I add two QDockWidget.I use the function QMainWindow::splitDockWidget ( QDockWidget * first, QDockWidget * second, Qt::Orientation orientation ) set the relationship of this two QDockWidget. But, how to get the relationship of this two QDockWidget, how should I do ?