On Mon, 27 Jan 2003, Varun wrote:
I am working on making a Network Monitoring System and want ot make a front-end system using either GTK or Qt designer, which would be
If you're good at C++, use Qt, if you prefer C, use Gtk+
of each of them. I also heard that Qt applications are run only under KDE, is that true?
Qt applications require the qt libs installed or linked in statically. You can run them under any environment. The same is true for Gtk+ apps.
Philip