Hi,

I have a QList which stores objects of type CSignal* ( my own class ). Now wishing I'd used a hashmap for this, but unfortunately didn't, was wondering what is the best way to search through this QList getting the object and seeing if a QString member of the object matches one I'm looking for?

Would I have to just loop through each object in the QList, check the QString and if it matches, then bingo?

Regards,
Steve