KDEUI
kfontcombobox.h
Go to the documentation of this file.
53 Q_PROPERTY(QFont currentFont READ currentFont WRITE setCurrentFont NOTIFY currentFontChanged USER true)
KComboBox(QWidget *parent=0)
Constructs a read-only or rather select-only combo box with a parent object and a name.
Definition kcombobox.cpp:57
void setOnlyFixed(bool onlyFixed)
Toggle selectable fonts to be only those of fixed width or all.
Definition kfontcombobox.cpp:338
void currentFontChanged(const QFont &font)
Emitted when a new font has been selected, either through user input or by setFont().
void setCurrentFont(const QFont &font)
Set the font to show as selected in the combobox.
Definition kfontcombobox.cpp:359
void setFontList(const QStringList &fontList)
Set selectable fonts to be only those present in the list.
Definition kfontcombobox.cpp:346
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.