Skip to content Skip to sidebar Skip to footer
Showing posts with the label Qtextdocument

How To Change The Font And Size Of Image In Qtextdocument?

I want to print some text and image designed by qtdesigner. How could I change font and another for… Read more How To Change The Font And Size Of Image In Qtextdocument?

Qt4/PyQt4 - Can Not Set The Default Font For QTextDocument

My code is like this: from PyQt4 import QtGui doc = QtGui.QTextDocument() d_font = QtGui.QFont(… Read more Qt4/PyQt4 - Can Not Set The Default Font For QTextDocument