Hi all,
am working on an application created using Qt 3.3(on linux).
I need to do this--when I click on 'email' pushbutton,the default email client in the system should open up.(by the way,what's the default email client in linux,am not familiar with linux)
How to do it?I read that from Qt 4.2 onwards there's the Qdesktopservices class which can help.But in Qt 3.3,I guess I will have to use Qprocess.
Please guide me on how to implement it.
Thank you for your time.
Avi