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.

191 lines
4.9KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>PluginRefreshDialog</class>
  4. <widget class="QDialog" name="PluginRefreshDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>873</width>
  10. <height>179</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Plugin Refresh</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_5">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout_3">
  19. <item>
  20. <spacer name="horizontalSpacer">
  21. <property name="orientation">
  22. <enum>Qt::Horizontal</enum>
  23. </property>
  24. <property name="sizeType">
  25. <enum>QSizePolicy::Preferred</enum>
  26. </property>
  27. <property name="sizeHint" stdset="0">
  28. <size>
  29. <width>30</width>
  30. <height>20</height>
  31. </size>
  32. </property>
  33. </spacer>
  34. </item>
  35. <item>
  36. <widget class="QGroupBox" name="group">
  37. <property name="title">
  38. <string>Search for:</string>
  39. </property>
  40. <property name="alignment">
  41. <set>Qt::AlignCenter</set>
  42. </property>
  43. <layout class="QHBoxLayout" name="horizontalLayout_2">
  44. <item>
  45. <layout class="QVBoxLayout" name="verticalLayout">
  46. <item>
  47. <widget class="QRadioButton" name="ch_all">
  48. <property name="text">
  49. <string>All plugins, ignoring cache</string>
  50. </property>
  51. </widget>
  52. </item>
  53. <item>
  54. <widget class="QRadioButton" name="ch_updated">
  55. <property name="text">
  56. <string>Updated plugins only</string>
  57. </property>
  58. </widget>
  59. </item>
  60. <item>
  61. <widget class="QCheckBox" name="ch_invalid">
  62. <property name="text">
  63. <string>Check previously invalid plugins</string>
  64. </property>
  65. </widget>
  66. </item>
  67. </layout>
  68. </item>
  69. </layout>
  70. </widget>
  71. </item>
  72. <item>
  73. <spacer name="horizontalSpacer_3">
  74. <property name="orientation">
  75. <enum>Qt::Horizontal</enum>
  76. </property>
  77. <property name="sizeType">
  78. <enum>QSizePolicy::Preferred</enum>
  79. </property>
  80. <property name="sizeHint" stdset="0">
  81. <size>
  82. <width>20</width>
  83. <height>20</height>
  84. </size>
  85. </property>
  86. </spacer>
  87. </item>
  88. </layout>
  89. </item>
  90. <item>
  91. <spacer name="verticalSpacer">
  92. <property name="orientation">
  93. <enum>Qt::Vertical</enum>
  94. </property>
  95. <property name="sizeHint" stdset="0">
  96. <size>
  97. <width>20</width>
  98. <height>6</height>
  99. </size>
  100. </property>
  101. </spacer>
  102. </item>
  103. <item>
  104. <layout class="QHBoxLayout" name="horizontalLayout">
  105. <item>
  106. <widget class="QProgressBar" name="progressBar">
  107. <property name="sizePolicy">
  108. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  109. <horstretch>0</horstretch>
  110. <verstretch>0</verstretch>
  111. </sizepolicy>
  112. </property>
  113. <property name="maximum">
  114. <number>100</number>
  115. </property>
  116. <property name="value">
  117. <number>0</number>
  118. </property>
  119. <property name="format">
  120. <string>Press 'Scan' to begin the search</string>
  121. </property>
  122. </widget>
  123. </item>
  124. <item>
  125. <widget class="QPushButton" name="b_start">
  126. <property name="text">
  127. <string>Scan</string>
  128. </property>
  129. <property name="icon">
  130. <iconset resource="../../../resources/resources.qrc">
  131. <normaloff>:/16x16/arrow-right.svgz</normaloff>:/16x16/arrow-right.svgz</iconset>
  132. </property>
  133. </widget>
  134. </item>
  135. <item>
  136. <widget class="QPushButton" name="b_skip">
  137. <property name="text">
  138. <string>&gt;&gt; Skip</string>
  139. </property>
  140. </widget>
  141. </item>
  142. <item>
  143. <widget class="QPushButton" name="b_close">
  144. <property name="text">
  145. <string>Close</string>
  146. </property>
  147. </widget>
  148. </item>
  149. </layout>
  150. </item>
  151. </layout>
  152. </widget>
  153. <resources>
  154. <include location="../../../resources/resources.qrc"/>
  155. </resources>
  156. <connections>
  157. <connection>
  158. <sender>b_close</sender>
  159. <signal>clicked()</signal>
  160. <receiver>PluginRefreshDialog</receiver>
  161. <slot>close()</slot>
  162. <hints>
  163. <hint type="sourcelabel">
  164. <x>426</x>
  165. <y>231</y>
  166. </hint>
  167. <hint type="destinationlabel">
  168. <x>236</x>
  169. <y>125</y>
  170. </hint>
  171. </hints>
  172. </connection>
  173. <connection>
  174. <sender>ch_updated</sender>
  175. <signal>toggled(bool)</signal>
  176. <receiver>ch_invalid</receiver>
  177. <slot>setEnabled(bool)</slot>
  178. <hints>
  179. <hint type="sourcelabel">
  180. <x>436</x>
  181. <y>78</y>
  182. </hint>
  183. <hint type="destinationlabel">
  184. <x>436</x>
  185. <y>105</y>
  186. </hint>
  187. </hints>
  188. </connection>
  189. </connections>
  190. </ui>