lls115
Results
1
comments of
lls115
``` 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 error "QPixmap: Must construct a QGuiApplication before...