ClientPinRequest Class Reference
from PyKDE4.plasma import *
Inherits: QObject
Namespace: Plasma
Detailed Description
ClientPinRequest plasma/clientpinrequest.h <Plasma/ClientPinRequest>
describes an outgoing connection. this is just passed to AuthorizationInterface when a remote
widget asks to do pin pairing first, so the shell can ask the user for a pin.
- Since:
- 4.4
Signal Documentation
- Signal syntax:
QObject.connect(source, SIGNAL("changed(Plasma::ClientPinRequest*)"), target_slot)
Method Documentation
QString description |
( |
|
self ) |
|
- Returns:
- nice i18n'ed description of this outgoing connection.
- Returns:
- the pin for pin pairing.
setPin |
( |
self, |
|
|
|
QString |
pin |
|
) |
|
|
|
- Parameters:
-
| pin | set a pin for pin pairing.
|