Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Qt 0.95 for linux (C++ GUI framework)

7 views
Skip to first unread message

in...@troll.no

unread,
Mar 20, 1996, 3:00:00 AM3/20/96
to
-----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-...@troll.no
Maintained-by: qt-...@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 wirz...@kruuna.helsinki.fi for PGP key needed for validating signature.
Send submissions for comp.os.linux.announce to: linux-a...@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.

0 new messages