KCoreConfigSkeleton::ItemTime Class

class KCoreConfigSkeleton::ItemTime

Class for handling a QTime preferences item. More...

This class was introduced in 6.16.

Public Functions

ItemTime(const QString &_group, const QString &_key, QTime &reference, QTime defaultValue = QTime())

Detailed Description

Member Function Documentation

ItemTime::ItemTime(const QString &_group, const QString &_key, QTime &reference, QTime defaultValue = QTime())

Constructs a QTime item with the given _group, _key, the initial value reference to hold in the item, and the defaultValue for the item.