I know Python/Qt is nice, but if you need a fast snappy gui it's a bad choice. C++ Qt isn't real hard if you're developing fairly basic interfaces. Some of the mechanisms might look advanced, but I found Qt is very easy to use.
It has some nice IDEs also. Really, it depends on what you are accustomed to. Qt is not nearly as easy as Delphi or VB so don't expect that. The code generated by the WYSIWYG tools, in my case is unusable for production systems, but good for reference. I don't have much experience with wxWidgets, but from what I know it's pretty nice and widely used. GUI frameworks have different features that make them attractive. For example GTK/GStreamer has plugins for many different applications and implements a threaded pipe-line architecture. I'm a C++ person so, I'm more attracted to those frameworks originally implemented for C++ developers and built around good OO design principles. Best Regards, Jim Smith --- On Mon, 5/25/09, Olufowobi Lawal <[email protected]> wrote: From: Olufowobi Lawal <[email protected]> Subject: [c-prog] Learning Gui and QT To: [email protected] Date: Monday, May 25, 2009, 1:49 PM I want to start learning c++ gui, & was wondering which is the best way to go. My focus is one that is simple to learn and widely use. Also could anyone highlight the advantages and flaws of learning qt as a cross-platform dev tool and others? thanks, [Non-text portions of this message have been removed] [Non-text portions of this message have been removed]
