Hello!
With Qt4, is there a way to make sure, that this toolBar
Code:
addToolBar(Qt::TopToolBarArea, toolBarKunden);
will be created only once?
Something like
Code:
if (!toolBarKunden) { // createToolBar ... }
Thanks in advance,
Guenther