That's not good. Try:
orQt Code:
setWindowFlags(Qt::Popup);To copy to clipboard, switch view to plain text mode
Qt Code:
setWindowFlags(Qt::ToolTip);To copy to clipboard, switch view to plain text mode
Also try simplifying your code as much as possible. First of all see how everything behaves when you substitute QWebView with some other widget (say... QLabel).
Bookmarks