Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) SLOT

 

SLOT is a Qt macro that basically converts a slot to a string.

 

QObject::connect(
  my_sender,
  SIGNAL(my_signal()),
  my_reveiver,
  SLOT(my_slot()));

 

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict