KCoreConfigSkeleton::ItemSize Class

class KCoreConfigSkeleton::ItemSize

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

Public Functions

ItemSize(const QString &_group, const QString &_key, QSize &reference, const QSize &defaultValue = QSize())

Detailed Description

Member Function Documentation

ItemSize::ItemSize(const QString &_group, const QString &_key, QSize &reference, const QSize &defaultValue = QSize())

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