qwhowhere.qdoc 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /****************************************************************************
  2. **
  3. ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
  4. ** All rights reserved.
  5. ** Contact: Nokia Corporation (qt-info@nokia.com)
  6. **
  7. ** This file is part of the documentation of the Qt Toolkit.
  8. **
  9. ** $QT_BEGIN_LICENSE:FDL$
  10. ** No Commercial Usage
  11. ** This file contains pre-release code and may not be distributed.
  12. ** You may use this file in accordance with the terms and conditions
  13. ** contained in the Technology Preview License Agreement accompanying
  14. ** this package.
  15. **
  16. ** GNU Free Documentation License
  17. ** Alternatively, this file may be used under the terms of the GNU Free
  18. ** Documentation License version 1.3 as published by the Free Software
  19. ** Foundation and appearing in the file included in the packaging of this
  20. ** file.
  21. **
  22. ** If you have questions regarding the use of this file, please contact
  23. ** Nokia at qt-info@nokia.com.
  24. ** $QT_END_LICENSE$
  25. **
  26. ****************************************************************************/
  27. /*!
  28. \title WhoWhere
  29. \example
  30. This Qt example application shows your position on a map.
  31. You can send your location or ask a friend (from your contacts list) for his or her current location using short message service (SMS) messages.
  32. You can then see your friend’s location and your position on the map.
  33. The example demonstrates how to use the Qt Mobility APIs: Location, Messaging and Contacts.
  34. Ovi Maps Rendering API is used for searching map images.
  35. \image whowhere.png
  36. Application can be self-signed.
  37. After enabling Qt Mobility Messaging module (MESSAGING_ENABLED flag in .pro file)
  38. from the project file is ReadDeviceData WriteDeviceData capabilities also needed and
  39. application have to be Developer Signed. Enabling Messaging adds SMS sending feature for the application.
  40. */