Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

93 lines
2.5KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Dialog</class>
  4. <widget class="QDialog" name="Dialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>133</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Time Panel</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout">
  19. <item>
  20. <widget class="QPushButton" name="b_play">
  21. <property name="text">
  22. <string/>
  23. </property>
  24. <property name="icon">
  25. <iconset resource="../resources.qrc">
  26. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  27. </property>
  28. <property name="checkable">
  29. <bool>true</bool>
  30. </property>
  31. </widget>
  32. </item>
  33. <item>
  34. <widget class="QPushButton" name="b_stop">
  35. <property name="text">
  36. <string/>
  37. </property>
  38. <property name="icon">
  39. <iconset resource="../resources.qrc">
  40. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  41. </property>
  42. </widget>
  43. </item>
  44. <item>
  45. <widget class="QPushButton" name="b_backwards">
  46. <property name="text">
  47. <string/>
  48. </property>
  49. <property name="icon">
  50. <iconset resource="../resources.qrc">
  51. <normaloff>:/16x16/media-seek-backward.png</normaloff>:/16x16/media-seek-backward.png</iconset>
  52. </property>
  53. <property name="autoRepeat">
  54. <bool>true</bool>
  55. </property>
  56. </widget>
  57. </item>
  58. <item>
  59. <widget class="QPushButton" name="b_forwards">
  60. <property name="text">
  61. <string/>
  62. </property>
  63. <property name="icon">
  64. <iconset resource="../resources.qrc">
  65. <normaloff>:/16x16/media-seek-forward.png</normaloff>:/16x16/media-seek-forward.png</iconset>
  66. </property>
  67. <property name="autoRepeat">
  68. <bool>true</bool>
  69. </property>
  70. </widget>
  71. </item>
  72. </layout>
  73. </item>
  74. <item>
  75. <widget class="QLabel" name="l_time">
  76. <property name="font">
  77. <font>
  78. <family>DejaVu Sans Mono</family>
  79. </font>
  80. </property>
  81. <property name="text">
  82. <string>00:00:00</string>
  83. </property>
  84. </widget>
  85. </item>
  86. </layout>
  87. </widget>
  88. <resources>
  89. <include location="../resources.qrc"/>
  90. </resources>
  91. <connections/>
  92. </ui>