when the QTextEdit doesn’t have focus ,how to redirect keyboard events to the text editor ?
my code is here http://qt-project.org/forums/viewthread/30245/
thanks for your help ! I did want to intercept any key event at application level, I have also been told to use event filter at such case before ,but I have difficulty in implementing the eventFilter() function here ,can you show some code ?thanks in advance !