We are using embedded Qt and have a problem with touch screen events. When I drag and release my finger, instead of doing nothing, a mouse release event is being triggered. This is causing a selection to happen if the finger lands on a button. Am I looking at the right event or is there some type of filter where I can filter out the mouse release event that is preceeded by a drag action?