[Qt-interest] QFontEngine errors in QLineEdit with Japanese character
Jesse Aldridge
jessealdridge at gmail.com
Mon May 25 03:28:01 CEST 2009
When I run the program below, where I pass that particular string to a
QLineEdit, I get a bunch of errors saying:
load glyph failed err=6 face=0x9269760, glyph=22961
QFontEngine: Glyph neither outline nor bitmap format=0
------------
# coding=utf-8
import sys
from PyQt4.QtGui import *
app = QApplication(sys.argv)
dialog = QDialog()
edit = QLineEdit(u"fi あ a", dialog)
dialog.exec_()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090524/38a0af16/attachment.html
More information about the Qt-interest-old
mailing list