Quote Originally Posted by ricardo View Post
How can I know if a QDockWidget is tabbed?
QMainWindow::tabifiedDockWidgets()
And if it is tabbed, how can I know if is selected or not?
Check if it is visible.