- class SystemId¶
Synopsis¶
Methods¶
def
__init__()
def
index()
def
isValid()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description¶
This is an opaque type used to identify custom calendar implementations. The only supported source for values of this type is the backend’s
calendarId()
method. A value of this type whoseisValid()
is false does not identify a successfully-registered backend. The only valid consumer of values of this type is aQCalendar
constructor, which will only produce a validQCalendar
instance if the ID passed to it is valid.- __init__()¶
- index()¶
- Return type:
int
- isValid()¶
- Return type:
bool
Returns
true
if this is a valid calendar implementation identifier,false
otherwise.See also