ItemPassword Class Reference
from PyKDE4.kdecore import *
Inherits: KCoreConfigSkeleton.ItemString → KConfigSkeletonItem
Namespace: KCoreConfigSkeleton
Detailed Description
Class for handling a password preferences item.
Method Documentation
__init__ |
( |
self, |
|
|
|
QString |
_group, |
|
|
QString |
_key, |
|
|
QString |
reference, |
|
|
QString |
defaultValue=QLatin1String("") |
|
) |
|
|
|
KConfigSkeletonGenericItem.KConfigSkeletonGenericItem
readDefault |
( |
self, |
|
|
|
KConfig |
config |
|
) |
|
|
|
setDefaultValue |
( |
self, |
|
|
|
QString |
v |
|
) |
|
|
|
setValue |
( |
self, |
|
|
|
QString |
v |
|
) |
|
|
|