You can implement a class that is not derived fro QObject. Inheriting QObject makes sense if the class is to benefit from the meta-object system (e.g. it has signals or slots). Your class seems to be a regular data carrier.
You can implement a class that is not derived fro QObject. Inheriting QObject makes sense if the class is to benefit from the meta-object system (e.g. it has signals or slots). Your class seems to be a regular data carrier.
Archa4 (11th February 2011)
Bookmarks