Re: [Plib-users] wxWindows and SSG together?
Brought to you by:
sjbaker
From: Ben D. <be...@wa...> - 2000-10-17 21:26:42
|
> > Qt doesn't support Open software on Win32, > > Is that *still* true? I'm afraid so. > The QPL license on their web site at http://doc.trolltech.com/license.html says > that the 'Qt Free Edition' is free to non-commercial software - but for commercial > use you have to get 'Qt Professional Edition' which costs $$$$. There is no mention > (that I could find) about which OS you run it under If you dig around, you'll find that the "Qt Free Edition" is a linux distribution. > FLTK is pretty good. I just took a quick look at it, and it does look reasonable for light-weight tasks, though with a heavy Motif-flavor and of course lacking a lot of what wxWindows has: a source-independent dialog format, common dialogs, a Mac version, etc. > There is also Tcl/Tk, Java...I'm sure there are LOTS of others. Not really. Tcl/Tk and Java aren't means for creating GUIs for standard C/C++ programs. There are several commercial toolkits, but Qt and wxWindows are the only full-fledged free ones, and Qt isn't free for Win32. That leaves wxWindows. -Ben |