From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 475527F52B for ; Mon, 3 Jun 2013 13:05:31 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of kakadu.hafanana@gmail.com) identity=pra; client-ip=209.85.160.53; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="kakadu.hafanana@gmail.com"; x-sender="kakadu.hafanana@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of kakadu.hafanana@gmail.com designates 209.85.160.53 as permitted sender) identity=mailfrom; client-ip=209.85.160.53; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="kakadu.hafanana@gmail.com"; x-sender="kakadu.hafanana@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-pb0-f53.google.com) identity=helo; client-ip=209.85.160.53; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="kakadu.hafanana@gmail.com"; x-sender="postmaster@mail-pb0-f53.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Au8AABc6qlHRVaA1k2dsb2JhbABagzmsXolniDt1CBYOAQEBAQcLCwkUBCSCIwEBBAFAARsSCwEDAQsGBQsNDSEhAQERAQUBChIGEwkJh2gBAwkGDJt6jEqCfYN8ChknAwpYiCUBBQyMQYJWBAeDWAOJGoVvhk+BZoEpinSDPhYpglqBYDc X-IPAS-Result: Au8AABc6qlHRVaA1k2dsb2JhbABagzmsXolniDt1CBYOAQEBAQcLCwkUBCSCIwEBBAFAARsSCwEDAQsGBQsNDSEhAQERAQUBChIGEwkJh2gBAwkGDJt6jEqCfYN8ChknAwpYiCUBBQyMQYJWBAeDWAOJGoVvhk+BZoEpinSDPhYpglqBYDc X-IronPort-AV: E=Sophos;i="4.87,784,1363129200"; d="scan'208";a="16429442" Received: from mail-pb0-f53.google.com ([209.85.160.53]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-SHA; 01 Jun 2013 20:16:15 +0200 Received: by mail-pb0-f53.google.com with SMTP id un4so3826842pbc.12 for ; Sat, 01 Jun 2013 11:16:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=88O0/dG8TvBQT+pKT+B1AGCubJgnIbZG5MnPJ66df/k=; b=UrkGZO8gQ+mcdJKRcypr0gZ/4ZWuj+KUXTZRExmdiKN+lrcqB5u1kzcTFfGTQ3Bo4K 8z0bTYBG4KZaHRRHx1W2ZhlNtnVyEMfq0YunFb24OONNdrT+8fVXLcHqgnYASOmbxPSF H+eNlksfdb+S8T39w0opkOsgYb1o1e8hekL0KOu/7UPybkkrh6gX9/u70NEvx4LkBJaD kWvEL+5q7KB2PHvAb8gBnJ6PFXhlQ6xZaTzZm0Zdm64J17obUY+FT7Qm5jWNlMVGyb0s oCrT7OlG994ZOHl4aeN3SWoSvjk3a5rHuwjwqQ2G0dxYGvTq7RimYpcq5h3OJITBSZPv uOWw== MIME-Version: 1.0 X-Received: by 10.68.99.163 with SMTP id er3mr18299448pbb.36.1370110573746; Sat, 01 Jun 2013 11:16:13 -0700 (PDT) Received: by 10.70.94.100 with HTTP; Sat, 1 Jun 2013 11:16:13 -0700 (PDT) In-Reply-To: References: <518B78EA.7020306@gmail.com> Date: Sat, 1 Jun 2013 22:16:13 +0400 Message-ID: From: Kakadu To: Fabrice Le Fessant Cc: Caml List Content-Type: multipart/alternative; boundary=047d7b6dc1060d229e04de1bba36 Subject: Re: [Caml-list] Interfacing with QtQuick 2.0 from Qt5, RFC --047d7b6dc1060d229e04de1bba36 Content-Type: text/plain; charset=ISO-8859-1 Hey! 'Hello world' tutorial have become longer and more copy-pastable. See you on github pages: http://kakadu.github.io/lablqt/qtquick-helloworld.html RFC Best wishes, Kakadu On Thu, May 9, 2013 at 10:31 PM, Kakadu wrote: > I've added small introduction to OCaml+QtQuick > https://github.com/Kakadu/lablqt/wiki/Using-mocml-with-QtQuick > > Best wishes, > Kakadu > > > On Thu, May 9, 2013 at 2:22 PM, Fabrice Le Fessant wrote: > >> Hi, >> >> Is there any documentation in the examples, to understand how the code >> is structured ? >> >> I have also improved the wxWidgets binding, the code is now completely >> generated, no code shared with wxHaskell anymore. There is a screenshot of >> some examples on : >> >> http://www.typerex.org/ocplib-**wxOCaml.html >> >> Regards, >> --Fabrice >> >> >> On 05/09/2013 12:18 PM, Kakadu wrote: >> >>> Hey! >>> >>> I'm ready to share y experience about this topic. To build it you can >>> use './configure' from >>> https://github.com/Kakadu/**lablqt/tree/qml-dev/qml. In 'test' directory >>> you will find demo ocamlbrowser-like application with QtQuick GUI >>> interface and logic in OCaml. >>> >>> I have successfully built it on Debian sid x64 with Qt5 from git and on >>> Ubuntu 13.04 with Qt5 from repository. Now it's time to ask what do u >>> think about all of this. >>> >>> Best wishes, >>> Dmitrii Kosarev aka Kakadu >>> >> >> -- >> Caml-list mailing list. Subscription management and archives: >> https://sympa.inria.fr/sympa/**arc/caml-list >> Beginner's list: http://groups.yahoo.com/group/**ocaml_beginners >> Bug reports: http://caml.inria.fr/bin/caml-**bugs >> > > --047d7b6dc1060d229e04de1bba36 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hey!

'Hello world' tutorial hav= e become longer and more copy-pastable. See you on github pages:=A0http://kakadu.g= ithub.io/lablqt/qtquick-helloworld.html

RFC

Best wishes,
Kakadu




On Thu, May 9, = 2013 at 10:31 PM, Kakadu <kakadu.hafanana@gmail.com>= wrote:
I've added small introd= uction to OCaml+QtQuick

Best wishes,
Kakadu


On Thu, May 9, 2013 at 2:22 PM, Fabrice Le Fessant <fabrissimo@= gmail.com> wrote:
Hi,

=A0 Is there any documentation in the examples, to understand how the code = is structured ?

=A0 I have also improved the wxWidgets binding, the code is now completely = generated, no code shared with wxHaskell anymore. There is a screenshot of = some examples on :

ht= tp://www.typerex.org/ocplib-wxOCaml.html

Regards,
--Fabrice


On 05/09/2013 12:18 PM, Kakadu wrote:
Hey!

I'm ready to share y experience about this topic. To build it you can use './configure' from
https://github.com/Kakadu/lablqt/tree/qml-dev/qml . In '= ;test' directory
you will find demo ocamlbrowser-like application with QtQuick GUI
interface and logic in OCaml.

I have successfully built it on =A0Debian sid x64 with Qt5 from git and on<= br> Ubuntu 13.04 with Qt5 from repository. Now it's time to ask what do u think about all of this.

Best wishes,
Dmitrii Kosarev aka Kakadu

--
Caml-list mailing list. =A0Subscription management and archives:
ht= tps://sympa.inria.fr/sympa/arc/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners<= /a>
Bug reports:
http://caml.inria.fr/bin/caml-bugs


--047d7b6dc1060d229e04de1bba36--