libkdepim Library API Documentation

KPrefsWidString Class Reference

Widgets for string settings in KPrefsDialog. More...

#include <kprefsdialog.h>

Inheritance diagram for KPrefsWidString:

KPrefsWid QObject List of all members.

Public Methods

 KPrefsWidString (KConfigSkeleton::ItemString *item, QWidget *parent, QLineEdit::EchoMode echomode=QLineEdit::Normal)
virtual ~KPrefsWidString ()
QLabellabel ()
QLineEditlineEdit ()
void readConfig ()
void writeConfig ()
QValueList< QWidget * > widgets () const

Detailed Description

Widgets for string settings in KPrefsDialog.

This class provides a control element for configuring string values. It is meant to be used by KPrefsDialog. The user is responsible for the layout management.

Definition at line 336 of file kprefsdialog.h.


Constructor & Destructor Documentation

KPrefsWidString::KPrefsWidString KConfigSkeleton::ItemString *    item,
QWidget   parent,
QLineEdit::EchoMode    echomode = QLineEdit::Normal
 

Create a string value control element consisting of a test label and a line edit.

Parameters:
item  The KConfigSkeletonItem representing the preferences entry.
parent  Parent widget.

Definition at line 348 of file kprefsdialog.cpp.

References QWhatsThis::add(), KPrefsWid::changed(), QObject::connect(), QString::isNull(), and QLineEdit::setEchoMode().

KPrefsWidString::~KPrefsWidString   [virtual]
 

Destructor.

Definition at line 364 of file kprefsdialog.cpp.


Member Function Documentation

QLabel * KPrefsWidString::label  
 

Return QLabel used by this widget.

Definition at line 378 of file kprefsdialog.cpp.

QLineEdit * KPrefsWidString::lineEdit  
 

Return QLineEdit used by this widget.

Definition at line 383 of file kprefsdialog.cpp.

void KPrefsWidString::readConfig   [virtual]
 

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 368 of file kprefsdialog.cpp.

References QLineEdit::setText().

void KPrefsWidString::writeConfig   [virtual]
 

This function is called to write the current setting of the widget to the stored configuration.

Implements KPrefsWid.

Definition at line 373 of file kprefsdialog.cpp.

References QLineEdit::text().

QValueList< QWidget * > KPrefsWidString::widgets   const [virtual]
 

Return a list of widgets used by this control element.

Reimplemented from KPrefsWid.

Definition at line 388 of file kprefsdialog.cpp.

References QValueList::append(), and widgets().

Referenced by widgets().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for libkdepim Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat May 1 11:36:32 2004 by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2003