KConfigSkeleton::ItemUInt Class Reference
Class for handling an unsingend integer preferences item. More...
#include <kconfigskeleton.h>
| Public Member Functions | |
| ItemUInt (const QString &group, const QString &key, unsigned int &reference, unsigned int defaultValue=0) | |
| void | readConfig (KConfig *config) | 
| void | setProperty (const QVariant &p) | 
| QVariant | property () const | 
| QVariant | minValue () const | 
| QVariant | maxValue () const | 
| void | setMinValue (unsigned int) | 
| void | setMaxValue (unsigned int) | 
Detailed Description
Class for handling an unsingend integer preferences item.
Definition at line 520 of file kconfigskeleton.h.
The documentation for this class was generated from the following files:

