Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
slots is a Qt keyword to declare slots, so Qt signals can be connected with them.
In the example below (from How to StretchDraw an image?), the slot 'onTimer' is declared. Probably there's a timer that needs to call the onTimer slot (note: there is in the full example).
#ifndef DIALOGBLOCKYRECT_H |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.