QMetaType
- It associates a type name to a type ID, enabling construction and destruction to occur dynamically at runtime.
- QMetaType is used as a helper in QVariant and queued signals and slots connections.
example1:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 … |