Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 226 Bytes

File metadata and controls

10 lines (5 loc) · 226 Bytes

Using MetaObjects

QMetaObject has classes that you can use to get information about the QObject

  • className() => returns a const char*
  • superClass() => returns a pointer to the base class
  • methodCount()