This packages contains the sources to build a Windows 95 `detailed list'
lookalike table widget based on Qt (see the snapshots directory for images).

The packages should contain the following:

include              The directory for the include files (the public interface)
examples             This directory contains some examples that show
                     how to use the widget
html                 The class documentation
snapshots            Two snapshots; one of example1 and one of example3
src                  The source code for the widget
lib                  The directory where the library will be located
Make-config          The configurable part of the Makefile
Makefile             The top-level Makefile 
README               This file
INSTALL              Installation instructions
Changelog            Shows how this widget is evolved
COPYING.LIB          Copying information
README.QT            Information about Qt

Because the widget is implemented using a number of classes I decided
to put everything into a shared library.
If you want to use this widget in your own program, simply include
the library. (See the examples directory for details). 
If you don't want to use a separate library you are free to link all .o 
files in src/obj to your program.

The public interface consists of three include files:
  include/qdbt/qdbttabular.h            the table class
  include/qdbt/qdbttabcell.h            the table cell class 
  include/qdbt/qdbtsection.h            the header section class

Point you favorite web browser to the html directory for 
detailed documentation about the public interface.

Please send any comments, questions, suggestions, and bug reports to me at 
  dimitri@stack.nl

Enjoy!

-Dimitri van Heesch (04 March 1998)
