Basically i\'m making a simple calculator program to understand the basics of C++ GUI however I get an error message leading to the line of code I have in the void Mai
void Mai
You have to convert it:
firstnumberx(); secondnumberx(); c = a+b; label->setText(QString::number(c));