PySide6.QtDBus.QDBusSignature¶
- class QDBusSignature¶
- The - QDBusSignatureclass enables the programmer to identify the SIGNATURE type provided by the D-Bus typesystem. More…- Synopsis¶- Methods¶- def - __init__()
- def - __ne__()
- def - __lt__()
- def - __eq__()
- def - setSignature()
- def - signature()
- def - swap()
 - 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¶- See also - __init__()¶
 - Constructs a new signature. - See also - __init__(signature)
- Parameters:
- signature – - QLatin1String
 
 - __init__(signature)
- Parameters:
- signature – str 
 
 - Constructs a new signature from the given - signature.- __init__(signature)
- Parameters:
- signature – str 
 
 - Constructs a new signature from the given - signature.- __ne__(rhs)¶
- Parameters:
- rhs – - QDBusSignature
- Return type:
- bool 
 
 - __lt__(rhs)¶
- Parameters:
- rhs – - QDBusSignature
- Return type:
- bool 
 
 - __eq__(rhs)¶
- Parameters:
- rhs – - QDBusSignature
- Return type:
- bool 
 
 - setSignature(signature)¶
- Parameters:
- signature – str 
 
 - Assigns the value of the given - signatureto this signature.- See also - signature()¶
- Return type:
- str 
 
 - Returns this signature. - See also - swap(other)¶
- Parameters:
- other – - QDBusSignature
 
 - Swaps this signature with - other. This operation is very fast and never fails.