This is an X windows based appointment reminder program. The program is currently written using the Qt toolkit from Troll Tech and gdbm from the Free Software Foundation. For more information on Qt see "http://www.troll.no/".
To build and install.
$ make
$ make install
There are several classes that are of general use. The classes of general use have a "Qted" prefix.
QtedSortList - uses "operator <" and "operator ==" to make QList::inSort()
work for a class.
QtedCalendar - a calendar widget
QtedMonthdayButton - used by QtedCalendar
QtedWeekdayLabels - used by QtedCalendar
QtedPersist - persistent object storage using QDataStream
QtedSetTime - a time entry widget
QtedSetInt - an integer entry widget
Thanks to Andrew Bell for his input on this project, Herb Klopfenstein for his testing efforts, and my family Carolyn, David, and Sam for allowing me the "spare time" (tm) to do this.
Tom Daley
tdaley@vsys.com
