<!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>
@Arno:<BR>
Found thanks! The deb package is libqtwebkit2.2-cil which binds to libqt4-webkit (4.5.0)<BR>
<BR>
@All: Any info on my second question?<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, Luca.<BR>
<BR>
On Tue, 2009-06-30 at 22:04 +0200, Arno Rehn wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On Tuesday 30 June 2009 12:17:50 Luca Viggiani wrote:
> 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?
There's a special assembly for the webkit stuff, called qtwebkit.dll. I don't
know if it is contained in that same debian package or if you have to install
another one.
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>