Thanks for the reply. I think I need to give a little more info...
I'm using Designer and have a main window application that contains a mainToolBar (of type QToolBar). In the properties window, I set the windowTitle of this toolbar to something.
I'm not constructing the toolbar explicitly in my code. The generated ui_mainwindow.h does this, and in the retranslateUi() method it calls setWindowTitle with the text I specified in the properties window.
At runtime when the toolbar is dragged away from it's dock position to be made floatable, it floats but there is no title to it.
Is it possible to make this title show?
Thanks,
PUK
Bookmarks