Disable text selection in QT/WebKit GUI

Posted by Adal on Stack Overflow See other posts from Stack Overflow or by Adal
Published on 2010-02-09T23:57:00Z Indexed on 2010/03/29 9:43 UTC
Read the original article Hit count: 498

Filed under:
|
|
|

I'm checking if it would be possible to implement a GUI using HTML through PyQT and WebKit. One of the problem is that using the mouse you can select the text making up the interface. Can this behaviour be disabled?

Also, the mouse pointer changes to an insertion caret while over the selectable text. I would like to disable this, without disabling the hand mouse pointer which appears when over a clickable link.

© Stack Overflow or respective owner

Related posts about qtwebkit

Related posts about pyqt