[Kde-bindings] Qyoto QWebView and cross platform

Arno Rehn arno at arnorehn.de
Tue Jun 30 20:04:38 UTC 2009


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.

-- 
Arno Rehn
arno at arnorehn.de



More information about the Kde-bindings mailing list