[Kde-bindings] Qyoto QWebView and cross platform

Luca Viggiani luca.viggiani at e-levelcom.com
Tue Jun 30 10:17:50 UTC 2009


Hi Guys,
I'm not sure this is the correct place where to post questions, but I
could find any forum on the web regarding Qyoto.
I have a couple of questions:

1) I have successfully installed Qyoto on Ubuntu Jaunty
(libqyoto4.4-cil) and I could compile and run the hello world example in
monodevelop 2.0

using Qyoto;
namespace TestQyoto
{
	
	
	public class MainClass
	{
		
		public static int Main(string[] args)
		{
			QApplication app = new QApplication(args);
			QPushButton button1 = new QPushButton("Hello World!");
            button1.Resize(100,30);
            button1.Show();
			return QApplication.Exec();
		}
	}
}

In my references I added "qt.dotnet".

I would like to try now the QWebView widget but I cannot find it under
the Qyoto name space... where an I doing wrong?

2) More general question: I plan to do a cross platform application
embedding a webbrowser (webkit). I had success both in c++ with native
qt libs and in Java with QtJambi. I see that someone could compile qyoto
for windows and there are tutorials for Mac as well. More in general,
what's the plan for Qyoto project? Will it have a long term life? Is
there planned to have pre-built packages of Qyoto for both Mac and
Windows directly form the Qyoto team?

Thanks in advance for any help,
Luca.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-bindings/attachments/20090630/0a5df678/attachment.html>


More information about the Kde-bindings mailing list