[PyQt] stylesheet, disabled text problem

Jimmy Caron jimmycaron81 at gmail.com
Tue Feb 15 12:56:15 GMT 2011


Hi everyone,
I'd like to know how could I change to way my disabled text look, because
they have outline on text presentely and i want to remove it. My
probleme is in all text widget, (label, menu, menuItem ) .

here is what i trying to do:


{ text-decoration: none;
  color: red;
  font-weight: bold;
  font-family: tahoma;
  padding:0px;
  border-width: 0px;
  border-radius: 0px;
  border-style: solid;
  margin:0px;}

the color work but not for the outline Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20110215/2f1432e3/attachment.html>


More information about the PyQt mailing list