KDevelop/da: Difference between revisions
(Created page with '==Lav projekter==') |
(Created page with 'For at begynde udvikling med '''KDevelop''' skal du først lave et projekt. Det gør du ved hjælp af menuen <menuchoice>Projekt -> Nyt projekt</menuchoice>.') |
||
Line 6: | Line 6: | ||
==Lav projekter== | ==Lav projekter== | ||
For at begynde udvikling med '''KDevelop''' skal du først lave et projekt. Det gør du ved hjælp af menuen <menuchoice>Projekt -> Nyt projekt</menuchoice>. | |||
Now a dialog appears asking you what kind of project do you want to create. According to what app you want to develop (e.g. Qt GUI application, pyQt4, KDE application, etc.) select the appropriate option. For example, if you want to create a pyQt4 app, you would unfold <menuchoice>pyQt4</menuchoice> and select <menuchoice>pyQt4 GUI Application</menuchoice>. | Now a dialog appears asking you what kind of project do you want to create. According to what app you want to develop (e.g. Qt GUI application, pyQt4, KDE application, etc.) select the appropriate option. For example, if you want to create a pyQt4 app, you would unfold <menuchoice>pyQt4</menuchoice> and select <menuchoice>pyQt4 GUI Application</menuchoice>. |
Revision as of 05:28, 21 September 2010
Et integreret udviklingsmiljø (IDE) for MS Windows, Mac OsX, Linux, Solaris and FreeBSD |
Lav projekter
For at begynde udvikling med KDevelop skal du først lave et projekt. Det gør du ved hjælp af menuen
.Now a dialog appears asking you what kind of project do you want to create. According to what app you want to develop (e.g. Qt GUI application, pyQt4, KDE application, etc.) select the appropriate option. For example, if you want to create a pyQt4 app, you would unfold
and select .Next, you have to enter the application's name in the
field. Afterwards, you have to also set a location for the app where the sources will be stored.Now you can click
.The next page asks you what kind of
do you want to use. Choose the one you like (and I just remembered I wanted to start learning Git).Browsing through created template files
To browse what files have been automatically created when you created a template project, click on
tab on the left-most side.Now you will see a list of project files.