Quote Originally Posted by zzz9 View Post
...It turns out, that signals and slots should be connected within widgets.
If you need to connect from non-QObject classes or other places (like main function) you can use the syntax: QObject::connect(...)