Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Has anyone seen the linker output an error like this? If so, what is the fix for it?
error: undefined reference to 'vtable for MyWindow' the vtable symbol may be undefined because the class is missing its key function
@clarify You are probably missing a Q_OBJECT macro in class MyWindow or have not re-run qmake since adding it.