I’m a a QT noob and am trying to allow a button in mainwindow to open a new window. I keep getting this error:
undefined reference to ‘MainWIndow::on_pushButton_clicked()’
I’ve looked other posts with similar questions as mine and haven’t been able to solve this.
**My Code**
mainwindow.cpp
dialognotes.cpp
mainwindow.h
dialognotes.h
New contributor
Toa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1