README 1.2 KB

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