9 * A combobox for choosing a font name.
11 class FontBox: public QComboBox
16 FontBox(QWidget * parent = 0, const char * name = 0);
21 void setFont(const QString & fName);
24 void slotFontChanged(int index);
27 void fontChanged(Font * font);
33 #endif // __FONTBOX_H__