KAppTemplate: Difference between revisions
No edit summary |
(Marked this version for translation) |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
<!--T:1--> | |||
{|class="vertical-centered" | {|class="vertical-centered" | ||
|[[Image:Kapptemplate2.png|350px]]||KAppTemplate offers a wizard to make a development project set-up quick and easy | |[[Image:Kapptemplate2.png|350px]]||KAppTemplate offers a wizard to make a development project set-up quick and easy. It is supposed to save the time of first time users by performing all steps necessary to create basic forms of e.g. a GUI application program. | ||
|} | |} | ||
== Features == | == Features == <!--T:2--> | ||
<!--T:3--> | |||
* Templates for C++, Ruby, Python and PHP | * Templates for C++, Ruby, Python and PHP | ||
<!--T:6--> | |||
* Categories | * Categories | ||
<!--T:7--> | |||
* Templates for different build-systems and frameworks | * Templates for different build-systems and frameworks | ||
* Templates especially for KDE-development (plugins for Plasma, | |||
<!--T:8--> | |||
* Templates especially for KDE-development (plugins for Plasma, [[Special:myLanguage/KRunner|KRunner]], [[Special:myLanguage/KDevelop|KDevelop]] plugins, [[Special:myLanguage/Akonadi|Akonadi]], [[Special:myLanguage/Kate|KTextEditor]] plugins, ...) | |||
<!--T:9--> | |||
* It is easy to create new templates using space holders and a simple CMake-command | * It is easy to create new templates using space holders and a simple CMake-command | ||
<!--T:10--> | |||
* Integrated into KDevelop | * Integrated into KDevelop | ||
The Handbook is available from [http://docs.kde.org/development/en/kdesdk/kapptemplate/index.html here] | == More Information == <!--T:11--> | ||
<!--T:4--> | |||
* The Handbook is available from [http://docs.kde.org/development/en/kdesdk/kapptemplate/index.html here]. | |||
<!--T:5--> | |||
[[Category:Development]] | [[Category:Development]] | ||
</translate> | </translate> |
Latest revision as of 21:22, 25 January 2019
Features
- Templates for C++, Ruby, Python and PHP
- Categories
- Templates for different build-systems and frameworks
- Templates especially for KDE-development (plugins for Plasma, KRunner, KDevelop plugins, Akonadi, KTextEditor plugins, ...)
- It is easy to create new templates using space holders and a simple CMake-command
- Integrated into KDevelop
More Information
- The Handbook is available from here.