Hi all,<br><br>       I can&#39;t get to execute the following code with the stylesheet set.. <br>self.textBrowser.setStyleSheet(&quot;QTextBrowser {background: white;color:red; } /* add this to make hover work */\<br>QTextBrowser:hover {background: green;color:white; }&quot;). But the same is working for a pushbutton perfectly.. &quot;My aim is whenever the user hover on a link it&#39;s color should appear in blue with underline otherwise like a disabled text(grayed out)&quot;. Can you please help me?? Thanks in advance..<br>
<br>PS:i&#39;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>