Qt 6.11 is out! See what's new in the release
blog
error: 'raiseWidget' : is not a member of 'QStackedWidget'
-
this->ui().widgetStack->raiseWidget(1); -
@andrei84 said:
raiseWidget
Hi and welcome
This call is not longer available.
You can use
setCurrentIndex -
great Thanks) that works :
this->ui().widgetStack->setCurrentIndex(1);
-
great Thanks) that works :
this->ui().widgetStack->setCurrentIndex(1);
@andrei84
Not
ui->widgetStack->setCurrentIndex(1); ?