I found it is useful to use the: QPixmap pixmap = QPixmap::grabWidget(toolbar,toolbar->frameRect());
and i got the pixmap to all of the toolbar,include all of the objects in the toolbar.
so, when i move the toolbar it present all of the images in toll bar but not part of the toolbar.
Bookmarks