I've very strange problem while using QTextBrowser.
My code:
Qt Code:
TextBrowser->setHtml(html);To copy to clipboard, switch view to plain text mode
Image appears fine, when i click on it, the browser window is open and page loads ok.
Problem is, when i pass my mouse cursor over the image it only switches to 'hand cursor' in the middle left of the image, when i pass cursor over the rest of the image (right part), mouse is 'normal cursor" and nothing happens if i click. Any clue about this? Thanks
Bookmarks