@SnuggleKat said in Difficulties connecting signals with slots (static members):
Just didn't know signals mustn't be defined...
If you mean "implemented" by "defined", then I wrote this in my first reply :)
Yes, you dont implement signals. You just set the signal signature in your header file. After that, you can emit your signal to notify connected classes (-> slots)