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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,3ad7a8611c2e60ae X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!m3g2000yqf.googlegroups.com!not-for-mail From: Vadim Godunko Newsgroups: comp.lang.ada Subject: Re: GUI with Ada? Date: Fri, 18 Dec 2009 13:32:16 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <2RRWm.115219$gg6.92260@newsfe25.iad> NNTP-Posting-Host: 188.114.17.28 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1261171936 28036 127.0.0.1 (18 Dec 2009 21:32:16 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 18 Dec 2009 21:32:16 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m3g2000yqf.googlegroups.com; posting-host=188.114.17.28; posting-account=niG3UgoAAAD7iQ3takWjEn_gw6D9X3ww User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091103 SUSE/3.5.5-1.1.2 Firefox/3.5.5,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8431 Date: 2009-12-18T13:32:16-08:00 List-Id: On Dec 18, 11:44=A0pm, "Nasser M. Abbasi" wrote: > > I know there are few choices for the GUI, and just wanted to check what i= s > the "best" choice do you think for that. =A0One with a GUI builder would = be > nice (i.e. where one can pick the components and lay them out to design t= he > interface). This will be an school program, nothing commercial. I wanted = to > try to write some basic finite element code in Ada, but need a GUI part f= or > the simulation part. > As for Qt, it includes GUI development tool known as Qt Designer. In contrast to Gtk+, Qt has very nice documentation and special tool to navigate and to do search in it. QGraphicsView framework can be a significant help to develop some kinds of 2D graphical application, Qt includes integration with OpenGL also.