On Sep 3, 11:51 am, Daniel Eggleston <[email protected]> wrote: > KDE is a desktop environment. It contains things like, a window manager > (kwin), taskbar (kicker), desktop display, file manager/web browser > (konqueror). > > The KDE headers help you integrate with the K Desktop Environment, which > uses the QT widget set (which is a set of widgets used for displaying > windows). >
So, you would use the K headers for applications that are dependent on running under the KDE window manager? > GTK is another widget set, and Gnome is an associated desktop environment > (used the metacity window manager, I think it uses compiz or something now) > I have been able to get GTK+ programs to compile. However, it seems a bit limited. Labels, for example, have no Click() event. But none of the QT programs in the book will compile. $QTDIR is not defined, and when I tried to set it up I get an error message cannot find lib QT. I don't think it is installed even though the header files are where they are supposed to be (in /usr/include/qt3.) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Linux Users Group. To post a message, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit our group at http://groups.google.com/group/linuxusersgroup -~----------~----~----~----~------~----~------~--~---
