def setGlyphColor(self, color):
"""
Sets the QColor_ *color* with which glyphs are rendered.
The default is Qt.black.
.. _QColor: http://doc.qt.io/qt-5/qcolor.html
"""
self._glyphColor = color
self.update()
文章目录