KPrefsWidFont Class Reference
Widget for font settings in KPrefsDialog. More...
#include <kprefsdialog.h>
Inheritance diagram for KPrefsWidFont:

Public Member Functions | |
KPrefsWidFont (const QString &sampleText, const QString &labelText, QFont *reference, QWidget *parent) | |
Create a font widget consisting of a test field and a button for opening a font dialog. | |
~KPrefsWidFont () | |
Destruct font setting widget. | |
QLabel * | label () |
Return label. | |
QFrame * | preview () |
Return QFrame used as preview field. | |
QPushButton * | button () |
Return button opening the font dialog. | |
void | readConfig () |
This function is called to read value of the setting from the stored configuration and display it in the widget. | |
void | writeConfig () |
This function is called to write the current setting of the widget to the stored configuration. | |
Protected Slots | |
void | selectFont () |
Detailed Description
Widget for font settings in KPrefsDialog.This class provides a widget for configuring font values. It is meant to be used by KPrefsDialog. The user is responsible for the layout management.
Definition at line 182 of file kprefsdialog.h.
Constructor & Destructor Documentation
|
Create a font widget consisting of a test field and a button for opening a font dialog.
Definition at line 117 of file kprefsdialog.cpp. References QObject::connect(). |
|
Destruct font setting widget.
Definition at line 131 of file kprefsdialog.cpp. |
Member Function Documentation
|
Return label.
Definition at line 145 of file kprefsdialog.cpp. |
|
Return QFrame used as preview field.
Definition at line 150 of file kprefsdialog.cpp. |
|
Return button opening the font dialog.
Definition at line 155 of file kprefsdialog.cpp. |
|
This function is called to read value of the setting from the stored configuration and display it in the widget.
Implements KPrefsWid. Definition at line 135 of file kprefsdialog.cpp. References QLabel::setFont(). |
|
This function is called to write the current setting of the widget to the stored configuration.
Implements KPrefsWid. Definition at line 140 of file kprefsdialog.cpp. |
The documentation for this class was generated from the following files: