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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.200.33.172 with SMTP id 41mr15822977qty.16.1498899973955; Sat, 01 Jul 2017 02:06:13 -0700 (PDT) X-Received: by 10.36.67.202 with SMTP id s193mr765825itb.9.1498899973911; Sat, 01 Jul 2017 02:06:13 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!m54no1729096qtb.1!news-out.google.com!k7ni5104itk.0!nntp.google.com!188no457914itx.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 1 Jul 2017 02:06:13 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=213.8.204.42; posting-account=gOkKbAoAAACKpspXTBDXeWNsiTyhFowY NNTP-Posting-Host: 213.8.204.42 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <47668420-6cb4-48b2-bec8-d5b6ddb5dcee@googlegroups.com> Subject: Re: Announce : Qt5Ada version 5.9.0 (541 packages) release 01/06/2017 free edition From: leonid.dulman@gmail.com Injection-Date: Sat, 01 Jul 2017 09:06:13 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:47248 Date: 2017-07-01T02:06:13-07:00 List-Id: On Monday, June 19, 2017 at 7:49:16 PM UTC+3, Heiko Grill wrote: > Did I miss anything? I'am new to Ada and played a little. I was looking f= or a GUI and found GTK, Gnoga and now QT5. For me it works, but what i want= to know is there anybody using Ada and QT? The Examples from Leonid are ve= ry good translated from the original c-code from qt. >=20 > Greetings > Heiko >=20 > Am Donnerstag, 1. Juni 2017 07:39:09 UTC+2 schrieb leonid...@gmail.com: > > Qt5Ada is Ada-2012 port to Qt5 framework (based on Qt 5.9.0 final) > > Qt5ada version 5.9.0 open source and qt5c.dll,libqt5c.so(x64) built wit= h Microsoft Visual Studio 2015 in Windows, gcc x86-64 in Linux. > > Package tested with gnat gpl 2012 ada compiler in Windows 32bit and 64b= it , Linux x86-64 Debian 8.5 > >=20 > > It supports GUI, SQL, Multimedia, Web, Network, Touch devices, Sensors,= Bluetooth, Navigation and many others thinks. > >=20 > > Changes for new Qt5Ada release : > > Added packages for modules : > > QJson,QBson,QMongo (Mongo DB) modules support. > >=20 > > My configuration script to build Qt 5.9.0 is: configure -opensource -re= lease -nomake tests -opengl dynamic -qt-zlib -qt-libpng -qt-libjpeg -openss= l-linked OPENSSL_LIBS=3D"-lssleay32 -llibeay32" -plugin-sql-mysql -plugin-s= ql-odbc -plugin-sql-oci -icu -prefix "e:/Qt/5.9"=20 > >=20 > > As a role ADA is used in embedded systems, but with QTADA(+VTKADA) you= can build any desktop applications with=20 > > powerful 2D/3D rendering and imaging (games, animations, emulations) GU= I, Database connection, server/client, Internet browsing , Modbus control a= nd many others thinks. > >=20 > > Qt5Ada and VTKAda for Windows, Linux (Unix) is available from > > https://drive.google.com/folderview?id=3D0B2QuZLoe-yiPbmNQRl83M1dTRVE&u= sp=3Dsharing (google drive. It can be mounted as virtual drive or directory= or viewed with Web Browser)=20 > >=20 > > The full list of released classes is in "Qt5 classes to Qt5Ada packages= relation table.docx"=20 > > VTKAda version 7.1.0 is based on VTK 7.1.0 (OpenGL2) is fully compatibl= e with Qt5Ada 5.9.0 > >=20 > > I hope Qt5Ada and VTKAda will be useful for students, engineers, scient= ists and enthusiasts > > With Qt5Ada you can build any applications and solve any problems easy = and quickly. > >=20 > > If you have any problems or questions, tell me know. > >=20 > > Leonid To use Qt5Ada need installed Qt 5.9.0 and GNAT GPL compiler. That's all Leonid