mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
18 lines
590 B
Text
18 lines
590 B
Text
/** @mainpage Akonadi KCM
|
|
|
|
This kcm gives a complete widget which the user can use to configure
|
|
Akonadi resources. It can add, modify or delete resources. With the @p filter
|
|
parameter, you can set which mimetypes should be shown. It also limits the resources
|
|
which can be added by the user.
|
|
|
|
Example:
|
|
|
|
\code
|
|
tabWidget->addTab( KCModuleLoader::loadModule( "kcm_akonadi_resources",
|
|
KCModuleLoader::Inline, this, QStringList( "message/rfc822" ) ),
|
|
i18n( "Mail Servers" ) );
|
|
\endcode
|
|
|
|
@author Tom Albers <tomalbers@kde.nl>
|
|
|
|
*/
|