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 fp1mr17798299qab.4.1356715804861; Fri, 28 Dec 2012 09:30:04 -0800 (PST) Received: by 10.49.81.72 with SMTP id y8mr5252460qex.42.1356715804741; Fri, 28 Dec 2012 09:30:04 -0800 (PST) Path: k2ni3151qap.0!nntp.google.com!ee4no3031804qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 28 Dec 2012 09:30:04 -0800 (PST) In-Reply-To: <1gda5kzj50h3l.jzmq13s0hw74.dlg@40tude.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2.230.82.82; posting-account=vICoKAoAAACvprQdoU1Fu4jhuX0G_mBQ NNTP-Posting-Host: 2.230.82.82 References: <1gda5kzj50h3l.jzmq13s0hw74.dlg@40tude.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Easiest way to build Qt/Gtk interfaces for Ada programs From: alb348@gmail.com Cc: mailbox@dmitry-kazakov.de Injection-Date: Fri, 28 Dec 2012 17:30:04 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-12-28T09:30:04-08:00 List-Id: >> 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? > Wasting time, but you won't believe me anyway. So take > any, it is actually no matter. Once you have it behind > you, you can make a fresh start and begin working > productively. Could you please elaborate a little as to why, in your opinion, GUI builders are a waste of time? Is it because the quality of the generated code is unsatisfactory? Or because they are too complex to use? Also, in case I decide to write all the GUI code manually, which path do you advise me to take: Gtk or Qt? (I only need basic edit windows, dialogs and forms). And are there good tutorials that explain how to do it in an easy way?