ui_colorFromScalarDlg.h 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'colorFromScalarDlg.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 5.15.10
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef UI_COLORFROMSCALARDLG_H
  9. #define UI_COLORFROMSCALARDLG_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QCheckBox>
  13. #include <QtWidgets/QComboBox>
  14. #include <QtWidgets/QDialog>
  15. #include <QtWidgets/QDialogButtonBox>
  16. #include <QtWidgets/QDoubleSpinBox>
  17. #include <QtWidgets/QFrame>
  18. #include <QtWidgets/QGroupBox>
  19. #include <QtWidgets/QHBoxLayout>
  20. #include <QtWidgets/QLabel>
  21. #include <QtWidgets/QRadioButton>
  22. #include <QtWidgets/QSpacerItem>
  23. #include <QtWidgets/QVBoxLayout>
  24. QT_BEGIN_NAMESPACE
  25. class Ui_ColorFromScalarDialog
  26. {
  27. public:
  28. QVBoxLayout *verticalLayout;
  29. QHBoxLayout *horizontalLayout;
  30. QLabel *label;
  31. QRadioButton *toggleRGB;
  32. QRadioButton *toggleHSV;
  33. QSpacerItem *horizontalSpacer_4;
  34. QGroupBox *mRedGroupBox;
  35. QVBoxLayout *verticalLayout_2;
  36. QHBoxLayout *horizontalLayout_2;
  37. QLabel *mRedLabel;
  38. QSpacerItem *horizontalSpacer;
  39. QComboBox *channelComboR;
  40. QLabel *MinLabelR;
  41. QDoubleSpinBox *minInputSpinBoxR;
  42. QSpacerItem *horizontalSpacer_5;
  43. QCheckBox *fixR;
  44. QCheckBox *reverseR;
  45. QSpacerItem *horizontalSpacer_6;
  46. QLabel *MaxLabelR;
  47. QDoubleSpinBox *maxInputSpinBoxR;
  48. QFrame *histoFrameR;
  49. QGroupBox *mGreenGroupBox;
  50. QVBoxLayout *verticalLayout_3;
  51. QHBoxLayout *horizontalLayout_4;
  52. QLabel *mGreenLabel;
  53. QSpacerItem *horizontalSpacer_2;
  54. QComboBox *channelComboG;
  55. QLabel *MinLabelG;
  56. QDoubleSpinBox *minInputSpinBoxG;
  57. QSpacerItem *horizontalSpacer_10;
  58. QCheckBox *fixG;
  59. QCheckBox *reverseG;
  60. QSpacerItem *horizontalSpacer_8;
  61. QLabel *MaxLabelG;
  62. QDoubleSpinBox *maxInputSpinBoxG;
  63. QFrame *histoFrameG;
  64. QGroupBox *mBlueGroupBox;
  65. QVBoxLayout *verticalLayout_4;
  66. QHBoxLayout *horizontalLayout_5;
  67. QLabel *mBlueLabel;
  68. QSpacerItem *horizontalSpacer_3;
  69. QComboBox *channelComboB;
  70. QLabel *MinLabelB;
  71. QDoubleSpinBox *minInputSpinBoxB;
  72. QSpacerItem *horizontalSpacer_7;
  73. QCheckBox *fixB;
  74. QCheckBox *reverseB;
  75. QSpacerItem *horizontalSpacer_9;
  76. QLabel *MaxLabelB;
  77. QDoubleSpinBox *maxInputSpinBoxB;
  78. QFrame *histoFrameB;
  79. QGroupBox *mAlphaGroupBox;
  80. QVBoxLayout *verticalLayout_5;
  81. QHBoxLayout *horizontalLayout_7;
  82. QLabel *mAlphaLabel;
  83. QSpacerItem *horizontalSpacer_11;
  84. QComboBox *channelComboA;
  85. QLabel *MinLabelA;
  86. QDoubleSpinBox *minInputSpinBoxA;
  87. QSpacerItem *horizontalSpacer_15;
  88. QCheckBox *fixA;
  89. QCheckBox *reverseA;
  90. QSpacerItem *horizontalSpacer_16;
  91. QLabel *MaxLabelA;
  92. QDoubleSpinBox *maxInputSpinBoxA;
  93. QFrame *histoFrameA;
  94. QDialogButtonBox *buttonBox;
  95. void setupUi(QDialog *ColorFromScalarDialog)
  96. {
  97. if (ColorFromScalarDialog->objectName().isEmpty())
  98. ColorFromScalarDialog->setObjectName(QString::fromUtf8("ColorFromScalarDialog"));
  99. ColorFromScalarDialog->resize(620, 800);
  100. verticalLayout = new QVBoxLayout(ColorFromScalarDialog);
  101. verticalLayout->setSpacing(6);
  102. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  103. verticalLayout->setContentsMargins(6, 6, 6, 6);
  104. horizontalLayout = new QHBoxLayout();
  105. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  106. horizontalLayout->setContentsMargins(6, -1, -1, -1);
  107. label = new QLabel(ColorFromScalarDialog);
  108. label->setObjectName(QString::fromUtf8("label"));
  109. horizontalLayout->addWidget(label);
  110. toggleRGB = new QRadioButton(ColorFromScalarDialog);
  111. toggleRGB->setObjectName(QString::fromUtf8("toggleRGB"));
  112. toggleRGB->setChecked(true);
  113. horizontalLayout->addWidget(toggleRGB);
  114. toggleHSV = new QRadioButton(ColorFromScalarDialog);
  115. toggleHSV->setObjectName(QString::fromUtf8("toggleHSV"));
  116. horizontalLayout->addWidget(toggleHSV);
  117. horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  118. horizontalLayout->addItem(horizontalSpacer_4);
  119. verticalLayout->addLayout(horizontalLayout);
  120. mRedGroupBox = new QGroupBox(ColorFromScalarDialog);
  121. mRedGroupBox->setObjectName(QString::fromUtf8("mRedGroupBox"));
  122. QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding);
  123. sizePolicy.setHorizontalStretch(0);
  124. sizePolicy.setVerticalStretch(0);
  125. sizePolicy.setHeightForWidth(mRedGroupBox->sizePolicy().hasHeightForWidth());
  126. mRedGroupBox->setSizePolicy(sizePolicy);
  127. QFont font;
  128. font.setBold(false);
  129. font.setWeight(50);
  130. mRedGroupBox->setFont(font);
  131. verticalLayout_2 = new QVBoxLayout(mRedGroupBox);
  132. verticalLayout_2->setSpacing(3);
  133. verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
  134. verticalLayout_2->setContentsMargins(6, 0, 6, 6);
  135. horizontalLayout_2 = new QHBoxLayout();
  136. horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
  137. mRedLabel = new QLabel(mRedGroupBox);
  138. mRedLabel->setObjectName(QString::fromUtf8("mRedLabel"));
  139. QFont font1;
  140. font1.setBold(true);
  141. font1.setUnderline(true);
  142. font1.setWeight(75);
  143. mRedLabel->setFont(font1);
  144. horizontalLayout_2->addWidget(mRedLabel);
  145. horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  146. horizontalLayout_2->addItem(horizontalSpacer);
  147. channelComboR = new QComboBox(mRedGroupBox);
  148. channelComboR->addItem(QString());
  149. channelComboR->addItem(QString());
  150. channelComboR->addItem(QString());
  151. channelComboR->addItem(QString());
  152. channelComboR->setObjectName(QString::fromUtf8("channelComboR"));
  153. horizontalLayout_2->addWidget(channelComboR);
  154. MinLabelR = new QLabel(mRedGroupBox);
  155. MinLabelR->setObjectName(QString::fromUtf8("MinLabelR"));
  156. horizontalLayout_2->addWidget(MinLabelR);
  157. minInputSpinBoxR = new QDoubleSpinBox(mRedGroupBox);
  158. minInputSpinBoxR->setObjectName(QString::fromUtf8("minInputSpinBoxR"));
  159. horizontalLayout_2->addWidget(minInputSpinBoxR);
  160. horizontalSpacer_5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  161. horizontalLayout_2->addItem(horizontalSpacer_5);
  162. fixR = new QCheckBox(mRedGroupBox);
  163. fixR->setObjectName(QString::fromUtf8("fixR"));
  164. horizontalLayout_2->addWidget(fixR);
  165. reverseR = new QCheckBox(mRedGroupBox);
  166. reverseR->setObjectName(QString::fromUtf8("reverseR"));
  167. horizontalLayout_2->addWidget(reverseR);
  168. horizontalSpacer_6 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  169. horizontalLayout_2->addItem(horizontalSpacer_6);
  170. MaxLabelR = new QLabel(mRedGroupBox);
  171. MaxLabelR->setObjectName(QString::fromUtf8("MaxLabelR"));
  172. horizontalLayout_2->addWidget(MaxLabelR);
  173. maxInputSpinBoxR = new QDoubleSpinBox(mRedGroupBox);
  174. maxInputSpinBoxR->setObjectName(QString::fromUtf8("maxInputSpinBoxR"));
  175. horizontalLayout_2->addWidget(maxInputSpinBoxR);
  176. verticalLayout_2->addLayout(horizontalLayout_2);
  177. histoFrameR = new QFrame(mRedGroupBox);
  178. histoFrameR->setObjectName(QString::fromUtf8("histoFrameR"));
  179. sizePolicy.setHeightForWidth(histoFrameR->sizePolicy().hasHeightForWidth());
  180. histoFrameR->setSizePolicy(sizePolicy);
  181. histoFrameR->setFrameShape(QFrame::StyledPanel);
  182. verticalLayout_2->addWidget(histoFrameR);
  183. verticalLayout->addWidget(mRedGroupBox);
  184. mGreenGroupBox = new QGroupBox(ColorFromScalarDialog);
  185. mGreenGroupBox->setObjectName(QString::fromUtf8("mGreenGroupBox"));
  186. verticalLayout_3 = new QVBoxLayout(mGreenGroupBox);
  187. verticalLayout_3->setSpacing(3);
  188. verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
  189. verticalLayout_3->setContentsMargins(6, 0, 6, 6);
  190. horizontalLayout_4 = new QHBoxLayout();
  191. horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
  192. mGreenLabel = new QLabel(mGreenGroupBox);
  193. mGreenLabel->setObjectName(QString::fromUtf8("mGreenLabel"));
  194. mGreenLabel->setFont(font1);
  195. horizontalLayout_4->addWidget(mGreenLabel);
  196. horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  197. horizontalLayout_4->addItem(horizontalSpacer_2);
  198. channelComboG = new QComboBox(mGreenGroupBox);
  199. channelComboG->addItem(QString());
  200. channelComboG->addItem(QString());
  201. channelComboG->addItem(QString());
  202. channelComboG->addItem(QString());
  203. channelComboG->setObjectName(QString::fromUtf8("channelComboG"));
  204. horizontalLayout_4->addWidget(channelComboG);
  205. MinLabelG = new QLabel(mGreenGroupBox);
  206. MinLabelG->setObjectName(QString::fromUtf8("MinLabelG"));
  207. horizontalLayout_4->addWidget(MinLabelG);
  208. minInputSpinBoxG = new QDoubleSpinBox(mGreenGroupBox);
  209. minInputSpinBoxG->setObjectName(QString::fromUtf8("minInputSpinBoxG"));
  210. horizontalLayout_4->addWidget(minInputSpinBoxG);
  211. horizontalSpacer_10 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  212. horizontalLayout_4->addItem(horizontalSpacer_10);
  213. fixG = new QCheckBox(mGreenGroupBox);
  214. fixG->setObjectName(QString::fromUtf8("fixG"));
  215. horizontalLayout_4->addWidget(fixG);
  216. reverseG = new QCheckBox(mGreenGroupBox);
  217. reverseG->setObjectName(QString::fromUtf8("reverseG"));
  218. horizontalLayout_4->addWidget(reverseG);
  219. horizontalSpacer_8 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  220. horizontalLayout_4->addItem(horizontalSpacer_8);
  221. MaxLabelG = new QLabel(mGreenGroupBox);
  222. MaxLabelG->setObjectName(QString::fromUtf8("MaxLabelG"));
  223. horizontalLayout_4->addWidget(MaxLabelG);
  224. maxInputSpinBoxG = new QDoubleSpinBox(mGreenGroupBox);
  225. maxInputSpinBoxG->setObjectName(QString::fromUtf8("maxInputSpinBoxG"));
  226. horizontalLayout_4->addWidget(maxInputSpinBoxG);
  227. verticalLayout_3->addLayout(horizontalLayout_4);
  228. histoFrameG = new QFrame(mGreenGroupBox);
  229. histoFrameG->setObjectName(QString::fromUtf8("histoFrameG"));
  230. sizePolicy.setHeightForWidth(histoFrameG->sizePolicy().hasHeightForWidth());
  231. histoFrameG->setSizePolicy(sizePolicy);
  232. histoFrameG->setFrameShape(QFrame::StyledPanel);
  233. histoFrameG->setFrameShadow(QFrame::Raised);
  234. verticalLayout_3->addWidget(histoFrameG);
  235. verticalLayout->addWidget(mGreenGroupBox);
  236. mBlueGroupBox = new QGroupBox(ColorFromScalarDialog);
  237. mBlueGroupBox->setObjectName(QString::fromUtf8("mBlueGroupBox"));
  238. verticalLayout_4 = new QVBoxLayout(mBlueGroupBox);
  239. verticalLayout_4->setSpacing(3);
  240. verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
  241. verticalLayout_4->setContentsMargins(6, 0, 6, 6);
  242. horizontalLayout_5 = new QHBoxLayout();
  243. horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
  244. mBlueLabel = new QLabel(mBlueGroupBox);
  245. mBlueLabel->setObjectName(QString::fromUtf8("mBlueLabel"));
  246. mBlueLabel->setFont(font1);
  247. horizontalLayout_5->addWidget(mBlueLabel);
  248. horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  249. horizontalLayout_5->addItem(horizontalSpacer_3);
  250. channelComboB = new QComboBox(mBlueGroupBox);
  251. channelComboB->addItem(QString());
  252. channelComboB->addItem(QString());
  253. channelComboB->addItem(QString());
  254. channelComboB->addItem(QString());
  255. channelComboB->setObjectName(QString::fromUtf8("channelComboB"));
  256. horizontalLayout_5->addWidget(channelComboB);
  257. MinLabelB = new QLabel(mBlueGroupBox);
  258. MinLabelB->setObjectName(QString::fromUtf8("MinLabelB"));
  259. horizontalLayout_5->addWidget(MinLabelB);
  260. minInputSpinBoxB = new QDoubleSpinBox(mBlueGroupBox);
  261. minInputSpinBoxB->setObjectName(QString::fromUtf8("minInputSpinBoxB"));
  262. horizontalLayout_5->addWidget(minInputSpinBoxB);
  263. horizontalSpacer_7 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  264. horizontalLayout_5->addItem(horizontalSpacer_7);
  265. fixB = new QCheckBox(mBlueGroupBox);
  266. fixB->setObjectName(QString::fromUtf8("fixB"));
  267. horizontalLayout_5->addWidget(fixB);
  268. reverseB = new QCheckBox(mBlueGroupBox);
  269. reverseB->setObjectName(QString::fromUtf8("reverseB"));
  270. horizontalLayout_5->addWidget(reverseB);
  271. horizontalSpacer_9 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  272. horizontalLayout_5->addItem(horizontalSpacer_9);
  273. MaxLabelB = new QLabel(mBlueGroupBox);
  274. MaxLabelB->setObjectName(QString::fromUtf8("MaxLabelB"));
  275. horizontalLayout_5->addWidget(MaxLabelB);
  276. maxInputSpinBoxB = new QDoubleSpinBox(mBlueGroupBox);
  277. maxInputSpinBoxB->setObjectName(QString::fromUtf8("maxInputSpinBoxB"));
  278. horizontalLayout_5->addWidget(maxInputSpinBoxB);
  279. verticalLayout_4->addLayout(horizontalLayout_5);
  280. histoFrameB = new QFrame(mBlueGroupBox);
  281. histoFrameB->setObjectName(QString::fromUtf8("histoFrameB"));
  282. sizePolicy.setHeightForWidth(histoFrameB->sizePolicy().hasHeightForWidth());
  283. histoFrameB->setSizePolicy(sizePolicy);
  284. histoFrameB->setFrameShape(QFrame::StyledPanel);
  285. histoFrameB->setFrameShadow(QFrame::Raised);
  286. verticalLayout_4->addWidget(histoFrameB);
  287. verticalLayout->addWidget(mBlueGroupBox);
  288. mAlphaGroupBox = new QGroupBox(ColorFromScalarDialog);
  289. mAlphaGroupBox->setObjectName(QString::fromUtf8("mAlphaGroupBox"));
  290. verticalLayout_5 = new QVBoxLayout(mAlphaGroupBox);
  291. verticalLayout_5->setSpacing(3);
  292. verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
  293. verticalLayout_5->setContentsMargins(6, 0, 6, 6);
  294. horizontalLayout_7 = new QHBoxLayout();
  295. horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7"));
  296. mAlphaLabel = new QLabel(mAlphaGroupBox);
  297. mAlphaLabel->setObjectName(QString::fromUtf8("mAlphaLabel"));
  298. mAlphaLabel->setFont(font1);
  299. horizontalLayout_7->addWidget(mAlphaLabel);
  300. horizontalSpacer_11 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  301. horizontalLayout_7->addItem(horizontalSpacer_11);
  302. channelComboA = new QComboBox(mAlphaGroupBox);
  303. channelComboA->addItem(QString());
  304. channelComboA->addItem(QString());
  305. channelComboA->addItem(QString());
  306. channelComboA->addItem(QString());
  307. channelComboA->setObjectName(QString::fromUtf8("channelComboA"));
  308. horizontalLayout_7->addWidget(channelComboA);
  309. MinLabelA = new QLabel(mAlphaGroupBox);
  310. MinLabelA->setObjectName(QString::fromUtf8("MinLabelA"));
  311. horizontalLayout_7->addWidget(MinLabelA);
  312. minInputSpinBoxA = new QDoubleSpinBox(mAlphaGroupBox);
  313. minInputSpinBoxA->setObjectName(QString::fromUtf8("minInputSpinBoxA"));
  314. horizontalLayout_7->addWidget(minInputSpinBoxA);
  315. horizontalSpacer_15 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  316. horizontalLayout_7->addItem(horizontalSpacer_15);
  317. fixA = new QCheckBox(mAlphaGroupBox);
  318. fixA->setObjectName(QString::fromUtf8("fixA"));
  319. fixA->setChecked(false);
  320. horizontalLayout_7->addWidget(fixA);
  321. reverseA = new QCheckBox(mAlphaGroupBox);
  322. reverseA->setObjectName(QString::fromUtf8("reverseA"));
  323. horizontalLayout_7->addWidget(reverseA);
  324. horizontalSpacer_16 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  325. horizontalLayout_7->addItem(horizontalSpacer_16);
  326. MaxLabelA = new QLabel(mAlphaGroupBox);
  327. MaxLabelA->setObjectName(QString::fromUtf8("MaxLabelA"));
  328. horizontalLayout_7->addWidget(MaxLabelA);
  329. maxInputSpinBoxA = new QDoubleSpinBox(mAlphaGroupBox);
  330. maxInputSpinBoxA->setObjectName(QString::fromUtf8("maxInputSpinBoxA"));
  331. horizontalLayout_7->addWidget(maxInputSpinBoxA);
  332. verticalLayout_5->addLayout(horizontalLayout_7);
  333. histoFrameA = new QFrame(mAlphaGroupBox);
  334. histoFrameA->setObjectName(QString::fromUtf8("histoFrameA"));
  335. sizePolicy.setHeightForWidth(histoFrameA->sizePolicy().hasHeightForWidth());
  336. histoFrameA->setSizePolicy(sizePolicy);
  337. histoFrameA->setFrameShape(QFrame::StyledPanel);
  338. histoFrameA->setFrameShadow(QFrame::Raised);
  339. verticalLayout_5->addWidget(histoFrameA);
  340. verticalLayout->addWidget(mAlphaGroupBox);
  341. buttonBox = new QDialogButtonBox(ColorFromScalarDialog);
  342. buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  343. buttonBox->setOrientation(Qt::Horizontal);
  344. buttonBox->setStandardButtons(QDialogButtonBox::Apply|QDialogButtonBox::Close);
  345. verticalLayout->addWidget(buttonBox);
  346. retranslateUi(ColorFromScalarDialog);
  347. QObject::connect(buttonBox, SIGNAL(accepted()), ColorFromScalarDialog, SLOT(accept()));
  348. QObject::connect(buttonBox, SIGNAL(rejected()), ColorFromScalarDialog, SLOT(reject()));
  349. QMetaObject::connectSlotsByName(ColorFromScalarDialog);
  350. } // setupUi
  351. void retranslateUi(QDialog *ColorFromScalarDialog)
  352. {
  353. ColorFromScalarDialog->setWindowTitle(QCoreApplication::translate("ColorFromScalarDialog", "Color From Scalar Fields", nullptr));
  354. label->setText(QCoreApplication::translate("ColorFromScalarDialog", "Mapping type:", nullptr));
  355. toggleRGB->setText(QCoreApplication::translate("ColorFromScalarDialog", "To RGB", nullptr));
  356. toggleHSV->setText(QCoreApplication::translate("ColorFromScalarDialog", "To HSV", nullptr));
  357. mRedLabel->setText(QCoreApplication::translate("ColorFromScalarDialog", "Red", nullptr));
  358. channelComboR->setItemText(0, QCoreApplication::translate("ColorFromScalarDialog", "RGB", nullptr));
  359. channelComboR->setItemText(1, QCoreApplication::translate("ColorFromScalarDialog", "Red", nullptr));
  360. channelComboR->setItemText(2, QCoreApplication::translate("ColorFromScalarDialog", "Green", nullptr));
  361. channelComboR->setItemText(3, QCoreApplication::translate("ColorFromScalarDialog", "Blue", nullptr));
  362. channelComboR->setCurrentText(QCoreApplication::translate("ColorFromScalarDialog", "RGB", nullptr));
  363. MinLabelR->setText(QCoreApplication::translate("ColorFromScalarDialog", "Minimum:", nullptr));
  364. fixR->setText(QCoreApplication::translate("ColorFromScalarDialog", "Fix", nullptr));
  365. reverseR->setText(QCoreApplication::translate("ColorFromScalarDialog", "Reverse", nullptr));
  366. MaxLabelR->setText(QCoreApplication::translate("ColorFromScalarDialog", "Maximum:", nullptr));
  367. mGreenGroupBox->setTitle(QString());
  368. mGreenLabel->setText(QCoreApplication::translate("ColorFromScalarDialog", "Green", nullptr));
  369. channelComboG->setItemText(0, QCoreApplication::translate("ColorFromScalarDialog", "RGB", nullptr));
  370. channelComboG->setItemText(1, QCoreApplication::translate("ColorFromScalarDialog", "Red", nullptr));
  371. channelComboG->setItemText(2, QCoreApplication::translate("ColorFromScalarDialog", "Green", nullptr));
  372. channelComboG->setItemText(3, QCoreApplication::translate("ColorFromScalarDialog", "Blue", nullptr));
  373. channelComboG->setCurrentText(QCoreApplication::translate("ColorFromScalarDialog", "RGB", nullptr));
  374. MinLabelG->setText(QCoreApplication::translate("ColorFromScalarDialog", "Minimum:", nullptr));
  375. fixG->setText(QCoreApplication::translate("ColorFromScalarDialog", "Fix", nullptr));
  376. reverseG->setText(QCoreApplication::translate("ColorFromScalarDialog", "Reverse", nullptr));
  377. MaxLabelG->setText(QCoreApplication::translate("ColorFromScalarDialog", "Maximum:", nullptr));
  378. mBlueGroupBox->setTitle(QString());
  379. mBlueLabel->setText(QCoreApplication::translate("ColorFromScalarDialog", "Blue", nullptr));
  380. channelComboB->setItemText(0, QCoreApplication::translate("ColorFromScalarDialog", "RGB", nullptr));
  381. channelComboB->setItemText(1, QCoreApplication::translate("ColorFromScalarDialog", "Red", nullptr));
  382. channelComboB->setItemText(2, QCoreApplication::translate("ColorFromScalarDialog", "Green", nullptr));
  383. channelComboB->setItemText(3, QCoreApplication::translate("ColorFromScalarDialog", "Blue", nullptr));
  384. channelComboB->setCurrentText(QCoreApplication::translate("ColorFromScalarDialog", "RGB", nullptr));
  385. MinLabelB->setText(QCoreApplication::translate("ColorFromScalarDialog", "Minimum:", nullptr));
  386. fixB->setText(QCoreApplication::translate("ColorFromScalarDialog", "Fix", nullptr));
  387. reverseB->setText(QCoreApplication::translate("ColorFromScalarDialog", "Reverse", nullptr));
  388. MaxLabelB->setText(QCoreApplication::translate("ColorFromScalarDialog", "Maximum:", nullptr));
  389. mAlphaGroupBox->setTitle(QString());
  390. mAlphaLabel->setText(QCoreApplication::translate("ColorFromScalarDialog", "Alpha", nullptr));
  391. channelComboA->setItemText(0, QCoreApplication::translate("ColorFromScalarDialog", "RGB", nullptr));
  392. channelComboA->setItemText(1, QCoreApplication::translate("ColorFromScalarDialog", "Red", nullptr));
  393. channelComboA->setItemText(2, QCoreApplication::translate("ColorFromScalarDialog", "Green", nullptr));
  394. channelComboA->setItemText(3, QCoreApplication::translate("ColorFromScalarDialog", "Blue", nullptr));
  395. channelComboA->setCurrentText(QCoreApplication::translate("ColorFromScalarDialog", "RGB", nullptr));
  396. MinLabelA->setText(QCoreApplication::translate("ColorFromScalarDialog", "Minimum:", nullptr));
  397. fixA->setText(QCoreApplication::translate("ColorFromScalarDialog", "Fix", nullptr));
  398. reverseA->setText(QCoreApplication::translate("ColorFromScalarDialog", "Reverse", nullptr));
  399. MaxLabelA->setText(QCoreApplication::translate("ColorFromScalarDialog", "Maximum:", nullptr));
  400. } // retranslateUi
  401. };
  402. namespace Ui {
  403. class ColorFromScalarDialog: public Ui_ColorFromScalarDialog {};
  404. } // namespace Ui
  405. QT_END_NAMESPACE
  406. #endif // UI_COLORFROMSCALARDLG_H