Ehm, sorry marcel,

but QDesktopServices has been introduced in Qt 4.2 and I am using Qt 3 (as the thread says) ...
so, are there other ways to achieve this
callto ?
Sorry about that. I always miss it.
The correct form of the URL is : "callto://{phonenumber}", like "callto://123456789".
When you install Skype on Windows you have the option to associate it with the "callto://" protocol.
To make a call, just use( not tested )
ShellExecute(0, 0, "callto://123456789", 0, 0, SW_SHOWNORMAL);
ShellExecute(0, 0, "callto://123456789", 0, 0, SW_SHOWNORMAL);
To copy to clipboard, switch view to plain text mode
Bookmarks