Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我总是使用 Enterprise Architect 从源文件生成 C++ 项目的类图。现在,我有一个 QT 项目。有没有办法从 QT 源文件生成类图?
是的,但您可能需要先运行 qmake 并包含元对象源。
另一种可能性(或者您可能需要这样做)是将特定于 Qt 的预处理器宏(SIGNAL()以及SLOT()QObject 定义的宏)添加到 EA。我目前没有方便的安装,所以我无法确切地告诉你它是如何完成的。
SIGNAL()
SLOT()