TextChanged variable unreachable ?
Solved
General and Desktop
-
@cxam said:
He
you seem to call the signal function ??
To use that , you would hook up the signal to a slot. You cannot just call it.Just use
QString nombre;
nombre=ui->IntroNombre->text();