Thread
:
Is there a way to set font for messagebox details?
View Single Post
02-23-2011, 10:31 AM
#
2
kovidgoyal
creator of calibre
Posts: 45,399
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
dialog = info_dialog(..., show=False)
font = QFont()
font.setFamily('monospace')
dialog.det_msg.setFont(font)
kovidgoyal
View Public Profile
Visit kovidgoyal's homepage!
Find More Posts by kovidgoyal
Track Posts by kovidgoyal via RSS