containmentinterface: Use efficient appletAt
Find the target AppletInterface in childMouseEventFilter, and store the target applet interface in m_targetAppletInterface, so mousePressEvent doesn't have to iterate over the whole list to find the target.