Hi All,

I want to implement two QList with the following property:

1. QList A - List of a specific classes say C1.
2. QList B - List of pointer from the member of QList A of type C1 so that we can change members of QList A by calling QList B.

In the QList, i am not able to locate any function that return pointer of the QList member.

Any idea how can we implement it.

regards,
Rachit Gupta