(Created page with "Een introductie in de basis van KDE 4-programmeren") |
(Updating to match new version of source page) |
||
| (4 intermediate revisions by one user not shown) | |||
| Line 9: | Line 9: | ||
;[[Special:myLanguage/Development/Tutorials/First program|Hallo wereld]] | ;[[Special:myLanguage/Development/Tutorials/First program|Hallo wereld]] | ||
:Een introductie in de basis van KDE 4-programmeren | :Een introductie in de basis van KDE 4-programmeren | ||
| − | ;[[Special:myLanguage/Development/Tutorials/Using KXmlGuiWindow| | + | ;[[Special:myLanguage/Development/Tutorials/Using KXmlGuiWindow|Een hoofdvenster maken]] |
| − | : | + | :Deze tutorial toont de wereld van het maken van het belangrijkste van een programma: zijn hoofdvenster. |
| − | ;[[Special:myLanguage/Development/Tutorials/Using KActions| | + | ;[[Special:myLanguage/Development/Tutorials/Using KActions|KActions gebruiken]] |
| − | : | + | :Leer hoe u acties toevoegt aan de menu's en werkbalken. Gebaseerd op de Hoofdvenster-tutorial. |
;[[Special:myLanguage/Development/Tutorials/Physical_Simulation|Physical Simulation]] | ;[[Special:myLanguage/Development/Tutorials/Physical_Simulation|Physical Simulation]] | ||
:How to perform a physical simulation: animation and diagram | :How to perform a physical simulation: animation and diagram | ||
| 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== | ||
Tutorials zijn de snelste manier om te ontdekken wat KDE voor u kan betekenen, en hoe het werkt. Hier volgt een lijst van tutorials voor KDE 4. Materiaal voor KDE 3 en KDE 2 is onderaan de pagina te vinden.
Bent u geïnteresseerd in het schrijven van programma's met KDE 4? Deze tutorialreeks is bedoeld voor iedereen voor wie programmeren met KDE helemaal nieuw is.
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