Hi - In Qt4, the QPainter.drawText() variants that use a rectangle also have a flags parameter. According to the Qt4 documentation, the flags parameter can be an OR combination of Qt.AlignmentFlag and Qt.TextFlag.
In PyQt 4.01, the drawText() function works fine with a combination of alignment flags, but it throws a TypeError with a combination of alignment and text flags. Thanks, Doug. _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
