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.184.11 with SMTP id ci11mr17742658qab.1.1356711604521; Fri, 28 Dec 2012 08:20:04 -0800 (PST) Received: by 10.49.71.169 with SMTP id w9mr5152984qeu.7.1356711604453; Fri, 28 Dec 2012 08:20:04 -0800 (PST) Path: k2ni3151qap.0!nntp.google.com!ee4no2967390qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 28 Dec 2012 08:20:04 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=85.26.183.5; posting-account=niG3UgoAAAD7iQ3takWjEn_gw6D9X3ww NNTP-Posting-Host: 85.26.183.5 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Easiest way to build Qt/Gtk interfaces for Ada programs From: Vadim Godunko Injection-Date: Fri, 28 Dec 2012 16:20:04 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-12-28T08:20:04-08:00 List-Id: On Friday, December 28, 2012 6:51:01 PM UTC+4, alb...@gmail.com wrote: > > 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 generate Ada code? > Both toolkits have GUI builder programs (GLADE for Gtk+ and Qt Designer for Qt), but both doesn't generate Ada code. Instead, they use intermediate representation of GUI components and load them at run-time.