comp.lang.ada
 help / color / mirror / Atom feed
* Announce : Qt5Ada version 5.9.0 (541 packages)  release 01/06/2017 free edition
@ 2017-06-01  5:39 leonid.dulman
  2017-06-19 16:49 ` Heiko Grill
  0 siblings, 1 reply; 3+ messages in thread
From: leonid.dulman @ 2017-06-01  5:39 UTC (permalink / raw)



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 with Microsoft Visual Studio 2015 in Windows, gcc x86-64 in Linux.
Package tested with gnat gpl 2012 ada compiler in Windows 32bit and 64bit , Linux x86-64 Debian 8.5

It supports GUI, SQL, Multimedia, Web, Network, Touch devices, Sensors,Bluetooth, Navigation and many others thinks.

Changes for new Qt5Ada release :
Added  packages for modules :
QJson,QBson,QMongo (Mongo DB) modules support.

My configuration script to build Qt 5.9.0 is: configure -opensource -release -nomake tests -opengl dynamic -qt-zlib -qt-libpng -qt-libjpeg -openssl-linked OPENSSL_LIBS="-lssleay32 -llibeay32" -plugin-sql-mysql -plugin-sql-odbc -plugin-sql-oci -icu -prefix "e:/Qt/5.9" 

As a role ADA is used in embedded systems, but with  QTADA(+VTKADA) you can build any desktop applications with 
powerful 2D/3D rendering and imaging (games, animations, emulations) GUI, Database connection, server/client, Internet browsing , Modbus control and many others thinks.

Qt5Ada and VTKAda for Windows, Linux (Unix) is available from
https://drive.google.com/folderview?id=0B2QuZLoe-yiPbmNQRl83M1dTRVE&usp=sharing (google drive. It can be mounted as virtual drive or directory or viewed with Web Browser) 

The full list of released classes is in "Qt5 classes to Qt5Ada packages relation table.docx" 
VTKAda version 7.1.0 is based on VTK 7.1.0 (OpenGL2) is fully compatible with Qt5Ada 5.9.0

I hope Qt5Ada and VTKAda will be useful for students, engineers, scientists and enthusiasts
With Qt5Ada you can build any applications and solve any problems easy and quickly.

If you have any problems or questions, tell me know.

Leonid

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Announce : Qt5Ada version 5.9.0 (541 packages)  release 01/06/2017 free edition
  2017-06-01  5:39 Announce : Qt5Ada version 5.9.0 (541 packages) release 01/06/2017 free edition leonid.dulman
@ 2017-06-19 16:49 ` Heiko Grill
  2017-07-01  9:06   ` leonid.dulman
  0 siblings, 1 reply; 3+ messages in thread
From: Heiko Grill @ 2017-06-19 16:49 UTC (permalink / raw)


Did I miss anything? I'am new to Ada and played a little. I was looking for 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 very good translated from the original c-code from qt.

Greetings
Heiko

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 with Microsoft Visual Studio 2015 in Windows, gcc x86-64 in Linux.
> Package tested with gnat gpl 2012 ada compiler in Windows 32bit and 64bit , Linux x86-64 Debian 8.5
> 
> It supports GUI, SQL, Multimedia, Web, Network, Touch devices, Sensors,Bluetooth, Navigation and many others thinks.
> 
> Changes for new Qt5Ada release :
> Added  packages for modules :
> QJson,QBson,QMongo (Mongo DB) modules support.
> 
> My configuration script to build Qt 5.9.0 is: configure -opensource -release -nomake tests -opengl dynamic -qt-zlib -qt-libpng -qt-libjpeg -openssl-linked OPENSSL_LIBS="-lssleay32 -llibeay32" -plugin-sql-mysql -plugin-sql-odbc -plugin-sql-oci -icu -prefix "e:/Qt/5.9" 
> 
> As a role ADA is used in embedded systems, but with  QTADA(+VTKADA) you can build any desktop applications with 
> powerful 2D/3D rendering and imaging (games, animations, emulations) GUI, Database connection, server/client, Internet browsing , Modbus control and many others thinks.
> 
> Qt5Ada and VTKAda for Windows, Linux (Unix) is available from
> https://drive.google.com/folderview?id=0B2QuZLoe-yiPbmNQRl83M1dTRVE&usp=sharing (google drive. It can be mounted as virtual drive or directory or viewed with Web Browser) 
> 
> The full list of released classes is in "Qt5 classes to Qt5Ada packages relation table.docx" 
> VTKAda version 7.1.0 is based on VTK 7.1.0 (OpenGL2) is fully compatible with Qt5Ada 5.9.0
> 
> I hope Qt5Ada and VTKAda will be useful for students, engineers, scientists and enthusiasts
> With Qt5Ada you can build any applications and solve any problems easy and quickly.
> 
> If you have any problems or questions, tell me know.
> 
> Leonid


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Announce : Qt5Ada version 5.9.0 (541 packages)  release 01/06/2017 free edition
  2017-06-19 16:49 ` Heiko Grill
@ 2017-07-01  9:06   ` leonid.dulman
  0 siblings, 0 replies; 3+ messages in thread
From: leonid.dulman @ 2017-07-01  9:06 UTC (permalink / raw)


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 for 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 very good translated from the original c-code from qt.
> 
> Greetings
> Heiko
> 
> 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 with Microsoft Visual Studio 2015 in Windows, gcc x86-64 in Linux.
> > Package tested with gnat gpl 2012 ada compiler in Windows 32bit and 64bit , Linux x86-64 Debian 8.5
> > 
> > It supports GUI, SQL, Multimedia, Web, Network, Touch devices, Sensors,Bluetooth, Navigation and many others thinks.
> > 
> > Changes for new Qt5Ada release :
> > Added  packages for modules :
> > QJson,QBson,QMongo (Mongo DB) modules support.
> > 
> > My configuration script to build Qt 5.9.0 is: configure -opensource -release -nomake tests -opengl dynamic -qt-zlib -qt-libpng -qt-libjpeg -openssl-linked OPENSSL_LIBS="-lssleay32 -llibeay32" -plugin-sql-mysql -plugin-sql-odbc -plugin-sql-oci -icu -prefix "e:/Qt/5.9" 
> > 
> > As a role ADA is used in embedded systems, but with  QTADA(+VTKADA) you can build any desktop applications with 
> > powerful 2D/3D rendering and imaging (games, animations, emulations) GUI, Database connection, server/client, Internet browsing , Modbus control and many others thinks.
> > 
> > Qt5Ada and VTKAda for Windows, Linux (Unix) is available from
> > https://drive.google.com/folderview?id=0B2QuZLoe-yiPbmNQRl83M1dTRVE&usp=sharing (google drive. It can be mounted as virtual drive or directory or viewed with Web Browser) 
> > 
> > The full list of released classes is in "Qt5 classes to Qt5Ada packages relation table.docx" 
> > VTKAda version 7.1.0 is based on VTK 7.1.0 (OpenGL2) is fully compatible with Qt5Ada 5.9.0
> > 
> > I hope Qt5Ada and VTKAda will be useful for students, engineers, scientists and enthusiasts
> > With Qt5Ada you can build any applications and solve any problems easy and quickly.
> > 
> > If you have any problems or questions, tell me know.
> > 
> > Leonid

To use Qt5Ada need installed Qt 5.9.0 and GNAT GPL compiler. That's all
Leonid

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-01  9:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-01  5:39 Announce : Qt5Ada version 5.9.0 (541 packages) release 01/06/2017 free edition leonid.dulman
2017-06-19 16:49 ` Heiko Grill
2017-07-01  9:06   ` leonid.dulman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox