qml.qrc 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <RCC>
  2. <qresource prefix="/">
  3. <file>main.qml</file>
  4. <file>components/MainWindow.qml</file>
  5. <file>components/PanelWindow.qml</file>
  6. <file>components/CButton.qml</file>
  7. <file>components/font/Alibaba-PuHuiTi-Bold.ttf</file>
  8. <file>components/font/fontawesome-webfont.ttf</file>
  9. <file>components/font/DS-DIGIB.ttf</file>
  10. <file>components/backend.js</file>
  11. <file>images/bg.png</file>
  12. <file>images/bg4k.png</file>
  13. <file>images/login_bg.png</file>
  14. <file>images/banner.png</file>
  15. <file>components/SplashScreen.qml</file>
  16. <file>images/border_l.png</file>
  17. <file>images/border_r.png</file>
  18. <file>components/LoginPage.qml</file>
  19. <file>components/CarPage.qml</file>
  20. <file>images/car1.png</file>
  21. <file>images/car2.png</file>
  22. <file>images/car3.png</file>
  23. <file>images/radar_car.png</file>
  24. <file>images/bottom_green.png</file>
  25. <file>images/bottom_yellow.png</file>
  26. <file>images/bottom_red.png</file>
  27. <file>images/right_f_green.png</file>
  28. <file>images/right_f_yellow.png</file>
  29. <file>images/right_f_red.png</file>
  30. <file>images/right_r_green.png</file>
  31. <file>images/right_r_yellow.png</file>
  32. <file>images/right_r_red.png</file>
  33. <file>images/left_f_green.png</file>
  34. <file>images/left_f_yellow.png</file>
  35. <file>images/left_f_red.png</file>
  36. <file>images/left_r_green.png</file>
  37. <file>images/left_r_yellow.png</file>
  38. <file>images/left_r_red.png</file>
  39. <file>images/wagon.png</file>
  40. <file>images/caution.png</file>
  41. <file>sound/beep-1.wav</file>
  42. <file>sound/beep-2.wav</file>
  43. <file>components/DetailPage.qml</file>
  44. <file>components/WorkPage.qml</file>
  45. <file>images/PanelImage.png</file>
  46. </qresource>
  47. </RCC>