Results 1 to 10 of 10

Thread: attaching file after opening default email client(Qt 4.4,Linux)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Jul 2006
    Location
    Catalunya - Spain
    Posts
    117
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    16
    Thanked 8 Times in 8 Posts

    Default Re: attaching file after opening default email client(Qt 4.4,Linux)

    have you tested something like this ?

    Qt Code:
    1. QDesktopServices::openUrl(QUrl("mailto:?subject=&body=&attach=" + filename));
    To copy to clipboard, switch view to plain text mode 

  2. The following user says thank you to jpujolf for this useful post:

    rishiraj (28th January 2009)

Similar Threads

  1. Replies: 7
    Last Post: 5th January 2009, 08:27
  2. Opening swf file in the default browser
    By munna in forum Qt Programming
    Replies: 16
    Last Post: 5th May 2006, 09:33
  3. Opening the default mail client
    By munna in forum Newbie
    Replies: 5
    Last Post: 3rd April 2006, 13:58

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.