KPrefsWidFont Class Reference
Widgets for font settings in KPrefsDialog. More...
#include <kprefsdialog.h>
Inherits KPrefsWid.
Public Member Functions
- KPrefsWidFont (KConfigSkeleton::ItemFont *item, QWidget *parent, const QString &sampleText)
- ~KPrefsWidFont ()
- QLabel * label ()
- QFrame * preview ()
- QPushButton * button ()
- void readConfig ()
- void writeConfig ()
Protected Slots
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.
Constructor & Destructor Documentation
|
Create a font value control element consisting of a test field and a button for opening a font dialog.
|
|
Destruct font setting widget.
|
Member Function Documentation
|
Return QLabel.
|
|
Return QFrame used as preview field.
|
|
Return button opening the font dialog.
|
|
This function is called to read value of the setting from the stored configuration and display it in the widget.
Implements KPrefsWid. |
|
This function is called to write the current setting of the widget to the stored configuration.
Implements KPrefsWid. |
The documentation for this class was generated from the following files:
- kprefsdialog.h
- kprefsdialog.cpp