KDEUI
Go to the documentation of this file.
20#ifndef KFONTCOMBOBOX_P_H
21#define KFONTCOMBOBOX_P_H
27class KFontComboBoxPrivate;
53 Q_PROPERTY(QFont currentFont READ currentFont WRITE setCurrentFont NOTIFY currentFontChanged USER
true)
70 void setOnlyFixed (
bool onlyFixed);
80 void setFontList (
const QStringList &fontList);
92 QFont currentFont ()
const;
101 virtual QSize sizeHint()
const;
109 void setCurrentFont (
const QFont &font);
121 bool event (QEvent *e);
125 friend class KFontComboBoxPrivate;
126 KFontComboBoxPrivate *
const d;
130 Q_PRIVATE_SLOT(d,
void _k_currentFontChanged (
int))
A lightweight font selection widget.
void currentFontChanged(const QFont &font)
Emitted when a new font has been selected, either through user input or by setFont().
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by
doxygen 1.9.6 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.