Hello everyone,

I have something to share like a message through gmail from Nokia mobile.

Qt Code:
  1. QDesktopServices::openUrl(QUrl(QString("https://accounts.google.com/ServiceLogin?service=mail&passive=true&continue=https://mail.google.com/mail/x/x/f/&ss=1&scc=1&ltmpl=ecobh&nui=5&btmpl=mobile")));
To copy to clipboard, switch view to plain text mode 
the above statement only opens gmail login page to login.

My situation is,-
1---> I'm getting o/p (some score) from application
2---> need to share the o/p through gmail by clicking perticular button.


Thanks in advance for providing me a helping hand