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.

749 lines
31KB

  1. /********************************************************************************
  2. ** Form generated from reading UI file 'carla_database.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_DATABASE_H
  9. #define UI_CARLA_DATABASE_H
  10. #include <QtCore/QVariant>
  11. #include <QtGui/QIcon>
  12. #include <QtWidgets/QAction>
  13. #include <QtWidgets/QApplication>
  14. #include <QtWidgets/QCheckBox>
  15. #include <QtWidgets/QDialog>
  16. #include <QtWidgets/QFrame>
  17. #include <QtWidgets/QGridLayout>
  18. #include <QtWidgets/QHBoxLayout>
  19. #include <QtWidgets/QHeaderView>
  20. #include <QtWidgets/QLabel>
  21. #include <QtWidgets/QLineEdit>
  22. #include <QtWidgets/QPushButton>
  23. #include <QtWidgets/QSpacerItem>
  24. #include <QtWidgets/QTabWidget>
  25. #include <QtWidgets/QTableWidget>
  26. #include <QtWidgets/QToolBox>
  27. #include <QtWidgets/QVBoxLayout>
  28. #include <QtWidgets/QWidget>
  29. QT_BEGIN_NAMESPACE
  30. class Ui_PluginDatabaseW
  31. {
  32. public:
  33. QAction *act_focus_search;
  34. QGridLayout *gridLayout_3;
  35. QToolBox *toolBox;
  36. QWidget *p_format;
  37. QVBoxLayout *verticalLayout;
  38. QCheckBox *ch_internal;
  39. QCheckBox *ch_ladspa;
  40. QCheckBox *ch_dssi;
  41. QCheckBox *ch_lv2;
  42. QCheckBox *ch_vst;
  43. QCheckBox *ch_vst3;
  44. QCheckBox *ch_au;
  45. QCheckBox *ch_kits;
  46. QSpacerItem *verticalSpacer_5;
  47. QWidget *p_type;
  48. QVBoxLayout *verticalLayout_2;
  49. QCheckBox *ch_effects;
  50. QCheckBox *ch_instruments;
  51. QCheckBox *ch_midi;
  52. QCheckBox *ch_other;
  53. QSpacerItem *verticalSpacer_3;
  54. QWidget *p_arch;
  55. QVBoxLayout *verticalLayout_3;
  56. QCheckBox *ch_native;
  57. QCheckBox *ch_bridged;
  58. QCheckBox *ch_bridged_wine;
  59. QSpacerItem *verticalSpacer_4;
  60. QSpacerItem *verticalSpacer_6;
  61. QTabWidget *tab_reqs;
  62. QWidget *tw_reqs;
  63. QGridLayout *gridLayout;
  64. QLabel *l_reqs;
  65. QCheckBox *ch_gui;
  66. QCheckBox *ch_cv;
  67. QCheckBox *ch_rtsafe;
  68. QCheckBox *ch_stereo;
  69. QCheckBox *ch_inline_display;
  70. QCheckBox *ch_favorites;
  71. QHBoxLayout *horizontalLayout_2;
  72. QLabel *label;
  73. QSpacerItem *horizontalSpacer;
  74. QPushButton *b_add;
  75. QPushButton *b_cancel;
  76. QHBoxLayout *horizontalLayout;
  77. QLineEdit *lineEdit;
  78. QPushButton *b_refresh;
  79. QPushButton *b_clear_filters;
  80. QTabWidget *tab_info;
  81. QWidget *tw_info;
  82. QGridLayout *gridLayout_2;
  83. QSpacerItem *verticalSpacer_2;
  84. QLabel *l_format;
  85. QLabel *label_2;
  86. QLabel *label_4;
  87. QLabel *l_arch;
  88. QLabel *label_6;
  89. QLabel *l_type;
  90. QSpacerItem *verticalSpacer;
  91. QLabel *label_12;
  92. QLabel *label_8;
  93. QLabel *label_11;
  94. QLabel *label_13;
  95. QLabel *label_14;
  96. QLabel *label_15;
  97. QLabel *label_9;
  98. QLabel *label_10;
  99. QLabel *la_id;
  100. QLabel *label_18;
  101. QLabel *label_17;
  102. QLabel *label_19;
  103. QLabel *label_20;
  104. QLabel *l_aouts;
  105. QLabel *l_id;
  106. QLabel *l_ains;
  107. QLabel *l_synth;
  108. QLabel *l_pins;
  109. QLabel *l_cvins;
  110. QLabel *l_pouts;
  111. QLabel *l_mouts;
  112. QLabel *l_mins;
  113. QLabel *l_bridged;
  114. QLabel *l_idisp;
  115. QLabel *l_gui;
  116. QLabel *l_cvouts;
  117. QLabel *label_3;
  118. QFrame *line_2;
  119. QFrame *line;
  120. QTableWidget *tableWidget;
  121. void setupUi(QDialog *PluginDatabaseW)
  122. {
  123. if (PluginDatabaseW->objectName().isEmpty())
  124. PluginDatabaseW->setObjectName(QString::fromUtf8("PluginDatabaseW"));
  125. PluginDatabaseW->resize(1100, 683);
  126. act_focus_search = new QAction(PluginDatabaseW);
  127. act_focus_search->setObjectName(QString::fromUtf8("act_focus_search"));
  128. gridLayout_3 = new QGridLayout(PluginDatabaseW);
  129. gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
  130. toolBox = new QToolBox(PluginDatabaseW);
  131. toolBox->setObjectName(QString::fromUtf8("toolBox"));
  132. p_format = new QWidget();
  133. p_format->setObjectName(QString::fromUtf8("p_format"));
  134. p_format->setGeometry(QRect(0, 0, 164, 254));
  135. verticalLayout = new QVBoxLayout(p_format);
  136. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  137. ch_internal = new QCheckBox(p_format);
  138. ch_internal->setObjectName(QString::fromUtf8("ch_internal"));
  139. verticalLayout->addWidget(ch_internal);
  140. ch_ladspa = new QCheckBox(p_format);
  141. ch_ladspa->setObjectName(QString::fromUtf8("ch_ladspa"));
  142. verticalLayout->addWidget(ch_ladspa);
  143. ch_dssi = new QCheckBox(p_format);
  144. ch_dssi->setObjectName(QString::fromUtf8("ch_dssi"));
  145. verticalLayout->addWidget(ch_dssi);
  146. ch_lv2 = new QCheckBox(p_format);
  147. ch_lv2->setObjectName(QString::fromUtf8("ch_lv2"));
  148. verticalLayout->addWidget(ch_lv2);
  149. ch_vst = new QCheckBox(p_format);
  150. ch_vst->setObjectName(QString::fromUtf8("ch_vst"));
  151. verticalLayout->addWidget(ch_vst);
  152. ch_vst3 = new QCheckBox(p_format);
  153. ch_vst3->setObjectName(QString::fromUtf8("ch_vst3"));
  154. verticalLayout->addWidget(ch_vst3);
  155. ch_au = new QCheckBox(p_format);
  156. ch_au->setObjectName(QString::fromUtf8("ch_au"));
  157. verticalLayout->addWidget(ch_au);
  158. ch_kits = new QCheckBox(p_format);
  159. ch_kits->setObjectName(QString::fromUtf8("ch_kits"));
  160. verticalLayout->addWidget(ch_kits);
  161. verticalSpacer_5 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  162. verticalLayout->addItem(verticalSpacer_5);
  163. toolBox->addItem(p_format, QString::fromUtf8("Format"));
  164. p_type = new QWidget();
  165. p_type->setObjectName(QString::fromUtf8("p_type"));
  166. p_type->setGeometry(QRect(0, 0, 164, 164));
  167. verticalLayout_2 = new QVBoxLayout(p_type);
  168. verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
  169. ch_effects = new QCheckBox(p_type);
  170. ch_effects->setObjectName(QString::fromUtf8("ch_effects"));
  171. verticalLayout_2->addWidget(ch_effects);
  172. ch_instruments = new QCheckBox(p_type);
  173. ch_instruments->setObjectName(QString::fromUtf8("ch_instruments"));
  174. verticalLayout_2->addWidget(ch_instruments);
  175. ch_midi = new QCheckBox(p_type);
  176. ch_midi->setObjectName(QString::fromUtf8("ch_midi"));
  177. verticalLayout_2->addWidget(ch_midi);
  178. ch_other = new QCheckBox(p_type);
  179. ch_other->setObjectName(QString::fromUtf8("ch_other"));
  180. verticalLayout_2->addWidget(ch_other);
  181. verticalSpacer_3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  182. verticalLayout_2->addItem(verticalSpacer_3);
  183. toolBox->addItem(p_type, QString::fromUtf8("Type"));
  184. p_arch = new QWidget();
  185. p_arch->setObjectName(QString::fromUtf8("p_arch"));
  186. p_arch->setGeometry(QRect(0, 0, 164, 136));
  187. verticalLayout_3 = new QVBoxLayout(p_arch);
  188. verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
  189. ch_native = new QCheckBox(p_arch);
  190. ch_native->setObjectName(QString::fromUtf8("ch_native"));
  191. verticalLayout_3->addWidget(ch_native);
  192. ch_bridged = new QCheckBox(p_arch);
  193. ch_bridged->setObjectName(QString::fromUtf8("ch_bridged"));
  194. verticalLayout_3->addWidget(ch_bridged);
  195. ch_bridged_wine = new QCheckBox(p_arch);
  196. ch_bridged_wine->setObjectName(QString::fromUtf8("ch_bridged_wine"));
  197. verticalLayout_3->addWidget(ch_bridged_wine);
  198. verticalSpacer_4 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  199. verticalLayout_3->addItem(verticalSpacer_4);
  200. toolBox->addItem(p_arch, QString::fromUtf8("Architecture"));
  201. gridLayout_3->addWidget(toolBox, 1, 0, 1, 1);
  202. verticalSpacer_6 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  203. gridLayout_3->addItem(verticalSpacer_6, 2, 0, 1, 1);
  204. tab_reqs = new QTabWidget(PluginDatabaseW);
  205. tab_reqs->setObjectName(QString::fromUtf8("tab_reqs"));
  206. QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum);
  207. sizePolicy.setHorizontalStretch(0);
  208. sizePolicy.setVerticalStretch(0);
  209. sizePolicy.setHeightForWidth(tab_reqs->sizePolicy().hasHeightForWidth());
  210. tab_reqs->setSizePolicy(sizePolicy);
  211. tab_reqs->setTabBarAutoHide(true);
  212. tw_reqs = new QWidget();
  213. tw_reqs->setObjectName(QString::fromUtf8("tw_reqs"));
  214. gridLayout = new QGridLayout(tw_reqs);
  215. gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
  216. l_reqs = new QLabel(tw_reqs);
  217. l_reqs->setObjectName(QString::fromUtf8("l_reqs"));
  218. QFont font;
  219. font.setBold(true);
  220. font.setWeight(75);
  221. l_reqs->setFont(font);
  222. gridLayout->addWidget(l_reqs, 0, 1, 1, 1);
  223. ch_gui = new QCheckBox(tw_reqs);
  224. ch_gui->setObjectName(QString::fromUtf8("ch_gui"));
  225. gridLayout->addWidget(ch_gui, 5, 1, 1, 1);
  226. ch_cv = new QCheckBox(tw_reqs);
  227. ch_cv->setObjectName(QString::fromUtf8("ch_cv"));
  228. gridLayout->addWidget(ch_cv, 4, 1, 1, 1);
  229. ch_rtsafe = new QCheckBox(tw_reqs);
  230. ch_rtsafe->setObjectName(QString::fromUtf8("ch_rtsafe"));
  231. gridLayout->addWidget(ch_rtsafe, 2, 1, 1, 1);
  232. ch_stereo = new QCheckBox(tw_reqs);
  233. ch_stereo->setObjectName(QString::fromUtf8("ch_stereo"));
  234. gridLayout->addWidget(ch_stereo, 3, 1, 1, 1);
  235. ch_inline_display = new QCheckBox(tw_reqs);
  236. ch_inline_display->setObjectName(QString::fromUtf8("ch_inline_display"));
  237. gridLayout->addWidget(ch_inline_display, 6, 1, 1, 1);
  238. ch_favorites = new QCheckBox(tw_reqs);
  239. ch_favorites->setObjectName(QString::fromUtf8("ch_favorites"));
  240. gridLayout->addWidget(ch_favorites, 1, 1, 1, 1);
  241. tab_reqs->addTab(tw_reqs, QString());
  242. gridLayout_3->addWidget(tab_reqs, 3, 0, 1, 1);
  243. horizontalLayout_2 = new QHBoxLayout();
  244. horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
  245. label = new QLabel(PluginDatabaseW);
  246. label->setObjectName(QString::fromUtf8("label"));
  247. label->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse);
  248. horizontalLayout_2->addWidget(label);
  249. horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  250. horizontalLayout_2->addItem(horizontalSpacer);
  251. b_add = new QPushButton(PluginDatabaseW);
  252. b_add->setObjectName(QString::fromUtf8("b_add"));
  253. QIcon icon;
  254. icon.addFile(QString::fromUtf8(":/16x16/list-add.svgz"), QSize(), QIcon::Normal, QIcon::Off);
  255. b_add->setIcon(icon);
  256. horizontalLayout_2->addWidget(b_add);
  257. b_cancel = new QPushButton(PluginDatabaseW);
  258. b_cancel->setObjectName(QString::fromUtf8("b_cancel"));
  259. QIcon icon1;
  260. icon1.addFile(QString::fromUtf8(":/16x16/dialog-cancel.svgz"), QSize(), QIcon::Normal, QIcon::Off);
  261. b_cancel->setIcon(icon1);
  262. horizontalLayout_2->addWidget(b_cancel);
  263. gridLayout_3->addLayout(horizontalLayout_2, 4, 0, 1, 3);
  264. horizontalLayout = new QHBoxLayout();
  265. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  266. lineEdit = new QLineEdit(PluginDatabaseW);
  267. lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
  268. lineEdit->setClearButtonEnabled(true);
  269. horizontalLayout->addWidget(lineEdit);
  270. b_refresh = new QPushButton(PluginDatabaseW);
  271. b_refresh->setObjectName(QString::fromUtf8("b_refresh"));
  272. QIcon icon2;
  273. icon2.addFile(QString::fromUtf8(":/16x16/view-refresh.svgz"), QSize(), QIcon::Normal, QIcon::Off);
  274. b_refresh->setIcon(icon2);
  275. horizontalLayout->addWidget(b_refresh);
  276. b_clear_filters = new QPushButton(PluginDatabaseW);
  277. b_clear_filters->setObjectName(QString::fromUtf8("b_clear_filters"));
  278. QIcon icon3;
  279. icon3.addFile(QString::fromUtf8(":/16x16/edit-clear.svgz"), QSize(), QIcon::Normal, QIcon::Off);
  280. b_clear_filters->setIcon(icon3);
  281. horizontalLayout->addWidget(b_clear_filters);
  282. gridLayout_3->addLayout(horizontalLayout, 0, 0, 1, 3);
  283. tab_info = new QTabWidget(PluginDatabaseW);
  284. tab_info->setObjectName(QString::fromUtf8("tab_info"));
  285. tab_info->setTabBarAutoHide(true);
  286. tw_info = new QWidget();
  287. tw_info->setObjectName(QString::fromUtf8("tw_info"));
  288. gridLayout_2 = new QGridLayout(tw_info);
  289. gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
  290. verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  291. gridLayout_2->addItem(verticalSpacer_2, 19, 0, 1, 1);
  292. l_format = new QLabel(tw_info);
  293. l_format->setObjectName(QString::fromUtf8("l_format"));
  294. gridLayout_2->addWidget(l_format, 1, 1, 1, 1);
  295. label_2 = new QLabel(tw_info);
  296. label_2->setObjectName(QString::fromUtf8("label_2"));
  297. label_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  298. gridLayout_2->addWidget(label_2, 1, 0, 1, 1);
  299. label_4 = new QLabel(tw_info);
  300. label_4->setObjectName(QString::fromUtf8("label_4"));
  301. label_4->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  302. gridLayout_2->addWidget(label_4, 3, 0, 1, 1);
  303. l_arch = new QLabel(tw_info);
  304. l_arch->setObjectName(QString::fromUtf8("l_arch"));
  305. gridLayout_2->addWidget(l_arch, 3, 1, 1, 1);
  306. label_6 = new QLabel(tw_info);
  307. label_6->setObjectName(QString::fromUtf8("label_6"));
  308. label_6->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  309. gridLayout_2->addWidget(label_6, 2, 0, 1, 1);
  310. l_type = new QLabel(tw_info);
  311. l_type->setObjectName(QString::fromUtf8("l_type"));
  312. gridLayout_2->addWidget(l_type, 2, 1, 1, 1);
  313. verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  314. gridLayout_2->addItem(verticalSpacer, 19, 1, 1, 1);
  315. label_12 = new QLabel(tw_info);
  316. label_12->setObjectName(QString::fromUtf8("label_12"));
  317. label_12->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  318. gridLayout_2->addWidget(label_12, 10, 0, 1, 1);
  319. label_8 = new QLabel(tw_info);
  320. label_8->setObjectName(QString::fromUtf8("label_8"));
  321. label_8->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  322. gridLayout_2->addWidget(label_8, 6, 0, 1, 1);
  323. label_11 = new QLabel(tw_info);
  324. label_11->setObjectName(QString::fromUtf8("label_11"));
  325. label_11->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  326. gridLayout_2->addWidget(label_11, 9, 0, 1, 1);
  327. label_13 = new QLabel(tw_info);
  328. label_13->setObjectName(QString::fromUtf8("label_13"));
  329. label_13->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  330. gridLayout_2->addWidget(label_13, 11, 0, 1, 1);
  331. label_14 = new QLabel(tw_info);
  332. label_14->setObjectName(QString::fromUtf8("label_14"));
  333. label_14->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  334. gridLayout_2->addWidget(label_14, 12, 0, 1, 1);
  335. label_15 = new QLabel(tw_info);
  336. label_15->setObjectName(QString::fromUtf8("label_15"));
  337. label_15->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  338. gridLayout_2->addWidget(label_15, 13, 0, 1, 1);
  339. label_9 = new QLabel(tw_info);
  340. label_9->setObjectName(QString::fromUtf8("label_9"));
  341. label_9->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  342. gridLayout_2->addWidget(label_9, 7, 0, 1, 1);
  343. label_10 = new QLabel(tw_info);
  344. label_10->setObjectName(QString::fromUtf8("label_10"));
  345. label_10->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  346. gridLayout_2->addWidget(label_10, 8, 0, 1, 1);
  347. la_id = new QLabel(tw_info);
  348. la_id->setObjectName(QString::fromUtf8("la_id"));
  349. la_id->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  350. gridLayout_2->addWidget(la_id, 4, 0, 1, 1);
  351. label_18 = new QLabel(tw_info);
  352. label_18->setObjectName(QString::fromUtf8("label_18"));
  353. label_18->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  354. gridLayout_2->addWidget(label_18, 16, 0, 1, 1);
  355. label_17 = new QLabel(tw_info);
  356. label_17->setObjectName(QString::fromUtf8("label_17"));
  357. label_17->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  358. gridLayout_2->addWidget(label_17, 15, 0, 1, 1);
  359. label_19 = new QLabel(tw_info);
  360. label_19->setObjectName(QString::fromUtf8("label_19"));
  361. label_19->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  362. gridLayout_2->addWidget(label_19, 18, 0, 1, 1);
  363. label_20 = new QLabel(tw_info);
  364. label_20->setObjectName(QString::fromUtf8("label_20"));
  365. label_20->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  366. gridLayout_2->addWidget(label_20, 17, 0, 1, 1);
  367. l_aouts = new QLabel(tw_info);
  368. l_aouts->setObjectName(QString::fromUtf8("l_aouts"));
  369. gridLayout_2->addWidget(l_aouts, 7, 1, 1, 1);
  370. l_id = new QLabel(tw_info);
  371. l_id->setObjectName(QString::fromUtf8("l_id"));
  372. gridLayout_2->addWidget(l_id, 4, 1, 1, 1);
  373. l_ains = new QLabel(tw_info);
  374. l_ains->setObjectName(QString::fromUtf8("l_ains"));
  375. gridLayout_2->addWidget(l_ains, 6, 1, 1, 1);
  376. l_synth = new QLabel(tw_info);
  377. l_synth->setObjectName(QString::fromUtf8("l_synth"));
  378. gridLayout_2->addWidget(l_synth, 18, 1, 1, 1);
  379. l_pins = new QLabel(tw_info);
  380. l_pins->setObjectName(QString::fromUtf8("l_pins"));
  381. gridLayout_2->addWidget(l_pins, 12, 1, 1, 1);
  382. l_cvins = new QLabel(tw_info);
  383. l_cvins->setObjectName(QString::fromUtf8("l_cvins"));
  384. gridLayout_2->addWidget(l_cvins, 8, 1, 1, 1);
  385. l_pouts = new QLabel(tw_info);
  386. l_pouts->setObjectName(QString::fromUtf8("l_pouts"));
  387. gridLayout_2->addWidget(l_pouts, 13, 1, 1, 1);
  388. l_mouts = new QLabel(tw_info);
  389. l_mouts->setObjectName(QString::fromUtf8("l_mouts"));
  390. gridLayout_2->addWidget(l_mouts, 11, 1, 1, 1);
  391. l_mins = new QLabel(tw_info);
  392. l_mins->setObjectName(QString::fromUtf8("l_mins"));
  393. gridLayout_2->addWidget(l_mins, 10, 1, 1, 1);
  394. l_bridged = new QLabel(tw_info);
  395. l_bridged->setObjectName(QString::fromUtf8("l_bridged"));
  396. gridLayout_2->addWidget(l_bridged, 17, 1, 1, 1);
  397. l_idisp = new QLabel(tw_info);
  398. l_idisp->setObjectName(QString::fromUtf8("l_idisp"));
  399. gridLayout_2->addWidget(l_idisp, 16, 1, 1, 1);
  400. l_gui = new QLabel(tw_info);
  401. l_gui->setObjectName(QString::fromUtf8("l_gui"));
  402. gridLayout_2->addWidget(l_gui, 15, 1, 1, 1);
  403. l_cvouts = new QLabel(tw_info);
  404. l_cvouts->setObjectName(QString::fromUtf8("l_cvouts"));
  405. gridLayout_2->addWidget(l_cvouts, 9, 1, 1, 1);
  406. label_3 = new QLabel(tw_info);
  407. label_3->setObjectName(QString::fromUtf8("label_3"));
  408. label_3->setFont(font);
  409. gridLayout_2->addWidget(label_3, 0, 0, 1, 2);
  410. line_2 = new QFrame(tw_info);
  411. line_2->setObjectName(QString::fromUtf8("line_2"));
  412. line_2->setLineWidth(0);
  413. line_2->setMidLineWidth(1);
  414. line_2->setFrameShape(QFrame::HLine);
  415. line_2->setFrameShadow(QFrame::Sunken);
  416. gridLayout_2->addWidget(line_2, 14, 0, 1, 2);
  417. line = new QFrame(tw_info);
  418. line->setObjectName(QString::fromUtf8("line"));
  419. line->setLineWidth(0);
  420. line->setMidLineWidth(1);
  421. line->setFrameShape(QFrame::HLine);
  422. line->setFrameShadow(QFrame::Sunken);
  423. gridLayout_2->addWidget(line, 5, 0, 1, 2);
  424. tab_info->addTab(tw_info, QString());
  425. gridLayout_3->addWidget(tab_info, 1, 2, 3, 1);
  426. tableWidget = new QTableWidget(PluginDatabaseW);
  427. if (tableWidget->columnCount() < 5)
  428. tableWidget->setColumnCount(5);
  429. QIcon icon4;
  430. icon4.addFile(QString::fromUtf8(":/16x16/bookmarks.svgz"), QSize(), QIcon::Normal, QIcon::Off);
  431. QTableWidgetItem *__qtablewidgetitem = new QTableWidgetItem();
  432. __qtablewidgetitem->setIcon(icon4);
  433. tableWidget->setHorizontalHeaderItem(0, __qtablewidgetitem);
  434. QTableWidgetItem *__qtablewidgetitem1 = new QTableWidgetItem();
  435. tableWidget->setHorizontalHeaderItem(1, __qtablewidgetitem1);
  436. QTableWidgetItem *__qtablewidgetitem2 = new QTableWidgetItem();
  437. tableWidget->setHorizontalHeaderItem(2, __qtablewidgetitem2);
  438. QTableWidgetItem *__qtablewidgetitem3 = new QTableWidgetItem();
  439. tableWidget->setHorizontalHeaderItem(3, __qtablewidgetitem3);
  440. QTableWidgetItem *__qtablewidgetitem4 = new QTableWidgetItem();
  441. tableWidget->setHorizontalHeaderItem(4, __qtablewidgetitem4);
  442. tableWidget->setObjectName(QString::fromUtf8("tableWidget"));
  443. QSizePolicy sizePolicy1(QSizePolicy::Expanding, QSizePolicy::Expanding);
  444. sizePolicy1.setHorizontalStretch(1);
  445. sizePolicy1.setVerticalStretch(0);
  446. sizePolicy1.setHeightForWidth(tableWidget->sizePolicy().hasHeightForWidth());
  447. tableWidget->setSizePolicy(sizePolicy1);
  448. tableWidget->setEditTriggers(QAbstractItemView::NoEditTriggers);
  449. tableWidget->setProperty("showDropIndicator", QVariant(false));
  450. tableWidget->setDragDropOverwriteMode(false);
  451. tableWidget->setAlternatingRowColors(true);
  452. tableWidget->setSelectionMode(QAbstractItemView::SingleSelection);
  453. tableWidget->setSelectionBehavior(QAbstractItemView::SelectRows);
  454. tableWidget->setShowGrid(false);
  455. tableWidget->setGridStyle(Qt::NoPen);
  456. tableWidget->setSortingEnabled(true);
  457. tableWidget->setWordWrap(false);
  458. tableWidget->horizontalHeader()->setMinimumSectionSize(24);
  459. tableWidget->horizontalHeader()->setStretchLastSection(true);
  460. tableWidget->verticalHeader()->setVisible(false);
  461. tableWidget->verticalHeader()->setMinimumSectionSize(12);
  462. tableWidget->verticalHeader()->setDefaultSectionSize(22);
  463. gridLayout_3->addWidget(tableWidget, 1, 1, 3, 1);
  464. QWidget::setTabOrder(lineEdit, tableWidget);
  465. QWidget::setTabOrder(tableWidget, b_add);
  466. QWidget::setTabOrder(b_add, b_cancel);
  467. QWidget::setTabOrder(b_cancel, b_refresh);
  468. QWidget::setTabOrder(b_refresh, b_clear_filters);
  469. QWidget::setTabOrder(b_clear_filters, ch_internal);
  470. QWidget::setTabOrder(ch_internal, ch_ladspa);
  471. QWidget::setTabOrder(ch_ladspa, ch_dssi);
  472. QWidget::setTabOrder(ch_dssi, ch_lv2);
  473. QWidget::setTabOrder(ch_lv2, ch_vst);
  474. QWidget::setTabOrder(ch_vst, ch_vst3);
  475. QWidget::setTabOrder(ch_vst3, ch_au);
  476. QWidget::setTabOrder(ch_au, ch_kits);
  477. QWidget::setTabOrder(ch_kits, ch_effects);
  478. QWidget::setTabOrder(ch_effects, ch_instruments);
  479. QWidget::setTabOrder(ch_instruments, ch_midi);
  480. QWidget::setTabOrder(ch_midi, ch_other);
  481. QWidget::setTabOrder(ch_other, ch_native);
  482. QWidget::setTabOrder(ch_native, ch_bridged);
  483. QWidget::setTabOrder(ch_bridged, ch_bridged_wine);
  484. QWidget::setTabOrder(ch_bridged_wine, ch_inline_display);
  485. QWidget::setTabOrder(ch_inline_display, ch_stereo);
  486. QWidget::setTabOrder(ch_stereo, ch_rtsafe);
  487. QWidget::setTabOrder(ch_rtsafe, ch_gui);
  488. QWidget::setTabOrder(ch_gui, ch_cv);
  489. QWidget::setTabOrder(ch_cv, tab_reqs);
  490. QWidget::setTabOrder(tab_reqs, tab_info);
  491. retranslateUi(PluginDatabaseW);
  492. QObject::connect(act_focus_search, SIGNAL(triggered()), lineEdit, SLOT(setFocus()));
  493. toolBox->setCurrentIndex(0);
  494. QMetaObject::connectSlotsByName(PluginDatabaseW);
  495. } // setupUi
  496. void retranslateUi(QDialog *PluginDatabaseW)
  497. {
  498. PluginDatabaseW->setWindowTitle(QCoreApplication::translate("PluginDatabaseW", "Carla - Add New", nullptr));
  499. act_focus_search->setText(QCoreApplication::translate("PluginDatabaseW", "Focus Text Search", nullptr));
  500. #if QT_CONFIG(shortcut)
  501. act_focus_search->setShortcut(QCoreApplication::translate("PluginDatabaseW", "Ctrl+F", nullptr));
  502. #endif // QT_CONFIG(shortcut)
  503. ch_internal->setText(QCoreApplication::translate("PluginDatabaseW", "Internal", nullptr));
  504. ch_ladspa->setText(QCoreApplication::translate("PluginDatabaseW", "LADSPA", nullptr));
  505. ch_dssi->setText(QCoreApplication::translate("PluginDatabaseW", "DSSI", nullptr));
  506. ch_lv2->setText(QCoreApplication::translate("PluginDatabaseW", "LV2", nullptr));
  507. ch_vst->setText(QCoreApplication::translate("PluginDatabaseW", "VST2", nullptr));
  508. ch_vst3->setText(QCoreApplication::translate("PluginDatabaseW", "VST3", nullptr));
  509. ch_au->setText(QCoreApplication::translate("PluginDatabaseW", "AU", nullptr));
  510. ch_kits->setText(QCoreApplication::translate("PluginDatabaseW", "Sound Kits", nullptr));
  511. toolBox->setItemText(toolBox->indexOf(p_format), QCoreApplication::translate("PluginDatabaseW", "Format", nullptr));
  512. ch_effects->setText(QCoreApplication::translate("PluginDatabaseW", "Effects", nullptr));
  513. ch_instruments->setText(QCoreApplication::translate("PluginDatabaseW", "Instruments", nullptr));
  514. ch_midi->setText(QCoreApplication::translate("PluginDatabaseW", "MIDI Plugins", nullptr));
  515. ch_other->setText(QCoreApplication::translate("PluginDatabaseW", "Other/Misc", nullptr));
  516. toolBox->setItemText(toolBox->indexOf(p_type), QCoreApplication::translate("PluginDatabaseW", "Type", nullptr));
  517. ch_native->setText(QCoreApplication::translate("PluginDatabaseW", "Native", nullptr));
  518. ch_bridged->setText(QCoreApplication::translate("PluginDatabaseW", "Bridged", nullptr));
  519. ch_bridged_wine->setText(QCoreApplication::translate("PluginDatabaseW", "Bridged (Wine)", nullptr));
  520. toolBox->setItemText(toolBox->indexOf(p_arch), QCoreApplication::translate("PluginDatabaseW", "Architecture", nullptr));
  521. l_reqs->setText(QCoreApplication::translate("PluginDatabaseW", "Requirements", nullptr));
  522. ch_gui->setText(QCoreApplication::translate("PluginDatabaseW", "With Custom GUI ", nullptr));
  523. ch_cv->setText(QCoreApplication::translate("PluginDatabaseW", "With CV Ports", nullptr));
  524. ch_rtsafe->setText(QCoreApplication::translate("PluginDatabaseW", "Real-time safe only", nullptr));
  525. ch_stereo->setText(QCoreApplication::translate("PluginDatabaseW", "Stereo only", nullptr));
  526. ch_inline_display->setText(QCoreApplication::translate("PluginDatabaseW", "With Inline Display", nullptr));
  527. ch_favorites->setText(QCoreApplication::translate("PluginDatabaseW", "Favorites only", nullptr));
  528. tab_reqs->setTabText(tab_reqs->indexOf(tw_reqs), QString());
  529. label->setText(QCoreApplication::translate("PluginDatabaseW", "(Number of Plugins go here)", nullptr));
  530. b_add->setText(QCoreApplication::translate("PluginDatabaseW", "&Add Plugin", nullptr));
  531. b_cancel->setText(QCoreApplication::translate("PluginDatabaseW", "Cancel", nullptr));
  532. b_refresh->setText(QCoreApplication::translate("PluginDatabaseW", "Refresh", nullptr));
  533. b_clear_filters->setText(QCoreApplication::translate("PluginDatabaseW", "Reset filters", nullptr));
  534. l_format->setText(QCoreApplication::translate("PluginDatabaseW", "TextLabel", nullptr));
  535. label_2->setText(QCoreApplication::translate("PluginDatabaseW", "Format:", nullptr));
  536. label_4->setText(QCoreApplication::translate("PluginDatabaseW", "Architecture:", nullptr));
  537. l_arch->setText(QCoreApplication::translate("PluginDatabaseW", "TextLabel", nullptr));
  538. label_6->setText(QCoreApplication::translate("PluginDatabaseW", "Type:", nullptr));
  539. l_type->setText(QCoreApplication::translate("PluginDatabaseW", "TextLabel", nullptr));
  540. label_12->setText(QCoreApplication::translate("PluginDatabaseW", "MIDI Ins:", nullptr));
  541. label_8->setText(QCoreApplication::translate("PluginDatabaseW", "Audio Ins:", nullptr));
  542. label_11->setText(QCoreApplication::translate("PluginDatabaseW", "CV Outs:", nullptr));
  543. label_13->setText(QCoreApplication::translate("PluginDatabaseW", "MIDI Outs:", nullptr));
  544. label_14->setText(QCoreApplication::translate("PluginDatabaseW", "Parameter Ins:", nullptr));
  545. label_15->setText(QCoreApplication::translate("PluginDatabaseW", "Parameter Outs:", nullptr));
  546. label_9->setText(QCoreApplication::translate("PluginDatabaseW", "Audio Outs:", nullptr));
  547. label_10->setText(QCoreApplication::translate("PluginDatabaseW", "CV Ins:", nullptr));
  548. la_id->setText(QCoreApplication::translate("PluginDatabaseW", "UniqueID:", nullptr));
  549. label_18->setText(QCoreApplication::translate("PluginDatabaseW", "Has Inline Display:", nullptr));
  550. label_17->setText(QCoreApplication::translate("PluginDatabaseW", "Has Custom GUI:", nullptr));
  551. label_19->setText(QCoreApplication::translate("PluginDatabaseW", "Is Synth:", nullptr));
  552. label_20->setText(QCoreApplication::translate("PluginDatabaseW", "Is Bridged:", nullptr));
  553. l_aouts->setText(QCoreApplication::translate("PluginDatabaseW", "TextLabel", nullptr));
  554. l_id->setText(QCoreApplication::translate("PluginDatabaseW", "TextLabel", nullptr));
  555. l_ains->setText(QCoreApplication::translate("PluginDatabaseW", "TextLabel", nullptr));
  556. l_synth->setText(QCoreApplication::translate("PluginDatabaseW", "TextLabel", nullptr));
  557. l_pins->setText(QCoreApplication::translate("PluginDatabaseW", "TextLabel", nullptr));
  558. l_cvins->setText(QCoreApplication::translate("PluginDatabaseW", "TextLabel", nullptr));
  559. l_pouts->setText(QCoreApplication::translate("PluginDatabaseW", "TextLabel", nullptr));
  560. l_mouts->setText(QCoreApplication::translate("PluginDatabaseW", "TextLabel", nullptr));
  561. l_mins->setText(QCoreApplication::translate("PluginDatabaseW", "TextLabel", nullptr));
  562. l_bridged->setText(QCoreApplication::translate("PluginDatabaseW", "TextLabel", nullptr));
  563. l_idisp->setText(QCoreApplication::translate("PluginDatabaseW", "TextLabel", nullptr));
  564. l_gui->setText(QCoreApplication::translate("PluginDatabaseW", "TextLabel", nullptr));
  565. l_cvouts->setText(QCoreApplication::translate("PluginDatabaseW", "TextLabel", nullptr));
  566. label_3->setText(QCoreApplication::translate("PluginDatabaseW", "Information", nullptr));
  567. tab_info->setTabText(tab_info->indexOf(tw_info), QString());
  568. QTableWidgetItem *___qtablewidgetitem = tableWidget->horizontalHeaderItem(1);
  569. ___qtablewidgetitem->setText(QCoreApplication::translate("PluginDatabaseW", "Name", nullptr));
  570. QTableWidgetItem *___qtablewidgetitem1 = tableWidget->horizontalHeaderItem(2);
  571. ___qtablewidgetitem1->setText(QCoreApplication::translate("PluginDatabaseW", "Label/URI", nullptr));
  572. QTableWidgetItem *___qtablewidgetitem2 = tableWidget->horizontalHeaderItem(3);
  573. ___qtablewidgetitem2->setText(QCoreApplication::translate("PluginDatabaseW", "Maker", nullptr));
  574. QTableWidgetItem *___qtablewidgetitem3 = tableWidget->horizontalHeaderItem(4);
  575. ___qtablewidgetitem3->setText(QCoreApplication::translate("PluginDatabaseW", "Binary/Filename", nullptr));
  576. } // retranslateUi
  577. };
  578. namespace Ui {
  579. class PluginDatabaseW: public Ui_PluginDatabaseW {};
  580. } // namespace Ui
  581. QT_END_NAMESPACE
  582. #endif // UI_CARLA_DATABASE_H