[QScintilla] Mouse event filter for QsciScintilla

Phil Thompson phil at riverbankcomputing.com
Mon Nov 13 19:35:40 GMT 2017


On 13/11/2017 18:41, VA wrote:
> Le 13/11/2017 à 15:49, Phil Thompson a écrit :
>> They do receive mouse press events. They are consumed (ie. accepted) 
>> and so do not make it to the event filter.
> 
> Why don't they pass through the event filter as other events?

That’s the way Qt works. If a mouse or key event is ignored (rather than 
accepted) then it will be passed to the filter.

Phil


More information about the QScintilla mailing list