libkdepim
#include <kprefsdialog.h>
Public Member Functions | |
KPrefsWidFont (KConfigSkeleton::ItemFont *item, QWidget *parent=0, const QString &sampleText=QString()) | |
~KPrefsWidFont () | |
QPushButton * | button () |
QLabel * | label () |
QFrame * | preview () |
void | readConfig () |
void | writeConfig () |
Public Member Functions inherited from KPIM::KPrefsWid | |
virtual QList< QWidget * > | widgets () const |
Protected Slots | |
void | selectFont () |
Additional Inherited Members | |
Signals inherited from KPIM::KPrefsWid | |
void | changed () |
Detailed Description
Widgets for font settings in KPrefsDialog.
This class provides a control element for configuring font values. It is meant to be used by KPrefsDialog. The user is responsible for the layout management.
Definition at line 329 of file kprefsdialog.h.
Constructor & Destructor Documentation
|
explicit |
Create a font value control element consisting of a test field and a button for opening a font dialog.
- Parameters
-
item The KConfigSkeletonItem representing the preferences entry. parent Parent widget. sampleText Sample text for previewing the selected font.
Definition at line 238 of file kprefsdialog.cpp.
KPrefsWidFont::~KPrefsWidFont | ( | ) |
Destruct font setting widget.
Definition at line 261 of file kprefsdialog.cpp.
Member Function Documentation
QPushButton * KPrefsWidFont::button | ( | ) |
Return button opening the font dialog.
Definition at line 285 of file kprefsdialog.cpp.
QLabel * KPrefsWidFont::label | ( | ) |
Return QLabel.
Definition at line 275 of file kprefsdialog.cpp.
QFrame * KPrefsWidFont::preview | ( | ) |
Return QFrame used as preview field.
Definition at line 280 of file kprefsdialog.cpp.
|
virtual |
This function is called to read value of the setting from the stored configuration and display it in the widget.
Implements KPIM::KPrefsWid.
Definition at line 265 of file kprefsdialog.cpp.
|
protectedslot |
Definition at line 290 of file kprefsdialog.cpp.
|
virtual |
This function is called to write the current setting of the widget to the stored configuration.
Implements KPIM::KPrefsWid.
Definition at line 270 of file kprefsdialog.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.