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 ?