I am having difficulty in my Qt program with connecting button signals to my slots. My code is:
Main.cpp
#include #include
Edited:
Compiled your code and all the slots were correctly called. It was just the Q_OBJECT macro that was missing.