Re: [PyKDE] Implement MailTo in QT

2006-11-16 Thread David Boddie
On Thursday 16 November 2006 17:23:37 +0700, Keo Sophon wrote: > On Wednesday 15 November 2006 16:36, Andreas Pakulat wrote: > > With Qt4.2 you could use QDesktopServices and run openUrl with > > mailto:[EMAIL PROTECTED] > > > > With Qt4.1/Qt3 you have to write platform-dependent code. > I am u

Re: [PyKDE] Implement MailTo in QT

2006-11-16 Thread Keo Sophon
On Wednesday 15 November 2006 16:36, Andreas Pakulat wrote: > On 15.11.06 10:18:54, Keo Sophon wrote: > > I have an about dialog which has author email links. When a user clicks > > on those links, it will automatically open a default mail-client. Do you > > know how to implement the code of it? Or

Re: [PyKDE] Implement MailTo in QT

2006-11-15 Thread Andreas Pakulat
On 15.11.06 10:18:54, Keo Sophon wrote: > I have an about dialog which has author email links. When a user clicks on > those links, it will automatically open a default mail-client. Do you know > how to implement the code of it? Or do you know any widget and property of > that widget that I can

[PyKDE] Implement MailTo in QT

2006-11-14 Thread Keo Sophon
Dear friends, I have an about dialog which has author email links. When a user clicks on those links, it will automatically open a default mail-client. Do you know how to implement the code of it? Or do you know any widget and property of that widget that I can use to implement? Thanks Phon _