how to open several ui from a main menu
Unsolved
General and Desktop
-
put in .h file inside the class definition
siguiente *prueba=NULL;in mainWindows.h
error de compilation
-
@Paulo-G said in how to open several ui from a main menu:
mainwindow.h:30: error: 'siguiente' does not name a type
include the header file where siguiente is declared. Or if it is already the case is this siguiente in a namespace?
MaybeUi::siguiente vRoll = NULL;
?
-
Hi
siguiente seems to be a dialog so not very likely its inside
UI::
You did have
#include "siguiente.h" in top of the mainwindow.h ? -
Hi
siguiente seems to be a dialog so not very likely its inside
UI::
You did have
#include "siguiente.h" in top of the mainwindow.h ?