On Mon, Jan 27, 2003 at 05:40:00AM -0800, Varun wrote:
I am working on making a Network Monitoring System and want ot make a
I am not certail about GTK, I have only started to program using qt.
front-end system using either GTK or Qt designer, which would be better for me. In either case can anyone guide me through the basics of each of them.
Go through the tutorials at the website, they are how to program them yourself using a text editor, do not use the qt designer tutorial straight away. First understand the mechanisms of GUI programming using those tutorials and only later do through the qt designer manuals (designer should only be used to speed up the development process do not expect the qt designer to do everything for you).
I also heard that Qt applications are run only under KDE, is that true?
KDE uses the qt libraries, qt does not run under KDE.