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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!newsfe22.iad.POSTED!7564ea0f!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada References: <2RRWm.115219$gg6.92260@newsfe25.iad> Subject: Re: GUI with Ada? X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.3598 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-RFC2646: Format=Flowed; Original X-EsetId: 321EA926BF2030326352 X-EsetScannerBuild: 6239 Message-ID: NNTP-Posting-Host: begadmgiaeejkobgmlajjaghfffiecpj X-Complaints-To: abuse@charter.net X-Trace: mihnlfichcpjolhnjcgmplepfogblcmlkipcifaikpfphgllbegadmgiaeejkobgdkbcplllelcpmknpclgefkficpgilnnfneklagkgoekgnnbmadnhcehglnacemccbgjklipccefckbgb NNTP-Posting-Date: Fri, 18 Dec 2009 21:50:19 UTC Date: Fri, 18 Dec 2009 15:50:26 -0600 Xref: g2news1.google.com comp.lang.ada:8433 Date: 2009-12-18T15:50:26-06:00 List-Id: "Vadim Godunko" wrote in message news:b10955e8-390b-4f44-abe5-d457a2012713@m3g2000yqf.googlegroups.com... On Dec 18, 11:44 pm, "Nasser M. Abbasi" wrote: > > I know there are few choices for the GUI, and just wanted to check what is > the "best" choice do you think for that. One with a GUI builder would be > nice (i.e. where one can pick the components and lay them out to design > the > 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 > for > 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." Thanks Vadim for the info; I will look at Qt also. I always find a GUI builder easier to use to layout components than doing that using just code. Much less time, but may be not as flexible, but the time saving is worth it for me. --Nasser