Re: [PyQt] Is there a signal sended by HighLight ?

2009-03-07 Thread David Boddie
On Fri, 6 Mar 2009 23:43:11 +0100, projetmbc wrote:

 I would like to know if there is a signal sended by the SyntaxHiglighter
 when it catches a change in the text ?

That class is designed to be subclassed rather than connected up with signals
and slots, but you could emit your own signals when you handle the changes in
format.

Alternatively, you might want to look at the signals emitted by the
QTextDocument object itself. These will tell you when the text has changed.

David
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


[PyQt] Is there a signal sended by HighLight ?

2009-03-06 Thread projetmbc
Hello,
I would like to know if there is a signal sended by the SyntaxHiglighter when 
it 
catches a change in the text ?

Best regards.


___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt