KDEUI
kfontaction.cpp
Go to the documentation of this file.
virtual QSize sizeHint() const
The recommended size of the widget.
Definition: kfontcombobox.cpp:396
int indexOf(QChar ch, int from, Qt::CaseSensitivity cs) const
int width() const
KFontAction(uint fontListCriteria, QObject *parent)
Definition: kfontaction.cpp:67
static void getFontList(QStringList &list, uint fontListCriteria)
Creates a list of font strings.
Definition: kfontchooser.cpp:1000
void setMinimumWidth(int minw)
static QDebug kDebug(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
QString font() const
void setEditable(bool)
When this action is plugged into a toolbar, it creates a combobox.
Definition: kselectaction.cpp:404
QStringList items() const
Convenience function which returns the items that can be selected with this action.
void setItems(const QStringList &lst)
Convenience function to create the list of selectable items.
Definition: kselectaction.cpp:349
void setFontList(const QStringList &fontList)
Set selectable fonts to be only those present in the list.
Definition: kfontcombobox.cpp:346
QString currentText() const
Returns the text of the currently selected item.
QString toLower() const
QString family() const
QString left(int n) const
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
QObject * parent() const
QList< QWidget * > createdWidgets() const
bool setCurrentAction(QAction *action)
Sets the currently checked item.
Definition: kselectaction.cpp:133
void setCurrentFont(const QFont &font)
Set the font to show as selected in the combobox.
Definition: kfontcombobox.cpp:359
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.