当前位置: 代码迷 >> 综合 >> some notice about slot funtions
  详细解决方案

some notice about slot funtions

热度:42   发布时间:2024-01-16 00:25:08.0

when you want to use slot functions technique, you need to define classes like follows:

#include <QObject>
class Scene : public QObject
{Q_OBJECT</qobject>

In order to let qt know those changes, it is very necessary to qmake the project again.

  相关解决方案