| Jessehk |
Aug 8th, 2007 12:45 AM |
Quote:
Originally Posted by reggaeton_king
(Post 131852)
Really? I felt Swing was really easy to use until I hit the JTables :confused:!
|
There were just too many classes. I didn't like having to make a class that derived from JButton just to do something when it was clicked. ie, a class for a single button that quits the program. A class for a single button that starts the game, etc. Unless I didn't have to do all that, in which case, I'm an idiot. ;)
Quote:
How much C++ knowledge would you say someone would need to build (good) GUI apps with Qt?
|
Not very much. :) If you know basic C++ (classes, inheritence, dynamic memory, etc) and some good (if not required) conventions such as seperate header files and initializer lists, you'll be fine.
There are tons of in-depth tutorials and examples that are fully explained at the Qt site here http://doc.trolltech.com/4.3/index.html .
|