Ui or MainWindow has not been declared
Solved
General and Desktop
-
wrote on 18 Oct 2019, 19:04 last edited by
-
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"
1/3