I am currently learning Qt and I want to have 2 views with 2 seperate scenes. The second view is drawn above first one and only takes a corner of the first view. Is it possible for a custom graphicsitem using the move mouse to be above this second view, while still having it be in the first view. The item would actually be larger than the second view as well and it currently moves behind the second view.
Asked
Active
Viewed 141 times
0
-
You should post a diagram of what you mean, I currently don't understand what you are asking. – cmannett85 Jan 11 '13 at 07:34
-
Items belong to one scene only, you'd have to clone the item manually. – Frank Osterfeld Jan 11 '13 at 08:08