Is it possible to reverse QT library?
Since MagicDraw 12.1 SP2, you may reverse QT library. To reverse QT library using MagicDraw 12.1 SP2, you should add the following macro into MagicDraw > Options->Project… C++ Language Options … Use explicit macros (these macros are included into MagicDraw starting from v12.5 ) // QT #define Q_AUTOTEST_EXPORT #define Q_CLASSINFO(name, value) #define Q_COMPAT_EXPORT #define Q_CORE_EXPORT #define Q_CORE_EXPORT_INLINE inline #define Q_D(Class) #define Q_DECL_IMPORT #define Q_DECLARE_ASSOCIATIVE_ITERATOR(map) #define Q_DECLARE_BUILTIN_METATYPE(TYPE, NAME) #define Q_DECLARE_EXTENSION_INTERFACE(IFace, IId) #define Q_DECLARE_FLAGS(Flags, enum) #define Q_DECLARE_INTERFACE(IFace, IId) #define Q_DECLARE_METATYPE(txt) #define Q_DECLARE_MUTABLE_SEQUENTIAL_ITERATOR(c) #define Q_DECLARE_MUTABLE_ASSOCIATIVE_ITERATOR(c) #define Q_DECLARE_OPERATORS_FOR_FLAGS(Flags) #define Q_DECLARE_PRIVATE(Class) #define Q_DECLARE_PUBLIC(Class) #define Q_DECLARE_SEQUENTIAL_ITERATOR(name) #define Q_DECLARE_SHARED(n