Ui or MainWindow has not been declared
-
Hi
The UI part is declared in
#include "ui_mainwindow.h"
The normal.h include forwards it
namespace Ui { class MainWindow; }
but its first fully defined in .cpp as it includes the
#include "ui_mainwindow.h" -
Hi
The UI part is declared in
#include "ui_mainwindow.h"
The normal.h include forwards it
namespace Ui { class MainWindow; }
but its first fully defined in .cpp as it includes the
#include "ui_mainwindow.h"