Results 1 to 2 of 2

Thread: List of QDesktopServices(QUrl( < stuff> )

  1. #1
    Join Date
    Jan 2012
    Location
    Dortmund, Germany
    Posts
    159
    Thanks
    69
    Thanked 10 Times in 8 Posts
    Qt products
    Qt4
    Platforms
    Windows Android

    Default List of QDesktopServices(QUrl( < stuff> )

    Hi,
    I can start a phone call on android with the code below, but I've also seen different advice ("callto://+49800xxxxxxx") that doesn't work for me.
    Qt Code:
    1. QDesktopServices::openUrl(QUrl("tel:+49800xxxxxxx", QUrl::TolerantMode));
    To copy to clipboard, switch view to plain text mode 


    I can also start an email with
    Qt Code:
    1. QDesktopServices::openUrl(QUrl("mailto:"+myAddress+"?subject="+mySubject+"&body="+myText, QUrl::TolerantMode));
    To copy to clipboard, switch view to plain text mode 

    Do you know more possible use cases?

    I've failed to find a comprehensive list of possibilities for this, neither here, nor on Google, nor in the docs. Any suggestion where to read further would be gratefully appreciated!

  2. #2
    Join Date
    Jan 2012
    Location
    Dortmund, Germany
    Posts
    159
    Thanks
    69
    Thanked 10 Times in 8 Posts
    Qt products
    Qt4
    Platforms
    Windows Android

    Default Re: List of QDesktopServices(QUrl( < stuff> )

    Seems I have found something at last. I'll post it here for others.
    https://www.iana.org/assignments/uri...-schemes.xhtml
    So, after all, it has not actually been a Qt-question. Sorry.

Similar Threads

  1. Is it necessary to setDomainName and other stuff ?
    By Alir3z4 in forum General Discussion
    Replies: 1
    Last Post: 1st December 2011, 22:07
  2. Replies: 0
    Last Post: 16th November 2011, 20:57
  3. Phonon stuff
    By stevey in forum Qt Programming
    Replies: 3
    Last Post: 31st August 2009, 12:26
  4. Get Hot New Stuff!!!!
    By Mystical Groovy in forum KDE Forum
    Replies: 4
    Last Post: 16th December 2008, 00:21
  5. adding PHONON and stuff
    By baray98 in forum Installation and Deployment
    Replies: 1
    Last Post: 18th August 2008, 17:37

Tags for this Thread

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.