InterviewSolution
Saved Bookmarks
| 1. |
What Is Q_object Macro? |
|
Answer» The Q_OBJECT macro MUST appear in the PRIVATE section of a class definition that declares its own signals and slots or that USES other services provided by QT's meta-object system. The Q_OBJECT macro must appear in the private section of a class definition that declares its own signals and slots or that uses other services provided by Qt's meta-object system. |
|