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 599F97EE63 for ; Thu, 9 May 2013 20:32:00 +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.216.169; 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.216.169 as permitted sender) identity=mailfrom; client-ip=209.85.216.169; 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-qc0-f169.google.com) identity=helo; client-ip=209.85.216.169; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="kakadu.hafanana@gmail.com"; x-sender="postmaster@mail-qc0-f169.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiICADnri1HRVdiplGdsb2JhbABSgz6EWqkaiWWIM3IIFg4BAQEBBw0JCRQEJIIfAQEEAUABGxILAQMBCwYFBAcNDSEhAQERAQUBChIGEwkJh2cBAwkGDKEJjD2CfoRhChknAwpYh0QBBQyMRoJSBAeDVQOJFIVphkuBZIEmim2DPRYpglqBYDc X-IPAS-Result: AiICADnri1HRVdiplGdsb2JhbABSgz6EWqkaiWWIM3IIFg4BAQEBBw0JCRQEJIIfAQEEAUABGxILAQMBCwYFBAcNDSEhAQERAQUBChIGEwkJh2cBAwkGDKEJjD2CfoRhChknAwpYh0QBBQyMRoJSBAeDVQOJFIVphkuBZIEmim2DPRYpglqBYDc X-IronPort-AV: E=Sophos;i="4.87,642,1363129200"; d="scan'208";a="13735091" Received: from mail-qc0-f169.google.com ([209.85.216.169]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-SHA; 09 May 2013 20:31:59 +0200 Received: by mail-qc0-f169.google.com with SMTP id z10so1845616qcx.0 for ; Thu, 09 May 2013 11:31:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=PAceATQBouwFqUL/SGBbzl2rJfz4cKGA9+7cUJ2ey9Q=; b=vviKGez0sdWTowFmIJ/jQtkm0mWJt7VccVzQLQhvPLspay/SqtHPsGY1cuUrMW3ll6 61Rxp8KLJpPKIdobwUssMRrOsb7M09zT+way5rtUHnxnUTl5Zx5E76xraFu3O4PXTU/c yTU4h6rXcHRIQGAom8gzoMuXnMrgKWGE9GnSw5pYRjvm1DiOr9a5KHGyAXTLn3F5wFUK csf3Pyt8yFPm51z3SClJRu+raEwDwJefNhHlYqAF0T0iaO8KJczWNhMujiBjfEF64vKr 5dEpLoxjTasN5QIbJ10l1Cq8kF4Q9buw0mM8NUVBMThqDbZKmQrPdVwMix9FAXwDqeox +BuA== MIME-Version: 1.0 X-Received: by 10.224.73.73 with SMTP id p9mr9404030qaj.19.1368124318393; Thu, 09 May 2013 11:31:58 -0700 (PDT) Received: by 10.49.12.40 with HTTP; Thu, 9 May 2013 11:31:58 -0700 (PDT) In-Reply-To: <518B78EA.7020306@gmail.com> References: <518B78EA.7020306@gmail.com> Date: Thu, 9 May 2013 22:31:58 +0400 Message-ID: From: Kakadu To: Fabrice Le Fessant Cc: Caml List Content-Type: multipart/alternative; boundary=20cf3074d9ac01cad404dc4d442c Subject: Re: [Caml-list] Interfacing with QtQuick 2.0 from Qt5, RFC --20cf3074d9ac01cad404dc4d442c Content-Type: text/plain; charset=ISO-8859-1 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 > --20cf3074d9ac01cad404dc4d442c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I've added small introduction to OCaml+QtQuick
Best wishes,
Kakadu


On Thu, May 9, 2013 = at 2:22 PM, Fabrice Le Fessant <fabrissimo@gmail.com> wro= te:
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

--20cf3074d9ac01cad404dc4d442c--