Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
this->ui().tabWidget_digInputs->setTabLabel(w, s);
Hi,
It's setTabText
Thanks That works!!! what about this one: error: 'removePage' : is not a member of 'QTabWidget'
this->ui().tabWidget_digInputs->removePage(w);
You're welcome.
It's removeTab with the help of indexOf.
Please take the time to read the documentation.