ExtraField Class Reference
from PyKDE4.kdecore import *
Namespace: KProtocolInfo
Detailed Description
Definition of an extra field in the UDS entries, returned by a listDir operation.
The name is the name of the column, translated.
The type name comes from QVariant.typeName()
Currently supported types: "QString", "QDateTime" (ISO-8601 format)
Method Documentation
__init__ |
( |
self, |
|
|
|
QString |
_name, |
|
|
KProtocolInfo.ExtraField.Type |
_type |
|
) |
|
|
|
Attribute Documentation
KProtocolInfo.ExtraField.Type type |
Enumeration Documentation
- Enumerator:
-
String = QVariant::String | |
DateTime = QVariant::DateTime | |
Invalid = QVariant::Invalid | |