KDateValidator Class Reference
from PyKDE5.kguiaddons import *
Inherits: QValidator → QObject
Detailed Description
Validates user-entered dates.
Methods | |
__init__ (self, QObject parent=0) | |
State | date (self, QString text, QDate date) |
fixup (self, QString input) | |
State | validate (self, QString text, int e) |
Method Documentation
__init__ | ( | self, | ||
QObject | parent=0 | |||
) |
State date | ( | self, | ||
QString | text, | |||
QDate | date | |||
) |
fixup | ( | self, | ||
QString | input | |||
) |
State validate | ( | self, | ||
QString | text, | |||
int | e | |||
) |