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.

437 lines
17KB

  1. /********************************************************************************
  2. ** Form generated from reading UI file 'carla_refresh.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 5.13.2
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef UI_CARLA_REFRESH_H
  9. #define UI_CARLA_REFRESH_H
  10. #include <QtCore/QVariant>
  11. #include <QtGui/QIcon>
  12. #include <QtWidgets/QApplication>
  13. #include <QtWidgets/QCheckBox>
  14. #include <QtWidgets/QDialog>
  15. #include <QtWidgets/QFrame>
  16. #include <QtWidgets/QGridLayout>
  17. #include <QtWidgets/QGroupBox>
  18. #include <QtWidgets/QHBoxLayout>
  19. #include <QtWidgets/QLabel>
  20. #include <QtWidgets/QProgressBar>
  21. #include <QtWidgets/QPushButton>
  22. #include <QtWidgets/QSpacerItem>
  23. #include <QtWidgets/QVBoxLayout>
  24. QT_BEGIN_NAMESPACE
  25. class Ui_PluginRefreshW
  26. {
  27. public:
  28. QVBoxLayout *verticalLayout_5;
  29. QHBoxLayout *horizontalLayout_3;
  30. QSpacerItem *horizontalSpacer;
  31. QGroupBox *group_types;
  32. QHBoxLayout *horizontalLayout_2;
  33. QVBoxLayout *verticalLayout;
  34. QCheckBox *ch_ladspa;
  35. QCheckBox *ch_dssi;
  36. QCheckBox *ch_lv2;
  37. QCheckBox *ch_vst;
  38. QCheckBox *ch_vst3;
  39. QCheckBox *ch_au;
  40. QFrame *line_3;
  41. QCheckBox *ch_sf2;
  42. QCheckBox *ch_sfz;
  43. QSpacerItem *horizontalSpacer_4;
  44. QSpacerItem *verticalSpacer_3;
  45. QFrame *sep_format;
  46. QVBoxLayout *verticalLayout_2;
  47. QCheckBox *ch_native;
  48. QCheckBox *ch_posix32;
  49. QCheckBox *ch_posix64;
  50. QCheckBox *ch_win32;
  51. QCheckBox *ch_win64;
  52. QSpacerItem *verticalSpacer_2;
  53. QSpacerItem *horizontalSpacer_3;
  54. QVBoxLayout *verticalLayout_3;
  55. QGroupBox *group_tools;
  56. QGridLayout *gridLayout;
  57. QLabel *ico_native;
  58. QLabel *ico_posix32;
  59. QLabel *label_rdflib;
  60. QLabel *label_win64;
  61. QLabel *label_native;
  62. QLabel *ico_posix64;
  63. QLabel *ico_rdflib;
  64. QLabel *label_posix32;
  65. QLabel *ico_win32;
  66. QLabel *ico_win64;
  67. QLabel *label_posix64;
  68. QLabel *label_win32;
  69. QSpacerItem *verticalSpacer_5;
  70. QGroupBox *group_options;
  71. QVBoxLayout *verticalLayout_4;
  72. QCheckBox *ch_do_checks;
  73. QSpacerItem *verticalSpacer_4;
  74. QSpacerItem *horizontalSpacer_2;
  75. QSpacerItem *verticalSpacer;
  76. QHBoxLayout *horizontalLayout;
  77. QProgressBar *progressBar;
  78. QPushButton *b_start;
  79. QPushButton *b_skip;
  80. QPushButton *b_close;
  81. void setupUi(QDialog *PluginRefreshW)
  82. {
  83. if (PluginRefreshW->objectName().isEmpty())
  84. PluginRefreshW->setObjectName(QString::fromUtf8("PluginRefreshW"));
  85. PluginRefreshW->resize(686, 330);
  86. verticalLayout_5 = new QVBoxLayout(PluginRefreshW);
  87. verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
  88. horizontalLayout_3 = new QHBoxLayout();
  89. horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
  90. horizontalSpacer = new QSpacerItem(30, 20, QSizePolicy::Preferred, QSizePolicy::Minimum);
  91. horizontalLayout_3->addItem(horizontalSpacer);
  92. group_types = new QGroupBox(PluginRefreshW);
  93. group_types->setObjectName(QString::fromUtf8("group_types"));
  94. group_types->setAlignment(Qt::AlignCenter);
  95. horizontalLayout_2 = new QHBoxLayout(group_types);
  96. horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
  97. verticalLayout = new QVBoxLayout();
  98. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  99. ch_ladspa = new QCheckBox(group_types);
  100. ch_ladspa->setObjectName(QString::fromUtf8("ch_ladspa"));
  101. verticalLayout->addWidget(ch_ladspa);
  102. ch_dssi = new QCheckBox(group_types);
  103. ch_dssi->setObjectName(QString::fromUtf8("ch_dssi"));
  104. verticalLayout->addWidget(ch_dssi);
  105. ch_lv2 = new QCheckBox(group_types);
  106. ch_lv2->setObjectName(QString::fromUtf8("ch_lv2"));
  107. verticalLayout->addWidget(ch_lv2);
  108. ch_vst = new QCheckBox(group_types);
  109. ch_vst->setObjectName(QString::fromUtf8("ch_vst"));
  110. verticalLayout->addWidget(ch_vst);
  111. ch_vst3 = new QCheckBox(group_types);
  112. ch_vst3->setObjectName(QString::fromUtf8("ch_vst3"));
  113. verticalLayout->addWidget(ch_vst3);
  114. ch_au = new QCheckBox(group_types);
  115. ch_au->setObjectName(QString::fromUtf8("ch_au"));
  116. verticalLayout->addWidget(ch_au);
  117. line_3 = new QFrame(group_types);
  118. line_3->setObjectName(QString::fromUtf8("line_3"));
  119. line_3->setLineWidth(0);
  120. line_3->setMidLineWidth(1);
  121. line_3->setFrameShape(QFrame::HLine);
  122. line_3->setFrameShadow(QFrame::Sunken);
  123. verticalLayout->addWidget(line_3);
  124. ch_sf2 = new QCheckBox(group_types);
  125. ch_sf2->setObjectName(QString::fromUtf8("ch_sf2"));
  126. verticalLayout->addWidget(ch_sf2);
  127. ch_sfz = new QCheckBox(group_types);
  128. ch_sfz->setObjectName(QString::fromUtf8("ch_sfz"));
  129. verticalLayout->addWidget(ch_sfz);
  130. horizontalSpacer_4 = new QSpacerItem(40, 5, QSizePolicy::Expanding, QSizePolicy::Minimum);
  131. verticalLayout->addItem(horizontalSpacer_4);
  132. verticalSpacer_3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  133. verticalLayout->addItem(verticalSpacer_3);
  134. horizontalLayout_2->addLayout(verticalLayout);
  135. sep_format = new QFrame(group_types);
  136. sep_format->setObjectName(QString::fromUtf8("sep_format"));
  137. sep_format->setLineWidth(0);
  138. sep_format->setMidLineWidth(1);
  139. sep_format->setFrameShape(QFrame::VLine);
  140. sep_format->setFrameShadow(QFrame::Sunken);
  141. horizontalLayout_2->addWidget(sep_format);
  142. verticalLayout_2 = new QVBoxLayout();
  143. verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
  144. ch_native = new QCheckBox(group_types);
  145. ch_native->setObjectName(QString::fromUtf8("ch_native"));
  146. verticalLayout_2->addWidget(ch_native);
  147. ch_posix32 = new QCheckBox(group_types);
  148. ch_posix32->setObjectName(QString::fromUtf8("ch_posix32"));
  149. verticalLayout_2->addWidget(ch_posix32);
  150. ch_posix64 = new QCheckBox(group_types);
  151. ch_posix64->setObjectName(QString::fromUtf8("ch_posix64"));
  152. verticalLayout_2->addWidget(ch_posix64);
  153. ch_win32 = new QCheckBox(group_types);
  154. ch_win32->setObjectName(QString::fromUtf8("ch_win32"));
  155. verticalLayout_2->addWidget(ch_win32);
  156. ch_win64 = new QCheckBox(group_types);
  157. ch_win64->setObjectName(QString::fromUtf8("ch_win64"));
  158. verticalLayout_2->addWidget(ch_win64);
  159. verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  160. verticalLayout_2->addItem(verticalSpacer_2);
  161. horizontalLayout_2->addLayout(verticalLayout_2);
  162. horizontalLayout_3->addWidget(group_types);
  163. horizontalSpacer_3 = new QSpacerItem(20, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
  164. horizontalLayout_3->addItem(horizontalSpacer_3);
  165. verticalLayout_3 = new QVBoxLayout();
  166. verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
  167. group_tools = new QGroupBox(PluginRefreshW);
  168. group_tools->setObjectName(QString::fromUtf8("group_tools"));
  169. group_tools->setAlignment(Qt::AlignCenter);
  170. group_tools->setFlat(true);
  171. gridLayout = new QGridLayout(group_tools);
  172. gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
  173. ico_native = new QLabel(group_tools);
  174. ico_native->setObjectName(QString::fromUtf8("ico_native"));
  175. ico_native->setMaximumSize(QSize(16, 16));
  176. ico_native->setPixmap(QPixmap(QString::fromUtf8(":/16x16/dialog-ok-apply.svgz")));
  177. ico_native->setScaledContents(true);
  178. gridLayout->addWidget(ico_native, 0, 0, 1, 1);
  179. ico_posix32 = new QLabel(group_tools);
  180. ico_posix32->setObjectName(QString::fromUtf8("ico_posix32"));
  181. ico_posix32->setMaximumSize(QSize(16, 16));
  182. ico_posix32->setPixmap(QPixmap(QString::fromUtf8(":/16x16/dialog-ok-apply.svgz")));
  183. ico_posix32->setScaledContents(true);
  184. gridLayout->addWidget(ico_posix32, 1, 0, 1, 1);
  185. label_rdflib = new QLabel(group_tools);
  186. label_rdflib->setObjectName(QString::fromUtf8("label_rdflib"));
  187. gridLayout->addWidget(label_rdflib, 5, 1, 1, 1);
  188. label_win64 = new QLabel(group_tools);
  189. label_win64->setObjectName(QString::fromUtf8("label_win64"));
  190. gridLayout->addWidget(label_win64, 4, 1, 1, 1);
  191. label_native = new QLabel(group_tools);
  192. label_native->setObjectName(QString::fromUtf8("label_native"));
  193. gridLayout->addWidget(label_native, 0, 1, 1, 1);
  194. ico_posix64 = new QLabel(group_tools);
  195. ico_posix64->setObjectName(QString::fromUtf8("ico_posix64"));
  196. ico_posix64->setMaximumSize(QSize(16, 16));
  197. ico_posix64->setPixmap(QPixmap(QString::fromUtf8(":/16x16/dialog-ok-apply.svgz")));
  198. ico_posix64->setScaledContents(true);
  199. gridLayout->addWidget(ico_posix64, 2, 0, 1, 1);
  200. ico_rdflib = new QLabel(group_tools);
  201. ico_rdflib->setObjectName(QString::fromUtf8("ico_rdflib"));
  202. ico_rdflib->setMaximumSize(QSize(16, 16));
  203. ico_rdflib->setPixmap(QPixmap(QString::fromUtf8(":/16x16/dialog-ok-apply.svgz")));
  204. ico_rdflib->setScaledContents(true);
  205. gridLayout->addWidget(ico_rdflib, 5, 0, 1, 1);
  206. label_posix32 = new QLabel(group_tools);
  207. label_posix32->setObjectName(QString::fromUtf8("label_posix32"));
  208. gridLayout->addWidget(label_posix32, 1, 1, 1, 1);
  209. ico_win32 = new QLabel(group_tools);
  210. ico_win32->setObjectName(QString::fromUtf8("ico_win32"));
  211. ico_win32->setMaximumSize(QSize(16, 16));
  212. ico_win32->setPixmap(QPixmap(QString::fromUtf8(":/16x16/dialog-ok-apply.svgz")));
  213. ico_win32->setScaledContents(true);
  214. gridLayout->addWidget(ico_win32, 3, 0, 1, 1);
  215. ico_win64 = new QLabel(group_tools);
  216. ico_win64->setObjectName(QString::fromUtf8("ico_win64"));
  217. ico_win64->setMaximumSize(QSize(16, 16));
  218. ico_win64->setPixmap(QPixmap(QString::fromUtf8(":/16x16/dialog-ok-apply.svgz")));
  219. ico_win64->setScaledContents(true);
  220. gridLayout->addWidget(ico_win64, 4, 0, 1, 1);
  221. label_posix64 = new QLabel(group_tools);
  222. label_posix64->setObjectName(QString::fromUtf8("label_posix64"));
  223. gridLayout->addWidget(label_posix64, 2, 1, 1, 1);
  224. label_win32 = new QLabel(group_tools);
  225. label_win32->setObjectName(QString::fromUtf8("label_win32"));
  226. gridLayout->addWidget(label_win32, 3, 1, 1, 1);
  227. verticalLayout_3->addWidget(group_tools);
  228. verticalSpacer_5 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  229. verticalLayout_3->addItem(verticalSpacer_5);
  230. group_options = new QGroupBox(PluginRefreshW);
  231. group_options->setObjectName(QString::fromUtf8("group_options"));
  232. group_options->setAlignment(Qt::AlignCenter);
  233. group_options->setFlat(true);
  234. verticalLayout_4 = new QVBoxLayout(group_options);
  235. verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
  236. ch_do_checks = new QCheckBox(group_options);
  237. ch_do_checks->setObjectName(QString::fromUtf8("ch_do_checks"));
  238. verticalLayout_4->addWidget(ch_do_checks);
  239. verticalLayout_3->addWidget(group_options);
  240. verticalSpacer_4 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  241. verticalLayout_3->addItem(verticalSpacer_4);
  242. horizontalLayout_3->addLayout(verticalLayout_3);
  243. horizontalSpacer_2 = new QSpacerItem(30, 20, QSizePolicy::Preferred, QSizePolicy::Minimum);
  244. horizontalLayout_3->addItem(horizontalSpacer_2);
  245. verticalLayout_5->addLayout(horizontalLayout_3);
  246. verticalSpacer = new QSpacerItem(20, 6, QSizePolicy::Minimum, QSizePolicy::Expanding);
  247. verticalLayout_5->addItem(verticalSpacer);
  248. horizontalLayout = new QHBoxLayout();
  249. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  250. progressBar = new QProgressBar(PluginRefreshW);
  251. progressBar->setObjectName(QString::fromUtf8("progressBar"));
  252. QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
  253. sizePolicy.setHorizontalStretch(0);
  254. sizePolicy.setVerticalStretch(0);
  255. sizePolicy.setHeightForWidth(progressBar->sizePolicy().hasHeightForWidth());
  256. progressBar->setSizePolicy(sizePolicy);
  257. progressBar->setMaximum(100);
  258. progressBar->setValue(0);
  259. horizontalLayout->addWidget(progressBar);
  260. b_start = new QPushButton(PluginRefreshW);
  261. b_start->setObjectName(QString::fromUtf8("b_start"));
  262. QIcon icon;
  263. icon.addFile(QString::fromUtf8(":/16x16/arrow-right.svgz"), QSize(), QIcon::Normal, QIcon::Off);
  264. b_start->setIcon(icon);
  265. horizontalLayout->addWidget(b_start);
  266. b_skip = new QPushButton(PluginRefreshW);
  267. b_skip->setObjectName(QString::fromUtf8("b_skip"));
  268. horizontalLayout->addWidget(b_skip);
  269. b_close = new QPushButton(PluginRefreshW);
  270. b_close->setObjectName(QString::fromUtf8("b_close"));
  271. QIcon icon1;
  272. icon1.addFile(QString::fromUtf8(":/16x16/window-close.svgz"), QSize(), QIcon::Normal, QIcon::Off);
  273. b_close->setIcon(icon1);
  274. horizontalLayout->addWidget(b_close);
  275. verticalLayout_5->addLayout(horizontalLayout);
  276. retranslateUi(PluginRefreshW);
  277. QObject::connect(b_close, SIGNAL(clicked()), PluginRefreshW, SLOT(close()));
  278. QMetaObject::connectSlotsByName(PluginRefreshW);
  279. } // setupUi
  280. void retranslateUi(QDialog *PluginRefreshW)
  281. {
  282. PluginRefreshW->setWindowTitle(QCoreApplication::translate("PluginRefreshW", "Carla - Refresh", nullptr));
  283. group_types->setTitle(QCoreApplication::translate("PluginRefreshW", "Search for new...", nullptr));
  284. ch_ladspa->setText(QCoreApplication::translate("PluginRefreshW", "LADSPA", nullptr));
  285. ch_dssi->setText(QCoreApplication::translate("PluginRefreshW", "DSSI", nullptr));
  286. ch_lv2->setText(QCoreApplication::translate("PluginRefreshW", "LV2", nullptr));
  287. ch_vst->setText(QCoreApplication::translate("PluginRefreshW", "VST2", nullptr));
  288. ch_vst3->setText(QCoreApplication::translate("PluginRefreshW", "VST3", nullptr));
  289. ch_au->setText(QCoreApplication::translate("PluginRefreshW", "AU", nullptr));
  290. ch_sf2->setText(QCoreApplication::translate("PluginRefreshW", "SF2/3", nullptr));
  291. ch_sfz->setText(QCoreApplication::translate("PluginRefreshW", "SFZ", nullptr));
  292. ch_native->setText(QCoreApplication::translate("PluginRefreshW", "Native", nullptr));
  293. ch_posix32->setText(QCoreApplication::translate("PluginRefreshW", "POSIX 32bit", nullptr));
  294. ch_posix64->setText(QCoreApplication::translate("PluginRefreshW", "POSIX 64bit", nullptr));
  295. ch_win32->setText(QCoreApplication::translate("PluginRefreshW", "Windows 32bit", nullptr));
  296. ch_win64->setText(QCoreApplication::translate("PluginRefreshW", "Windows 64bit", nullptr));
  297. group_tools->setTitle(QCoreApplication::translate("PluginRefreshW", "Available tools:", nullptr));
  298. ico_native->setText(QString());
  299. ico_posix32->setText(QString());
  300. label_rdflib->setText(QCoreApplication::translate("PluginRefreshW", "python3-rdflib (LADSPA-RDF support)", nullptr));
  301. label_win64->setText(QCoreApplication::translate("PluginRefreshW", "carla-discovery-win64", nullptr));
  302. label_native->setText(QCoreApplication::translate("PluginRefreshW", "carla-discovery-native", nullptr));
  303. ico_posix64->setText(QString());
  304. ico_rdflib->setText(QString());
  305. label_posix32->setText(QCoreApplication::translate("PluginRefreshW", "carla-discovery-posix32", nullptr));
  306. ico_win32->setText(QString());
  307. ico_win64->setText(QString());
  308. label_posix64->setText(QCoreApplication::translate("PluginRefreshW", "carla-discovery-posix64", nullptr));
  309. label_win32->setText(QCoreApplication::translate("PluginRefreshW", "carla-discovery-win32", nullptr));
  310. group_options->setTitle(QCoreApplication::translate("PluginRefreshW", "Options:", nullptr));
  311. #if QT_CONFIG(tooltip)
  312. ch_do_checks->setToolTip(QCoreApplication::translate("PluginRefreshW", "Carla will run small processing checks when scanning the plugins (to make sure they won't crash).\n"
  313. "You can disable these checks to get a faster scanning time (at your own risk).", nullptr));
  314. #endif // QT_CONFIG(tooltip)
  315. ch_do_checks->setText(QCoreApplication::translate("PluginRefreshW", "Run processing checks while scanning", nullptr));
  316. progressBar->setFormat(QCoreApplication::translate("PluginRefreshW", "Press 'Scan' to begin the search", nullptr));
  317. b_start->setText(QCoreApplication::translate("PluginRefreshW", "Scan", nullptr));
  318. b_skip->setText(QCoreApplication::translate("PluginRefreshW", ">> Skip", nullptr));
  319. b_close->setText(QCoreApplication::translate("PluginRefreshW", "Close", nullptr));
  320. } // retranslateUi
  321. };
  322. namespace Ui {
  323. class PluginRefreshW: public Ui_PluginRefreshW {};
  324. } // namespace Ui
  325. QT_END_NAMESPACE
  326. #endif // UI_CARLA_REFRESH_H