module kdecore


Table of contents
Modules
kdecore Classes
All Classes

The KDE Core Library

All PyKDE4 programs use this library to provide basic functionality such as the configuration system, IPC, internationalization and locale support, site-independent access to the filesystem and a large number of other (but no less important) things.

All PyKDE4 applications should link to the kdecore library. Also, using a KApplication derived class instead of QApplication is almost mandatory if you expect your application to behave nicely within the PyKDE4 environment.

If you are unsure where to start, have a look at the pykdedocs tutorials. There are also C++ versions available at tutorials on TechBase to get you going.