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

Qt 0.93 for linux (C++ GUI framework)

7 views
Skip to first unread message

in...@troll.no

unread,
Jan 12, 1996, 3:00:00 AM1/12/96
to
-----BEGIN PGP SIGNED MESSAGE-----

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-...@troll.no
Maintained-by: qt-...@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


-----BEGIN PGP SIGNATURE-----
Version: 2.6.2i

iQCVAwUBMPZG5YQRll5MupLRAQH2HwQAuB3WcE4MVpc0uF7WevTZdIhxq1PPkb5G
UiqQhY5evJ8dHHuKCNKJlGyRbI8FIY6WEFhYKRj25gvXO8my83Dp1+hStOjg4+BV
IOiBOSNu/el/8iJ1tIu8i0+r47JSVnZp+6lxRZ+XFfl4HZEmi9eF4k/VeiUWQ34J
GosBVzD0hy4=
=SgPB
-----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