QStackedWidget: How to check if the next widget should be shown
Solved
General and Desktop
-
@hobbyProgrammer And connect succeeded?
-
@hobbyProgrammer said in QStackedWidget: How to check if the next widget should be shown:
but I don't think so
Then it can't work.
Use new Qt5 connect syntax to be sure signal/slot are really connected:connect(login, &LoginWidget::loginSuccesfull, this, &MainWindow::showApp);
-
Because this is getting out of hand: