KNS3 Namespace Reference
from PyKDE4.knewstuff.KNS3 import *
Detailed Description
Class Index
B | DownloadDialog (KNS3) | U |
Button (KNS3) | E | UploadDialog (KNS3) |
D | Entry (KNS3) |
Functions | |
KAction | standardAction (, QString what, SIP_RXOBJ_CON a1, SIP_SLOT_CON () a2, KActionCollection parent, QString name=0) |
Function Documentation
KAction standardAction | ( | QString | what, | |
SIP_RXOBJ_CON | a1, | |||
SIP_SLOT_CON () | a2, | |||
KActionCollection | parent, | |||
QString | name=0 | |||
) |
Standard action for all GHNS workflows.
This action can be used to add KNewStuff support to menus and toolbars.
- Parameters:
-
what text describing what is being downloaded. For consistency, set it to "Get New Foobar...". Examples: "Get New Wallpapers...", "Get New Emoticons..." receiver the QObject to connect the triggered(bool) signal to. slot the slot to connect the triggered(bool) signal to. parent the action's parent collection. name The name by which the action will be retrieved again from the collection.
- Since:
- 4.4