KAppTemplate/it: Difference between revisions

From KDE UserBase Wiki
(Importing a new version from external source)
(Updating to match new version of source page)
 
(6 intermediate revisions by one other user not shown)
Line 2: Line 2:


{|class="vertical-centered"  
{|class="vertical-centered"  
|[[Image:Kapptemplate2.png|350px]]||KAppTemplate offre una procedura guidata per creare l'impostazione di un progetto di sviluppo in modo facile e rapido.
|[[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.  
|}
|}


Line 11: Line 11:
* Categorie.
* Categorie.


* Templates for different build-systems and frameworks
* Modelli per diversi sistemi di compilazione e framework.


* Templates especially for KDE-development (plugins for Plasma, KOffice, KTextEditor, KRunner, Akonadi)
* Modelli in particolare per lo sviluppo KDE (plugin per Plasma, KOffice, KTextEditor, KRunner, Akonadi).


* It is easy to create new templates using space holders and a simple CMake-command
* È facile creare nuovi modelli utilizzando segnaposti<!--space holders?--> e un semplice comando CMake.


* Integrated into KDevelop
* Integrato in KDevelop.


The Handbook is available from [http://docs.kde.org/development/en/kdesdk/kapptemplate/index.html here]
== More Information ==


[[Category:Development]]
* The Handbook is available from [http://docs.kde.org/development/en/kdesdk/kapptemplate/index.html here].
 
[[Category:Sviluppo/it]]

Latest revision as of 21:30, 25 January 2019

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.

Caratteristiche

  • Modelli per C++, Ruby, Python e PHP.
  • Categorie.
  • Modelli per diversi sistemi di compilazione e framework.
  • Modelli in particolare per lo sviluppo KDE (plugin per Plasma, KOffice, KTextEditor, KRunner, Akonadi).
  • È facile creare nuovi modelli utilizzando segnaposti e un semplice comando CMake.
  • Integrato in KDevelop.

More Information

  • The Handbook is available from here.