KDE Frameworks: Difference between revisions
(update the link to the Frameworks API page) |
m (Update links) |
||
Line 1: | Line 1: | ||
== Presentation == | == Presentation == | ||
KDE Frameworks is a framework of libraries built on the top of [ | KDE Frameworks is a framework of libraries built on the top of [https://www.qt.io Qt]. The libraries are divided in four 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 [ | 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 [https://api.kde.org/frameworks/ki18n/html/index.html KI18n] library, if you need an archive tool, use [https://api.kde.org/frameworks/karchive/html/index.html KArchive]. | ||
== API == | == API == |
Revision as of 16:33, 8 January 2017
Presentation
KDE Frameworks is a framework of libraries built on the top of Qt. The libraries are divided in four 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 api.kde.org.
Examples
Getting help
- Double-check the api
- Try to debug your application [with LINK to how to debug (on community?)]
- ask for help on #kde-devel or <mailinglist>
- Open a bug on <>