README 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. INTRO
  2. ==========
  3. This package contains QUItIndicators components with few usage examples.
  4. There are two separate components, BusyIndicator and ProgressIndicator.
  5. To use these in your own software, copy qml/QUItIndicators directory
  6. which contains the components and import that in your own QML files.
  7. RUNNING
  8. ==========
  9. To run this application you need Qt 5.0.0 or newer:
  10. - http://qt-project.org
  11. - http://qt.gitorious.org/qt/qt5
  12. There are two different ways to run the application:
  13. 1) If your target platform contains 'qmlscene' binary, just use it:
  14. ---
  15. cd QUItIndicators
  16. [path to Qt5]/qtbase/bin/qmlscene qml/main.qml
  17. ---
  18. 2) Alternatively, a simple launcher is provided to start the application:
  19. ---
  20. cd QUItIndicators
  21. [path to Qt5]/qtbase/bin/qmake
  22. make
  23. ./QUItIndicators
  24. ---
  25. The run application in fullscreen mode, use '--fullscreen' parameter for
  26. qmlscene or launcher. If you want to tweak the window resolution,
  27. modify 'width' and 'height' properties in main.qml
  28. LICENSE
  29. ==========
  30. Source codes are licensed under a Creative Commons Attribution 3.0 Unported
  31. License. http://creativecommons.org/licenses/by/3.0/
  32. No attribution required, but feel free to mention us or
  33. contact info@quitcoding.com