[PyQt] QSyntaxHighlighter question
kib2
kib2 at free.fr
Sun May 13 14:57:32 BST 2007
Hi,
I just looked at the C++ documentation about QSyntaxHighlighter's setFormat method.
But in fact, they are three :
* void *setFormat*
<http://doc.trolltech.com/3.3/qsyntaxhighlighter.html#setFormat> (
int start, int count, const QFont & font, const QColor & color )
* void *setFormat*
<http://doc.trolltech.com/3.3/qsyntaxhighlighter.html#setFormat-2>
( int start, int count, const QColor & color )
*
void *setFormat* <http://doc.trolltech.com/3.3/qsyntaxhighlighter.html#setFormat-3> ( int start, int count, const QFont & font )
In Python, I only saw the last two of them, where's the other ?
Thanks.
------------------------------------------------
Kib² :
------------------------------------------------
Blog : http://kib2.webfactional.com/
More information about the PyQt
mailing list