Is it possible to use QSignalMapper to re-emit signals with multiple parameters? I have found a workaround but im curious to know if it is possible.
example: take
void QLineEdit::textEdited ( const QString & text ) [signal]
and re-emit:
void newSignal(int group, int pos);