Dear Friends
I have got an application where I have multiple set of menuBars, toolBars and QGraphicsView and QTreeWidget. While clicking on button we can have different view to visualize different entities. While changing to different view, it takes a bit long time and flickering the menus amd toolbars happening. Means menu bars and toolbars and even my treeWidget are displacing and finally placing at the right position.

How can I overcome this situation.
I want the changing should happend smoothly and faster without any flickering.

Please give me some suggestions.