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/



_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to