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=unavailable autolearn_force=no version=3.4.4 Path: border1.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!goblin1!goblin.stu.neva.ru!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Ada needs Qt(5) bindings Date: Tue, 09 Jul 2013 21:00:48 +0100 Organization: A noiseless patient Spider Message-ID: References: <20130709201738.1609dce5@atmarama.noip.me> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx05.eternal-september.org; posting-host="a849a84efccf4ec3e3fdf530b5c53bc9"; logging-data="24039"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/0z0jIDDIKWgtAhFTVDoTNwkXGrPWoKoo=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) Cancel-Lock: sha1:vOJgcLb3hzHFJsvtxtTZFW42AC4= sha1:h9v0VV+BkdQvEqcvbA3cW2UBaG0= X-Original-Bytes: 1322 Xref: number.nntp.dca.giganews.com comp.lang.ada:182393 Date: 2013-07-09T21:00:48+01:00 List-Id: Gour writes: > As last resort, I'm curious what do you think about the possibility to > use PyQt for GUI part and calling Ada stuff from Python by using > Ada-Python Interfacing This approach has always seemed a possibility to me. The problem I found with the equivalent in Tcl/Tk was that there seemed to be no way of making a callback from the Ada to the Tcl.