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

