I favor
FOX for graphical design. This is one of the best graphical libraries I've ever come across. Unlike almost every other graphical library, FOX provides for the updating of all the widgets, so you don't have to keep writing code that does nothing but update widgets. Secondly, widgets and subroutines aren't determined till run time, as opposed to keying event handlers to widgets at compile time. That means that you can change event handlers while the app runs. This gives FOX a flexibility that's lacking in something like Qt Designer. (Not only that, but the executables tend to be much smaller.) However, FOX doesn't come with a point and click window designer like Qt's. I don't miss that at all
________________________________________
Live Free or Die: Linux
Their fundamental design flaws are completely concealed by their superficial design flaws.
[ November 29, 2002: Message edited by: jtpenrod ]