audioPlay.ui 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>audioPlay</class>
  4. <widget class="QWidget" name="audioPlay">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>399</width>
  10. <height>72</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QWidget" name="widget_audioPlay" native="true">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>10</y>
  21. <width>371</width>
  22. <height>51</height>
  23. </rect>
  24. </property>
  25. <widget class="QPushButton" name="btn_ap_play">
  26. <property name="geometry">
  27. <rect>
  28. <x>10</x>
  29. <y>20</y>
  30. <width>31</width>
  31. <height>23</height>
  32. </rect>
  33. </property>
  34. <property name="text">
  35. <string/>
  36. </property>
  37. </widget>
  38. <widget class="QLabel" name="label_ap_time">
  39. <property name="geometry">
  40. <rect>
  41. <x>70</x>
  42. <y>20</y>
  43. <width>54</width>
  44. <height>12</height>
  45. </rect>
  46. </property>
  47. <property name="text">
  48. <string>00:00:22</string>
  49. </property>
  50. </widget>
  51. <widget class="QLabel" name="label_ap_playTimes">
  52. <property name="geometry">
  53. <rect>
  54. <x>300</x>
  55. <y>20</y>
  56. <width>54</width>
  57. <height>12</height>
  58. </rect>
  59. </property>
  60. <property name="text">
  61. <string>3次</string>
  62. </property>
  63. </widget>
  64. </widget>
  65. </widget>
  66. <resources/>
  67. <connections/>
  68. </ui>