[PyQt] Setting font for QScintilla

projetmbc projetmbc at club-internet.fr
Thu Jul 23 23:49:58 BST 2009


Baz Walter a écrit :
> projetmbc wrote:
>> I still have a little problem because I only want to have the 
>> comments in bold font in my example. Indeed all is in bold font. I 
>> don't understand why.
>>
>
> the problem is this line:
>
>     if style == self.Comment or self.Comment_End:
>
> i think you meant:
>
>         if style == self.Comment or style == self.Comment_End:
>
>
> regards
> baz walter
I feel a little bit ashamed :-[ . The next time I'll be more carefull.

Christophe.



More information about the PyQt mailing list