Hi all! The 2004 book "C++ GUI Programming with Qt 3 (ISBN 0-13-124072-2)" that's mentioned in http://trinitydesktop.org/docs/qt3/how-to-learn-ntqt.html is available for free now at https://www.researchgate.net/publication/245591968_C_GUI_Programming_with_Qt_3 Things to note: - Names changed from "Qt..." to "TQt..." - compiling by hand needs something like "g++ a.cpp $(pkgconf tqt --cflags --libs) -lstdc++" - "qmake -project ..." will not include the TDE folders, so you'll have to add them manually to the *.pro file - When in doubt: http://trinitydesktop.org/docs/qt3/ Nik -- Please do not email me anything that you are not comfortable also sharing with the NSA, CIA ... ____________________________________________________ tde-users mailing list -- users@xxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxx Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@xxxxxxxxxxxxxxxxxx