On Mon, 28 Aug 2000 ser@perio.unlp.edu.ar wrote:
I think using Qt for this purpose involves buying a license from Troll Tech... have you looked at gtk ? (wich is in C and LGPL'ed) http://www.gtk.org
I don't think so; Qt for Linux is under a free software license (the QPL), so there shouldn't be any problem.
However, writing Pascal bindings for Qt and gtk might be difficult, because you would have to adapt somehow Qt's metacompiler (moc) or gtk's macros to Pascal. Perhaps it would be easier to use the existent Pascal code as a backend, and do all the GUI work in C or C++ with the toolkit of your choice (I like Qt better, but that is a matter of taste).
Just a thought.
-- Miguel