开发者

Hierarchy in Qt [C++]

开发者 https://www.devze.com 2022-12-18 10:14 出处:网络
Guys could any one point it out to me a link to web page where I can find a hierarchy of classes in Qt, preferably as a diagram (something in UML style)? I\'m just starting to learn it and I\'m findin

Guys could any one point it out to me a link to web page where I can find a hierarchy of classes in Qt, preferably as a diagram (something in UML style)? I'm just starting to learn it and I'm finding it quite difficult to work with all these classes - well, mainly with widgets and layouts at the moment- without know开发者_JAVA技巧ing where they belong. Thank you.


The official class hierarchy is found here:

  • http://doc.qt.io/qt-4.8/hierarchy.html

There are also some class charts. It is really big, you need a plotter to print this in a size which is readable:

  • http://doc.qt.digia.com/extras/qt43-class-chart.pdf


I was looking for the same thing but for QT 5.3. If anyone is interested here you have the class hierarchy for last QT version.

http://qt-project.org/doc/qt-5/hierarchy.html

Unfortunately, the classes diagram does not exist as it is mention here.

0

精彩评论

暂无评论...
验证码 换一张
取 消