(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<languages /> | <languages /> | ||
| − | + | ||
Los tutoriales son la manera más rápida de descubrir lo que KDE puede hacer por ti y cómo lo hace. Aquí hay una lista de los tutotiales disponibles en la actualidad «para KDE4». El material para KDE3 y KDE2 está disponible al final de esta página. | Los tutoriales son la manera más rápida de descubrir lo que KDE puede hacer por ti y cómo lo hace. Aquí hay una lista de los tutotiales disponibles en la actualidad «para KDE4». El material para KDE3 y KDE2 está disponible al final de esta página. | ||
| Line 134: | Line 134: | ||
; [[Special:myLanguage/Development/Tutorials/Kross/Introduction|Introduction to Kross]] | ; [[Special:myLanguage/Development/Tutorials/Kross/Introduction|Introduction to Kross]] | ||
:An introduction to the Kross Scripting Framework. | :An introduction to the Kross Scripting Framework. | ||
| − | ; [[Special:myLanguage/Development/Tutorials/Kross/Hello_World| | + | ; [[Special:myLanguage/Development/Tutorials/Kross/Hello_World|Hola mundo]] |
:A first application with working kross code. | :A first application with working kross code. | ||
; [[Special:myLanguage/Development/Tutorials/Kross/Call_Functions_in_Kross|Calling Functions in Kross]] | ; [[Special:myLanguage/Development/Tutorials/Kross/Call_Functions_in_Kross|Calling Functions in Kross]] | ||
| Line 185: | Line 185: | ||
=== [http://nepomuk.kde.org Nepomuk] === | === [http://nepomuk.kde.org Nepomuk] === | ||
| − | See [[Special:myLanguage/ | + | See [[Special:myLanguage/Projects/Nepomuk|Nepomuk tutorials]]. |
| − | + | ||
== Hardware Awareness (Solid) == | == Hardware Awareness (Solid) == | ||
| Line 247: | Line 246: | ||
;[[Special:myLanguage/Development/KDevelop-PG-Qt_Introduction|KDevelop-PG-Qt Introduction]] | ;[[Special:myLanguage/Development/KDevelop-PG-Qt_Introduction|KDevelop-PG-Qt Introduction]] | ||
:Information on the KDevelop parser generator, useful for language plugins. | :Information on the KDevelop parser generator, useful for language plugins. | ||
| + | ;[[Special:myLanguage/Development/Tutorials/KDevelop/Creating_a_class_template|Creating a class template]] | ||
| + | :Instructions for creating a class template, which can be used to quickly generate classes from KDevelop. | ||
| + | ;[[Special:myLanguage/Development/Tutorials/KDevelop/Creating_a_project_template|Creating a project template]] | ||
| + | :Instructions for creating a project template, which can be used for starting new project with KDevelop. | ||
==Printing== | ==Printing== | ||
Los tutoriales son la manera más rápida de descubrir lo que KDE puede hacer por ti y cómo lo hace. Aquí hay una lista de los tutotiales disponibles en la actualidad «para KDE4». El material para KDE3 y KDE2 está disponible al final de esta página.
¿Estás interesado en escribir aplicaciones con KDE 4? Este tutorial se dirige a los principiantes en la programación en KDE.
If you want to improve an existing application, you can usually build and install it easily. This tutorial shows how to build an application in a way that doesn't interfere with your system. If you do not need to modify kdelibs this may be the easiest way to get started with development.
See also Localization portal.
See Nepomuk tutorials.
See Plasma tutorials.
KDE mostly uses the Qt Printing infrastructure.
Old links for KNS2 and KNS1 content:
Runners