On Sun, Nov 17, 2002 at 04:24:55PM +0000, John Levon wrote: > > AFAICS, all we want to set is the font type and the vendor as "-adobe-times" > > (anything else)? I think it would be better to roll our own small font dialog > > for this (perhaps even the use of comboboxes would do). > > You are probably correct, but how do we enumerate font families ?
QFontDatabase db; QStringList families = db.families(); familycombo->insertStringList(families);
