Greenscape, you seem to be confusing me with the author of the broken program.
Qmake will generate uic commands for the .ui file "mainScreen.ui" to generate a file "ui_mainScreen.h" that contains the definitions for the objects in the design. Your code defining "class mathsGame" (first post) includes a file called "ui_menuScreen.h", which presumably relates to a different Designer form that does not define mainScreenDLG.Originally Posted by Baxter
Probably because it does not know of an object by the name btnCheck which the error reports as "<unresolved overloaded function type>".on a related note, the code from my "mainScreen.cpp" file is experiencing errors
Bookmarks