How can I connect two signals or signal and slot use const char*, e.g:
connect(widget, "valueChange(double), this, "myValueChanged(double));

Doing like this, I have info: Object::connect: No such signal QDoubleSpinBox::alueChanged(double) .