Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
Qt signals are signals used by the Qt library and the IDE Qt Creator.
Always seperate classes with Qt signals/slots in a header (.h) file and an implementation (.cpp) file. If not, this will result in the link error undefined reference to 'vtable for MyClass'.
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.