I work on a C++ application using Qt 5.1.0. We have a main window and several Dock Widgets. These can be put in the left main window area. If several widgets are put in that area, they become tabbed. These tabs are controlled by a QTabBar which I think is implicitly created by the main window.
For testing purposes (we test the application using Squish) I now have the need to give this QTabBar an object name. How do I get a hold of the QTabBar so that I can name it?