Dear All,

I've implement a Scrip program. the declaration is as follows:
Qt Code:
  1. class MainWindow : public QMainWindow {
To copy to clipboard, switch view to plain text mode 

But seem that I need to implement the abstract function of QApplication::x11EventFilter().

Thanks beforehand.

Tiger