SVN commit 656077 by annma: improve M +52 -9 index.docbook AM kpartapp-main.png --- trunk/KDE/kdesdk/doc/kapptemplate/index.docbook #656076:656077 @@ -35,14 +35,14 @@ -&kapptemplate; is a KDE4 templates generator. +&kapptemplate; is a &kde; 4 templates generator. KDE kdesdk -KDE4 +KDE 4 programming template @@ -52,7 +52,7 @@ Introduction -&kapptemplate; generates KDE 4 templates to help you start easily KDE +&kapptemplate; generates &kde; 4 templates to help you start easily &kde; programming. &kapptemplate; runs in konsole or any terminal and you start it by typing @@ -63,11 +63,12 @@ You are then presented with the templates list. -There are two kinds of templates: +There are three kinds of templates: -1. a simple KDE 4 application -2. a full featured KDE 4 framework application +1. a simple &kde; 4 application +2. a full featured &kde; 4 framework application +3. a KParts &kde; 4 application @@ -82,7 +83,7 @@ is the best adapted to your needs. -Generating the KDE 4 simple application template +Generating the &kde; 4 simple application template Here's a screenshot of the kde4 simple @@ -96,7 +97,7 @@ -This template demonstrates how you create KDE menus using XMLGui and +This template demonstrates how you create &kde; menus using XMLGui and how to use KConfig XT to change settings using the Settings Configure <AppName> @@ -148,12 +149,54 @@ + +You can find some great tutorials for &kde; 4 on http://techbase.kde.org/Development/Tutorials. -Generating the full featured KDE 4 framework application +Generating the full featured &kde; 4 framework application +This template has the same features than the previous one with more menus and with DBUS support. + +&kde; 4 framework application + + + + + + &kde; 4 framework application + + + + + + +Generating the KParts &kde; 4 application +A KParts component is a &kde; GUI component featuring a widget embeddedable in any application and GUI elements that will be merged in the "host" user interface (menubars, toolbars... ). It can embed in other &kde; applications. For example, &konsole; is a KPart and can therefore be easily used in KDevelop or &kate;. + + +The template will give you the following application: + + + +KParts application + + + + + + KParts application + + + + +This template is a small editor +You can read more about KParts in this detailed tutorial: +http://techbase.kde.org/Development/Architecture/KDE3/KParts. + + + ** trunk/KDE/kdesdk/doc/kapptemplate/kpartapp-main.png #property svn:mime-type + image/png