qsolitaire.qdoc 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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 Solitaire
  29. \example
  30. This Qt C++ example application is a cross-platform Solitaire game that runs in different Qt environments such as the Symbian platform, Maemo, and desktop Windows. The application uses the Qt Graphics View Framework and SVG graphics for drawing 2D graphics. The application supports touch UI.
  31. \image qsolitaire.png
  32. The application can be self-signed.
  33. \section1 Compatibility
  34. Qt SDK 1.1
  35. Qt 4.7.2 for Symbian
  36. Qt 4.7.0 for Maemo
  37. Tested on: Nokia N8-00, Nokia E7-00, Nokia N900 (PR1.3)
  38. Developed with: Qt SDK 1.1
  39. */