quickhit.qdoc 2.1 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 QuickHit Example
  29. \example
  30. This Qt example application demonstrates Qt Quick as a game platform. QuickHit is essentially a basic shooting game, but differentiated from other such games by its levels. The levels are Qt plug-ins which are loaded during the QuickHit startup. Different levels are shown in the application's main menu. Levels can have different sounds, graphics, and level QML files. A common characteristic for all levels is that your ship is at the bottom of the screen and shoots upwards.
  31. The LevelTemplate level plug-in is an example of an empty level which users can use as a starting point when beginning to create their own levels using QML code. See more in /plugins/LevelTemplate, and read more about creating your own levels at the QuickHit wiki page at Projects Forum Nokia: https://projects.forum.nokia.com/quickhit.
  32. \image qml-quickhit-example.png
  33. \section1 Compatibility
  34. Qt 4.7.2 for Symbian
  35. Qt 4.7.0 for Maemo
  36. QtMobility 1.1.1
  37. Tested on: Nokia N8-00, Nokia E7-00, Nokia C6-01, Nokia N900
  38. */