![]() Registered Member ![]()
|
Just a quick question that I have so far been unable to find an answer to:
Are the qt/kde bindnings to C# and Mono documented somewhere? If they are, they must be hiding somewhere out of sight of mere mortals...
OpenSUSE 11.4, 64-bit with KDE 4.6.4
Proud to be a member of KDE forums since 2008-Oct. |
![]() KDE Developer ![]()
|
Maybe there is a documentation tool for C# code that can generate the docs from sources, i.e. like javadoc for Java code.
Cheers, _
anda_skoa, proud to be a member of KDE forums since 2008-Oct.
|
![]() Registered Member ![]()
|
The semantics and paradigms of Qt/KDE development ina C++ environment are simply the same so thee is actually no real use to create real documentation for that. So if you have already worked with QT/KDE in C++ it is absolutely not that hard to use it in C# you maybe even could copy and paste big chunks of available code and use it in C#. WHat maybe would be a proble is the part of the C++ paradigm that needs headers I'm sticking my head in that one too right now but anyway...
This is maybe what you want : http://kdebindings.sourcearchive.com/do ... ion/4.1.4/ from that archive one little sippet : using System; using Qyoto; public class T1 { public static int Main(String[] args) { QApplication app = new QApplication(args); QPushButton hello = new QPushButton("Hello world!"); QLabel label = new QLabel(hello); hello.Resize(100, 30); hello.Show(); return QApplication.Exec(); } } Btw I know techbase is a little skippy about that part of the bindings maybe we can find somebod to get the docs there from doxy
My blog :
http://adreasdevblog.wordpress.com I work with the head developer on this one: http://techbase.kde.org/Projects/Aki My code repository on github: https://github.com/xxtjaxx/xxtjaxxRepository/tree |
Registered users: Bing [Bot], daret, Google [Bot], sandyvee, Sogou [Bot]