<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
Hi Guys,<BR>
I'm not sure this is the correct place where to post questions, but I could find any forum on the web regarding Qyoto.<BR>
I have a couple of questions:<BR>
<BR>
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<BR>
<BR>
<FONT COLOR="#0000ff"><I>using Qyoto;</I></FONT><BR>
<FONT COLOR="#0000ff"><I>namespace TestQyoto</I></FONT><BR>
<FONT COLOR="#0000ff"><I>{</I></FONT><BR>
<FONT COLOR="#0000ff"><I> </I></FONT><BR>
<FONT COLOR="#0000ff"><I> </I></FONT><BR>
<FONT COLOR="#0000ff"><I> public class MainClass</I></FONT><BR>
<FONT COLOR="#0000ff"><I> {</I></FONT><BR>
<FONT COLOR="#0000ff"><I>         </I></FONT><BR>
<FONT COLOR="#0000ff"><I>         public static int Main(string[] args)</I></FONT><BR>
<FONT COLOR="#0000ff"><I>         {</I></FONT><BR>
<FONT COLOR="#0000ff"><I>                 QApplication app = new QApplication(args);</I></FONT><BR>
<FONT COLOR="#0000ff"><I>                 QPushButton button1 = new QPushButton("Hello World!");</I></FONT><BR>
<FONT COLOR="#0000ff"><I>            button1.Resize(100,30);</I></FONT><BR>
<FONT COLOR="#0000ff"><I>            button1.Show();</I></FONT><BR>
<FONT COLOR="#0000ff"><I>                 return QApplication.Exec();</I></FONT><BR>
<FONT COLOR="#0000ff"><I>         }</I></FONT><BR>
<FONT COLOR="#0000ff"><I> }</I></FONT><BR>
<FONT COLOR="#0000ff"><I>}</I></FONT><BR>
<BR>
In my references I added "qt.dotnet".<BR>
<BR>
I would like to try now the QWebView widget but I cannot find it under the Qyoto name space... where an I doing wrong?<BR>
<BR>
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?<BR>
<BR>
Thanks in advance for any help,<BR>
Luca.
</BODY>
</HTML>