Saturday, March 30, 2013

QT Learning

It was interesting to read that one of the expansion of QT is cute.

The class diagram of QT will be very useful. Searched in Google and found one. But it is for the version 4.3.
http://web.njit.edu/all_topics/Prog_Lang_Docs/html/qt/classchart.html

Because of enormous size, the class diagrams are not available for new versions (at least I was not able to find). Even if it is available, it will be very difficult to use or make sense out of it. One easy approach I started following is to make simple class diagrams from "Inheritance Hierarchy" (Available in QT documentation) for the QT classes useful for my project. That way I will get understandable and useful small class diagrams avoiding unused classes. These class diagrams can be a part of development documentation and helps to decide best way to inherit QT classes in our project.

No comments:

Post a Comment