using a Qstring from previous widget
Unsolved
General and Desktop
-
Hi
i made a widget that takes namesQString N1 = ui->Player1name->toPlainText();
and i want to display the name on a label on the new window :
i put include the previous window thenui->Name1->setText(N1);
but i get "use of undeclared identifier"
pls help thanks
-
Hi
i made a widget that takes namesQString N1 = ui->Player1name->toPlainText();
and i want to display the name on a label on the new window :
i put include the previous window thenui->Name1->setText(N1);
but i get "use of undeclared identifier"
pls help thanks
-
Hi
i made a widget that takes namesQString N1 = ui->Player1name->toPlainText();
and i want to display the name on a label on the new window :
i put include the previous window thenui->Name1->setText(N1);
but i get "use of undeclared identifier"
pls help thanks