QApplication::setOverrideCursor(Qt::WaitCursor); // cursor a reloj
ret = translationJob(orgLang, targetLang,strFrom,&strReturned);
QApplication::restoreOverrideCursor(); // cursor a normal
QApplication::setOverrideCursor(Qt::WaitCursor); // cursor a reloj
ret = translationJob(orgLang, targetLang,strFrom,&strReturned);
QApplication::restoreOverrideCursor(); // cursor a normal