If the user presses the left button, for example, and releases it on the widget, the cell changes to a certain state. I don't want the widget to receive the single mouse click's release event when there's another multibutton release event coming. I'm actually confused as to what happens when I have, say, a left mouse button press event being handled, and then the following multibutton event, and then I release the mouse. Do I get two mouseReleaseEvents? If so, what order does the widget's handler execute them? Is there a way to tell and ignore the single button release event? Sorry if I'm not expressing myself well, I don't have a good grasp on Qts event system yet.





Reply With Quote

Bookmarks