Quote Originally Posted by bijan311 View Post
OK, I got it to compile but when i press execute the LCDNumber thing doesn't change.
This doesn't surprise me as your code is not correct. Please open Qt Reference and read what arguments should you pass to connect(). Currently you miss some basic understanding of the signal/slot mechanism. Besides, you have already been given a working solution.