Hi,

I need to resize a QFontDialog as it's too big by default (as set by the line "resize(500, 360);" in qfontdialog.cpp).

However, the only public methods in QFontDialog are the static getFont methods. The constructor is private as well. In other words, I can't see how to get at a QFontDialog object so that I can call resize() on it.

Maybe I'm just too tired. Can anyone help?

EDIT: using Qt 4.2