Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
If I add a C++ data processing class, do not need ANY access to widgets / GUI , to the Qt application - should it inherit from QObject?
@AnneRanch If your class simply has nothing to do with Qt, it should not inherit from QObject. You should inherit from QObject --- or any other class --- if and only if your code needs to do so, for some reason.
QObject