Only_rain

Results 1 comments of Only_rain

> ``` > i = QImage(glyph.data, self.w, self.h, QImage.Format_Mono) > self.bitmap = QPixmap.fromImageInPlace(i) > #self.bitmap = QBitmap.fromData(QSize(self.w, self.h), glyph.data, QImage.Format_Mono) > ``` > > With the above code ,get an...