Hi,
I downloaded the code for an application called 'Google Translate
0.9.3.01 ' from qt-apps.org.

http://www.qt-apps.org/content/show....content=100039

It's not showing any errors (when I compile it)and the window is showing up properly.
The problem I am facing is that the translated result is not showing up.
This is the output I get (and am stuck at) when I execute the program.
Qt Code:
  1. [root@localhost bin]# ./Translator
  2. Hello, world!
  3. UI setted
  4. Langs setted
  5. Lang flags configured...
  6. Last pair loaded
  7. Http protocol initialized.
  8. All buttons are connected
  9. Starting translation.
  10. Now we know all we need.
  11. Url configured.
  12. Headers configured.
  13. ByteArray completed.
  14. HTTP host setted
  15. Request started //doesn't seem to proceed beyond this.
  16. //If I close the window then I get--
  17. Last language pair saved
  18. Good bye.
To copy to clipboard, switch view to plain text mode 
What could be the reason behind this?Please advice on any needed changes.
Thanks.