This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Quyoto/kimono?

Tags: None
(comma "," separated)
Kryten2X4B
Registered Member
Posts
911
Karma
4
OS

Quyoto/kimono?

Sat Mar 14, 2009 1:34 am
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.
User avatar
anda_skoa
KDE Developer
Posts
783
Karma
4
OS

RE: Quyoto/kimono?

Sat Mar 14, 2009 3:53 pm
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.
xxtjaxx
Registered Member
Posts
58
Karma
0
OS

Re: Quyoto/kimono?

Sun Aug 23, 2009 3:04 am
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


Bookmarks



Who is online

Registered users: Bing [Bot], daret, Google [Bot], sandyvee, Sogou [Bot]