Package implementing compatibility modules for using KDE dialogs instead og Qt dialogs.
The different modules try to import the KDE dialogs and implement interfaces, that are compatible with the standard Qt dialog APIs. If the import fails, the modules fall back to the standard Qt dialogs.
In order for this package to work PyKDE must be installed (see http://www.riverbankcomputing.co.uk/pykde.
None |
None |
__kdeIsKDE | Public function to signal the availability of KDE4. |
__kdeKdeVersionString | Public function to return the KDE4 version as a string. |
__kdePyKdeVersionString | Public function to return the PyKDE4 version as a string. |
__qtIsKDE | Private function to signal the availability of KDE. |
__qtKdeVersionString | Private function to return the KDE version as a string. |
__qtPyKdeVersionString | Private function to return the PyKDE version as a string. |
isKDE | Public function to signal, if KDE usage is enabled. |
isKDEAvailable | Public function to signal the availability of KDE. |
kdeVersionString | Public function to return the KDE version as a string. |
pyKdeVersionString | Public function to return the PyKDE version as a string. |
Public function to signal the availability of KDE4.
Public function to return the KDE4 version as a string.
Public function to return the PyKDE4 version as a string.
Private function to signal the availability of KDE.
Private function to return the KDE version as a string.
Private function to return the PyKDE version as a string.
Public function to signal, if KDE usage is enabled.
Public function to signal the availability of KDE.
Public function to return the KDE version as a string.
Public function to return the PyKDE version as a string.