Hello, All !

I have to insert QToolBar into QMainWindow. I saw algorithm, all text
and image data gathered into QMimeData object and setParent ( MainForm*
) for QToolBar and I have some questions:
1. Which way I can recognize what widgets are contained by QToolBar ?
2. What event handlers must be reimplemented in QToolBar and QMainWindow classes ?