Whats the preferred way to copy a QGraphicsItemGroup so that it can be reused?
Can the end result of this be achieved by some other means avoiding subclassing and putting in copy constructors?
Thanks in advance.
Jamie
Printable View
Whats the preferred way to copy a QGraphicsItemGroup so that it can be reused?
Can the end result of this be achieved by some other means avoiding subclassing and putting in copy constructors?
Thanks in advance.
Jamie
It's ok, I've done it differently.
Thanks