Hi,

I have a scene with 3 different items (each with many child items), say item1, item2, and item3.

I need to draw them in 2 different views

In view1, I want to draw all items with option to show or hide item1 by using item1->setVisible( true/false ).
In view 2, I want to always draw item1, regardless its visibility in view1.

How can I achieve this?


Thanks!