Yes, it is possible. The error you are getting is probably caused because
of:
1. Not added the Q_OBJECT macro in your class, and/or
2. Nor running qmake after adding the Q_OBJECT macro into your class - you
have to run qmake manually from the Build menu every time you add the macro
to a class which has already been built without the macro.
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to