Hi all,<br><br> I can't get to execute the following code with the stylesheet set.. <br>self.textBrowser.setStyleSheet("QTextBrowser {background: white;color:red; } /* add this to make hover work */\<br>QTextBrowser:hover {background: green;color:white; }"). But the same is working for a pushbutton perfectly.. "My aim is whenever the user hover on a link it's color should appear in blue with underline otherwise like a disabled text(grayed out)". Can you please help me?? Thanks in advance..<br>
<br>PS:i've tried using class(a.class name) in stylesheet with anchor tag visited,active,hover. It works in a browser but not in qt.. <br><br>