Yes, that is exactly what I meant and what you are intending to do.
Cheers.
_
Yes, that is exactly what I meant and what you are intending to do.
Cheers.
_
Thanks for the reply.
I made that changes but I got these errors:
1- C:\Users\Me\Documents\Qt\Calculator\main.cpp:9: error: 'Calculator' was not declared in this scope
Calculator calc;
^
2- C:\Users\Me\Documents\Qt\Calculator\main.cpp:10: error: 'calc' was not declared in this scope
calc.show();
^
Hi, you need to #include "calculator.h" in main.cpp
Ginsengelf
franky (20th October 2016)
Thank you.The problem is solved.![]()
Bookmarks