[PyKDE] New default font

Timothy Grant tjg at craigelachie.org
Sat Nov 24 21:13:30 GMT 2001


Sorry to be such an newbie pest...

However the new PyQt v3.0 default font looks hideous on my RH71
notebook. It looks to be a big blocky sans-serif bitmap font.

The font on PyQt v2.5 looked just fine.

I've been messing with QFont without much success...

    app = QApplication(args)

    font = QFont("Helvetica")
    app.setFont(font)

...doesn't appear to have any noticeable effect. I've tried other font
names, but nothing changes the font on my two QPushButtons, and the
column heading for my QListView.

-- 
Stand Fast,
    tjg.

Timothy Grant

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
Url : http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20011124/29dc950a/attachment.bin


More information about the PyQt mailing list