Hi all. I'm using Qt4 Jambi 4.5.x and new to it . I want to override mouseDoubleClickEvent in QTextEdit widget but failed. I cannot see the log. I had searched many samples and I think my code should be OK. I don't know why my code cannot work.
Would someone kindly enough to have a look at it? Thanks in advance.
Qt Code:
package org.langpartner.nword.view; private QTextEdit textEdit; public TextEditTest() { } @Override System.out.println("Entered contextMenuEvent..."); } static public void main(String args[]) { TextEditTest mw = new TextEditTest(); mw.show(); } }To copy to clipboard, switch view to plain text mode
Bookmarks