KDE Frameworks

    From KDE TechBase
    Revision as of 16:14, 13 April 2016 by Colomar (talk | contribs) (Undo revision 90513 by Colomar (talk))
    The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

    Presentation

    KDE Frameworks is a framework of libraries built on the top of Qt. The libraries are divided in 3 Tiers that define the chain of dependencies.

    You don't need to use all the libraries: they are divided in a way that allow you to choose what you really need. For instance if you need to localize your application, use the Ki18n library, if you need an archive tool, use KArchive.

    API

    You can find the API documentation of the Frameworks on: apidox

    Examples

    Getting help

    1. Double-check the api
    2. Try to debug your application [with LINK to how to debug (on community?)]
    3. ask for help on #kde-devel or <mailinglist>
    4. Open a bug on <>