Languages/Qyoto (it): Difference between revisions

From KDE TechBase
(New page: {{Template:I18n/Language Navigation Bar|Development/Languages/Qyoto}} __NOTOC__ = Introduzione = Qyoto makes it possible to develop Qt and KDE applications using C#, or any other .NET ...)
 
No edit summary
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Template:I18n/Language Navigation Bar|Development/Languages/Qyoto}}
 




Line 6: Line 6:
= Introduzione =
= Introduzione =


Qyoto makes it possible to develop Qt and KDE applications using C#, or any other .NET language. Qyoto uses [[Development/Languages/Smoke|SMOKE]], and offers access to almost all Qt and KDE classes.
Qyoto permette di sviluppare applicazioni Qt e KDE utilizzando C#, o qualunque altro linguaggio .Net.  


Qyoto permette di sviluppare applicazioni Qy e KDE utilizzando C#, o qualunque altro linguaggio .Net.
Qyoto utilizza [[Development/Languages/Smoke|SMOKE]] e permette l'accesso a quasi tutte le classi Qt e KDE.
Qyoto usa [[Development/Languages/Smoke|SMOKE]], e permette l'accesso a quasi tutte le classi Qt e KDE .




= Source Code =
= Codice sorgente =


Qyoto is part of the kdebindings module in the KDE SVN repository.  
Qyoto e' parte del modulo 'kdebindings' nel repository SV di KDE.


   $ svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdebindings
   $ svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdebindings


You can also [http://websvn.kde.org/trunk/KDE/kdebindings/csharp/ browse the source online].
E' possibile inoltre [http://websvn.kde.org/trunk/KDE/kdebindings/csharp/ visualizzare il codice online].


= Binary Packages =
= Pacchetti binari =


Pre-built binary packages are available in the following distributions:
Pacchetti binari pre-compilati sono disponibili per le seguenti distribuzioni:


* [http://packages.debian.org/source/experimental/kdebindings Debian]
* [http://packages.debian.org/source/experimental/kdebindings Debian]
* [http://packages.ubuntu.com/source/intrepid/kde4bindings Ubuntu]
* [http://packages.ubuntu.com/source/intrepid/kde4bindings Ubuntu]


= Discussions & Support =
= Discussioni & Supporto =


* '''Mailing List:''' [https://mail.kde.org/mailman/listinfo/kde-bindings [email protected]].
* '''Mailing List:''' [https://mail.kde.org/mailman/listinfo/kde-bindings [email protected]].
* '''IRC Channel:''' #kde-bindings on [http://freenode.net/ irc.freenode.net].
* '''IRC Channel:''' #kde-bindings su [http://freenode.net/ irc.freenode.net].


= Other Resources =
= Altre Risorse =


* http://ekarchive.elikirk.com/david/qyoto/ Old website
* http://ekarchive.elikirk.com/david/qyoto/ Vecchio sito
* http://imaginary-project.net/wiki/qyoto
* http://imaginary-project.net/wiki/qyoto
* [http://imaginary-project.net/wiki/building_qyoto_for_windows Building Qyoto for Windows]
* [http://imaginary-project.net/wiki/building_qyoto_for_windows Compilare Qyoto per Windows]
* An earlier attempt at creating C# bindings for Qt was called [[Development/Languages/QtSharp|QtSharp]].
* Un precedente tentativo di creare binding C# per Qt era chiamato [[Development/Languages/QtSharp|QtSharp]].

Revision as of 12:06, 18 July 2012



Introduzione

Qyoto permette di sviluppare applicazioni Qt e KDE utilizzando C#, o qualunque altro linguaggio .Net.

Qyoto utilizza SMOKE e permette l'accesso a quasi tutte le classi Qt e KDE.


Codice sorgente

Qyoto e' parte del modulo 'kdebindings' nel repository SV di KDE.

 $ svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdebindings

E' possibile inoltre visualizzare il codice online.

Pacchetti binari

Pacchetti binari pre-compilati sono disponibili per le seguenti distribuzioni:

Discussioni & Supporto

Altre Risorse