[PyKDE] Problem with QPainter.drawText() flags
Doug Bell
dougb at bellz.org
Thu Oct 26 16:06:48 BST 2006
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.
More information about the PyQt
mailing list