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.205.65 with SMTP id fp1mr19262145qab.4.1356799221082; Sat, 29 Dec 2012 08:40:21 -0800 (PST) Received: by 10.49.35.77 with SMTP id f13mr5580096qej.4.1356799221050; Sat, 29 Dec 2012 08:40:21 -0800 (PST) Path: k2ni3151qap.0!nntp.google.com!ee4no4190459qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 29 Dec 2012 08:40:20 -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: <191930a6-1516-408c-a42d-78997ad6d065@googlegroups.com> Subject: Re: Easiest way to build Qt/Gtk interfaces for Ada programs From: leonid.dulman@gmail.com Injection-Date: Sat, 29 Dec 2012 16:40:21 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-12-29T08:40:20-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 You can use VAD Visual Ada Developer to build GUI quick and easy http://users1.jabry.com/adastudio/index.html Leonid