From: i...@troll.no Subject: Qt 0.93 for linux (C++ GUI framework) Date: 1996/01/11 Message-ID: <qt-0.93-announcement@pentagram.troll.no>#1/1 X-Deja-AN: 134912942 organization: Troll Tech AS, fax +47 22646949 followup-to: comp.os.linux.development.apps newsgroups: comp.os.linux.development.announce,comp.windows.x.i386unix, comp.os.linux.development.apps Qt 0.93 has been uploaded to Sunsite, and will probably be available in /pub/Linux/X11/devel soon. It is already downloadable from http://www.troll.no/, where you will also find on-line and paper documentation, screen shots and example programs. Qt is an object-oriented framework for developing graphical user interface applications. It includes more than 100 classes, both GUI-specific and general utility classes, as well as support for component programming (see http://www.troll.no/intro.html for a brief overview with links to more detail). Qt is very fast and compact because it is based directly on Xlib and uses neither Motif or X Intrinsics. Qt's widgets (user interface objects) emulate the Motif look and feel and in our opinion improve slightly on it. The drawing engine in Qt is device independent (the exact same code works on postscript printers and widgets, for example) and includes advanced features like rotating text and pixmaps. The main news in 0.93 is postscript documentation, even faster drawing, rudimentary networking support, and a step-by-step tutorial (see http://www.troll.no/qt/tutorial.html). Qt is free for non-commercial and private/internal use on linux (see the licence for details, http://www.troll.no/qt/license.html). Here is a Hello world: #include <qmsgbox.h> #include <qapp.h> int main( int argc, char **argv ) { QApplication a( argc, argv ); return QMessageBox::message( "Attention", "Hello, world!" ); } And here is the LSM entry: Begin3 Title: Qt toolkit Version: 0.93 Entered-date: 10jan96 Description: C++ GUI class library with Motif look and feel Keywords: gui library motif c++ Author: qt-b...@troll.no Maintained-by: qt-b...@troll.no Primary-site: sunsite.unc.edu /pub/Linux/X11/devel 1603kB qt-0.93.tar.gz Alternate-site: ftp.nvg.unit.no /pub/linux/qt 1603kB qt-0.93.tar.gz Platform: linux/X11R6 Copying-policy: freely distributable with certain restrictions End
From: i...@troll.no Subject: Qt 0.95 for linux (C++ GUI framework) Date: 1996/03/20 Message-ID: <cola-liw-827358267-10792-1@oravannahka.helsinki.fi>#1/1 X-Deja-AN: 143429889 x-original-date: 18 Mar 1996 02:08:00 GMT followup-to: comp.os.linux.development.apps content-type: text/plain; charset=ISO-8859-1 organization: Troll Tech AS, fax +47 22646949 mime-version: 1.0 newsgroups: comp.os.linux.announce -----BEGIN PGP SIGNED MESSAGE----- Qt 0.95 has been uploaded to Sunsite, and will probably be available in /pub/Linux/X11/devel soon. It is already downloadable from ftp.troll.no, and at http://www.troll.no/ there is on-line and paper documentation, screen shots, example programs and more. Qt is an object-oriented framework for developing graphical user interface applications. It includes more than 100 classes, both GUI-specific and general utility classes, as well as support for component programming (see http://www.troll.no/intro.html for a brief overview with links to more detail). Qt is very fast and compact because it is based directly on Xlib and uses neither Motif or X Intrinsics. Qt's widgets (user interface objects) emulate the Motif look and feel and in our opinion improve slightly on it. The drawing engine in Qt is device independent (the exact same code works on postscript printers and widgets, for example) and includes advanced features like rotating text and pixmaps. 0.95 is mostly a bugfix release. The main news since 0.93 is that there are now man pages for each class in addition to the postcript and html documentation, and support for drawing transparent multicolor pixmaps. Qt is free for non-commercial and private/internal use on linux (see the licence for details, http://www.troll.no/qt/license.html). Here is a Hello world: #include <qmsgbox.h> #include <qapp.h> int main( int argc, char **argv ) { QApplication a( argc, argv ); return QMessageBox::message( "Attention", "Hello, world!" ); } NOTE! If you are running Red Hat with gcc 2.7.1 or later, you can install Qt using just one command: rpm -i ftp://ftp.troll.no/qt/linux/qt-0.95-2.i386.rpm NOTE! The version uploaded to sunsite and the rpm mentioned above both require gcc 2.7.1 or later. You will find .rpm and .tar.gz files suitable for gcc 2.7.0 at ftp.troll.no. The distinction is necessary because sizeof(bool) changed in 2.7.1. And here is the LSM entry: Begin3 Title: Qt toolkit Version: 0.95 Entered-date: 13mar96 Description: C++ GUI class library with Motif look and feel Keywords: gui library motif c++ Author: qt-b...@troll.no Maintained-by: qt-b...@troll.no Primary-site: sunsite.unc.edu /pub/Linux/X11/devel 1359kB qt-0.95.tar.gz Alternate-site: ftp.troll.no /qt/linux 1359kB qt-0.95.tar.gz Platform: linux/X11R6 Copying-policy: freely distributable with certain restrictions End -----BEGIN PGP SIGNATURE----- Version: 2.6.2i iQCVAwUBMVB674QRll5MupLRAQGhdAP/XfH85BAfV8d1RVxkE0O34cmRKnY6LfKb txNasSXriyeVjSC1KG82Tv0kCSk0R6GjuauXoSN8ULJrzT8zouaZNsHxf6dlO8Ul d3R/XpibBvprYMWeSp5Z5MW7M5LqxF1CXsvv7rcJirL6NNypAUCuV5+8iLTsuawL 8f+K9x8CtzE= =YEQU -----END PGP SIGNATURE----- -- This article has been digitally signed by the moderator, using PGP. Finger wirze...@kruuna.helsinki.fi for PGP key needed for validating signature. Send submissions for comp.os.linux.announce to: linux-annou...@news.ornl.gov PLEASE remember a short description of the software and the LOCATION.
From: i...@troll.no Subject: Qt 0.97 released (C++ GUI toolkit with Motif look and feel) Date: 1996/06/06 Message-ID: <cola-liw-834073625-29540-0@liw.clinet.fi>#1/1 X-Deja-AN: 158989438 organization: Troll Tech AS, fax +47 22646949 followup-to: comp.os.linux.development.apps newsgroups: comp.os.linux.announce -----BEGIN PGP SIGNED MESSAGE----- Troll Tech is proud to relase a free version of Qt for the X Window System. This release, Qt 0.97, is free for non-commercial use on all operating systems that support the X Window System and includes the complete Qt source code for X. Qt 0.97 includes clipboard support. Qt 0.97 includes makefiles for Linux and Solaris. New platforms will be added in the near future. Qt is a complete and well-developed object-oriented framework for developing graphical user interface applications using C++. It has been used professionally for over a year. Qt has excellent documentation: 450 pages of postscript and fully cross-referenced online html documentation. See it on the web: http://www.troll.no/qt/ Qt is easy to learn, with consistent naming across all the classes and a 14-chapter on-line tutorial with links into the rest of the documentation. Qt dramatically cuts down on development time and complexity in writing user interface software for X-Windows. It allows the programmer to focus directly on the programming task, and not mess around with low-level X11 code. Qt is fully object-oriented. All widgets and dialogs are C++ objects, and, using inheritance, creation of new widgets is easy and natural. Qt's revolutionary signal/slot mechanism provides true component programming. Reusable components can work together without any knowledge of each other, and in a type-safe way. Qt has a very fast paint engine, in some cases ten times faster than most other toolkits. You have full access to low-level painting functionality. Painting is device independent, so the same code that draws on the screen can generate printer output. You can also do arbitrary clipping, rotation, and scaling - simply and fast. Qt is very fast and compact because it is based directly on Xlib and uses neither Motif nor X Intrinsics. Qt's widgets (user interface objects) emulate the Motif look and feel, with slight improvements. Qt is available under several licenses: - for commercial use - for use with free software (X only) - for shareware developers (X only) Note that the toolkit is the same, only the licenses differ. The Qt GUI toolkit is copyright Troll Tech AS. It is available (at the time of writing) for Windows 95/NT and several variations of unix (X11 release 5 or later). See http://www.troll.no/ for more availability information, or fax Troll Tech at +47 22646949. Qt can be downloaded from http://www.troll.no/dl/ or via anonymous FTP from ftp.troll.no. Join the qt-interest mailing list by sending a message containing the single word "subscribe" to qt-interest-requ...@nvg.unit.no. You can contact Troll Tech at Troll Tech AS Postboks 6133 Etterstad N-0602 Oslo Norway fax: +47 22646949 email: sa...@troll.no -----BEGIN PGP SIGNATURE----- Version: 2.6.2i iQCVAwUBMbbzoIQRll5MupLRAQH2lgQAxVEzzztz8A9qCSRdXAZ0ssOHKtHZZYT2 e8u2mM/qmWe0TViN6+zgso3eZJ+mlz4xKeJtbNGZLFO1nMBZn2OwqJ68HDRT3BJF qcBbvMZdswR/6mRoR+S96qEuS1PyP7oz8EYCFlZWAVZL25hZgOBctG2eaj+vRJBa D1FHxkQCcEw= =W4ME -----END PGP SIGNATURE----- -- This article has been digitally signed by the moderator, using PGP. Finger wirze...@kruuna.helsinki.fi for PGP key needed for validating signature. Send submissions for comp.os.linux.announce to: linux-annou...@news.ornl.gov PLEASE remember a short description of the software and the LOCATION.
From: info@troll.no Newsgroups: comp.os.linux.announce Subject: Qt 0.98 - object-oriented C++ framework for GUI apps Date: Sat, 13 Jul 1996 11:21:39 GMT Organization: Troll Tech AS, fax +47 22646949 Approved: linux-announce@news.ornl.gov (Lars Wirzenius) Message-ID: < cola-liw-837256899-15477-0@liw.clinet.fi> -----BEGIN PGP SIGNED MESSAGE----- Troll Tech is proud to relase a free version of Qt for the X Window System. This release, Qt 0.98, is free for non-commercial use on all operating systems that support the X Window System and includes the complete Qt source code for X. Qt 0.98 is intended as a bugfix release. Qt 0.98 includes makefiles for Linux, Solaris, SunOS, FreeBSD and OSF/1. New platforms will be added in the near future. There are also source and binary RPMs for linux. Qt is a complete and well-developed object-oriented framework for developing graphical user interface applications using C++. It has been used professionally for over a year. Qt has excellent documentation: 450 pages of postscript and fully cross-referenced online html documentation. See it on the web: http://www.troll.no/qt/ Qt is easy to learn, with consistent naming across all the classes and a 14-chapter on-line tutorial with links into the rest of the documentation. Qt dramatically cuts down on development time and complexity in writing user interface software for X-Windows. It allows the programmer to focus directly on the programming task, and not mess around with low-level X11 code. Qt is fully object-oriented. All widgets and dialogs are C++ objects, and, using inheritance, creation of new widgets is easy and natural. Qt's revolutionary signal/slot mechanism provides true component programming. Reusable components can work together without any knowledge of each other, and in a type-safe way. Qt has a very fast paint engine, in some cases ten times faster than most other toolkits. You have full access to low-level painting functionality. Painting is device independent, so the same code that draws on the screen can generate printer output. You can also do arbitrary clipping, rotation, and scaling - simply and fast. Qt is very fast and compact because it is based directly on Xlib and uses neither Motif nor X Intrinsics. Qt's widgets (user interface objects) emulate the Motif look and feel, with slight improvements. Qt is available under several licenses: - for commercial use - for use with free software (X only) - for shareware developers (X only) Note that the toolkit is the same, only the licenses differ. The Qt GUI toolkit is copyright Troll Tech AS. It is available (at the time of writing) for Windows 95/NT and several variations of unix (X11 release 5 or later). See http://www.troll.no/ for more availability information, or fax Troll Tech at +47 22646949. Qt can be downloaded from http://www.troll.no/dl/ or via anonymous FTP from ftp.troll.no. Join the qt-interest mailing list by sending a message containing the single word "subscribe" to qt-interest-request@nvg.unit.no. You can contact Troll Tech at Troll Tech AS Postboks 6133 Etterstad N-0602 Oslo Norway fax: +47 22646949 email: sales@troll.no And here is the LSM entry: Begin3 Title: Qt toolkit Version: 0.98 Entered-date: 11jul96 Description: C++ GUI class library with Motif look and feel Keywords: gui library motif c++ Author: qt-bugs@troll.no Maintained-by: qt-bugs@troll.no Primary-site: sunsite.unc.edu /pub/Linux/X11/devel 1248kB qt-0.98.tar.gz Alternate-site: ftp.troll.no /qt/source 1248kB qt-0.98.tar.gz Platform: linux/X11R6 Copying-policy: freely distributable with certain restrictions End -----BEGIN PGP SIGNATURE----- Version: 2.6.2i iQCVAwUBMeeGAIQRll5MupLRAQEIzQP/c7oozBXhZfg2uspNjiDk1IsIgravAbP9 iWzL3eRy8kLntJ6XADn6svHGtQmgtVSpbHnVodQjFNeBpAgj0cCEfc/ZKAi+D5xT xgiaykLVmFCcTF8sFAk5Q5Fs11Gi+P0TD2uuPUn4q9bBgv+YDeHblEnlZOVjly6z cNIsQorcjZg= =pxbj -----END PGP SIGNATURE----- -- This article has been digitally signed by the moderator, using PGP. Finger wirzeniu@kruuna.helsinki.fi for PGP key needed for validating signature. Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov PLEASE remember a short description of the software and the LOCATION.