Is it maybe an atomatic mechanism wheneve I name a slot with "on_objectnaem_clicked()"?
the forms you design in designer are saved in *.ui files.
These are just XML representation of your gui.
Part of your make sequence calls uic (the ui compiler) which translated the *.ui files to C++.