From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b6df8f8501cf7275 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.207.66 with SMTP id fx2mr20765484qab.7.1356888455691; Sun, 30 Dec 2012 09:27:35 -0800 (PST) Received: by 10.49.60.40 with SMTP id e8mr5825556qer.40.1356888455654; Sun, 30 Dec 2012 09:27:35 -0800 (PST) Path: k2ni3609qap.0!nntp.google.com!ee4no8117595qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 30 Dec 2012 09:27:35 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=77.126.51.28; posting-account=gOkKbAoAAACKpspXTBDXeWNsiTyhFowY NNTP-Posting-Host: 77.126.51.28 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <11a264a9-9f32-4e68-bf19-8877a1f46686@googlegroups.com> Subject: Re: Easiest way to build Qt/Gtk interfaces for Ada programs From: leonid.dulman@gmail.com Injection-Date: Sun, 30 Dec 2012 17:27:35 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-12-30T09:27:35-08:00 List-Id: On Friday, December 28, 2012 4:51:01 PM UTC+2, alb...@gmail.com wrote: > I am a interested in creating GUI applications with Ada, using either Qt = or Gtk (it must be one of these two, because these are the only toolkits th= at provide full BiDi support). >=20 > I was happy to find that the Ada bindings are available for both Qt and G= tk, but I was disheartened when I saw the code of the example programs. Lot= s of code! Lines and lines of dense code, barely comprehensible. Honestly, = I don't know if I would be able to write a GUI by manually writing so much = code. >=20 >=20 >=20 > My question is: is there any GUI builder, either for Qt or for Qt, which = will allow me to graphically design the widgets, and which will then genera= te Ada code? >=20 > If not, what would be the easiest way to create the Qt/Gtk interfaces I n= eed and use them in Ada? (I dread having to write everything manually!) >=20 >=20 >=20 > Thanks >=20 >=20 >=20 > Alby I plane to do this, but now I want to build VTK 5.10.1 with Qt5 and rebuild= my VTK5ADA system