Isis 3.0
Back | Home
ui_optionsWidget.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'optionsWidget.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.6.0
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_OPTIONSWIDGET_H
10 #define UI_OPTIONSWIDGET_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QComboBox>
17 #include <QtWidgets/QGridLayout>
18 #include <QtWidgets/QHBoxLayout>
19 #include <QtWidgets/QHeaderView>
20 #include <QtWidgets/QLabel>
21 #include <QtWidgets/QLineEdit>
22 #include <QtWidgets/QRadioButton>
23 #include <QtWidgets/QSlider>
24 #include <QtWidgets/QSpacerItem>
25 #include <QtWidgets/QSpinBox>
26 #include <QtWidgets/QTabWidget>
27 #include <QtWidgets/QVBoxLayout>
28 #include <QtWidgets/QWidget>
29 #include "kcolorbutton.h"
30 
31 QT_BEGIN_NAMESPACE
32 
34 {
35 public:
36  QTabWidget *matrixOptionsTabs;
38  QGridLayout *mainLayout;
39  QHBoxLayout *colorPageLayout;
40  QVBoxLayout *toleranceLayout;
41  QRadioButton *toleranceRadioButton;
42  QHBoxLayout *toleranceOptionsLayout;
43  QSlider *toleranceSlider;
44  QVBoxLayout *toleranceEditsLayout;
45  QHBoxLayout *badCorrelationLayout;
48  QSpacerItem *badTolSpacer;
49  QHBoxLayout *enterToleranceLayout;
50  QLabel *toleranceLabel;
51  QLineEdit *toleranceLineEdit;
52  QSpacerItem *tolGoodSpacer;
53  QHBoxLayout *goodCorrelationLayout;
56  QVBoxLayout *gradientLayout;
57  QRadioButton *gradientRadioButton;
58  QSpacerItem *gradientSpacer;
61  QHBoxLayout *focusPageLayout;
62  QHBoxLayout *focusPageLayout_2;
63  QVBoxLayout *focusOptionsLayout;
76  QVBoxLayout *focusToleranceLayout;
78  QHBoxLayout *toleranceEditLayout;
81  QHBoxLayout *elementsLayout;
82  QVBoxLayout *goodElementsLayout;
85  QVBoxLayout *badElementsLayout;
89  QVBoxLayout *currentElementData;
90  QHBoxLayout *correlationLayout;
92  QLabel *currentValue;
93  QHBoxLayout *image1Layout;
94  QLabel *image1Name;
95  QLabel *parameter1Name;
96  QHBoxLayout *image2Layout;
97  QLabel *image2Name;
98  QLabel *parameter2Name;
99 
100  void setupUi(QWidget *matrixOptionsWidget)
101  {
102  if (matrixOptionsWidget->objectName().isEmpty())
103  matrixOptionsWidget->setObjectName(QStringLiteral("matrixOptionsWidget"));
104  matrixOptionsWidget->resize(597, 549);
105  matrixOptionsTabs = new QTabWidget(matrixOptionsWidget);
106  matrixOptionsTabs->setObjectName(QStringLiteral("matrixOptionsTabs"));
107  matrixOptionsTabs->setGeometry(QRect(9, 9, 581, 391));
108  colorOptionsPage = new QWidget();
109  colorOptionsPage->setObjectName(QStringLiteral("colorOptionsPage"));
110  mainLayout = new QGridLayout(colorOptionsPage);
111  mainLayout->setObjectName(QStringLiteral("mainLayout"));
112  colorPageLayout = new QHBoxLayout();
113  colorPageLayout->setObjectName(QStringLiteral("colorPageLayout"));
114  toleranceLayout = new QVBoxLayout();
115  toleranceLayout->setObjectName(QStringLiteral("toleranceLayout"));
116  toleranceRadioButton = new QRadioButton(colorOptionsPage);
117  toleranceRadioButton->setObjectName(QStringLiteral("toleranceRadioButton"));
118 
120 
121  toleranceOptionsLayout = new QHBoxLayout();
122  toleranceOptionsLayout->setObjectName(QStringLiteral("toleranceOptionsLayout"));
123  toleranceSlider = new QSlider(colorOptionsPage);
124  toleranceSlider->setObjectName(QStringLiteral("toleranceSlider"));
125  toleranceSlider->setOrientation(Qt::Vertical);
126 
128 
129  toleranceEditsLayout = new QVBoxLayout();
130  toleranceEditsLayout->setObjectName(QStringLiteral("toleranceEditsLayout"));
131  badCorrelationLayout = new QHBoxLayout();
132  badCorrelationLayout->setObjectName(QStringLiteral("badCorrelationLayout"));
134  badCorrelationLabel->setObjectName(QStringLiteral("badCorrelationLabel"));
135 
137 
138  badCorrelationColorButton = new KColorButton(colorOptionsPage);
139  badCorrelationColorButton->setObjectName(QStringLiteral("badCorrelationColorButton"));
140 
142 
143 
145 
146  badTolSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
147 
149 
150  enterToleranceLayout = new QHBoxLayout();
151  enterToleranceLayout->setObjectName(QStringLiteral("enterToleranceLayout"));
152  toleranceLabel = new QLabel(colorOptionsPage);
153  toleranceLabel->setObjectName(QStringLiteral("toleranceLabel"));
154 
156 
157  toleranceLineEdit = new QLineEdit(colorOptionsPage);
158  toleranceLineEdit->setObjectName(QStringLiteral("toleranceLineEdit"));
159  QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Fixed);
160  sizePolicy.setHorizontalStretch(0);
161  sizePolicy.setVerticalStretch(0);
162  sizePolicy.setHeightForWidth(toleranceLineEdit->sizePolicy().hasHeightForWidth());
163  toleranceLineEdit->setSizePolicy(sizePolicy);
164  toleranceLineEdit->setMaximumSize(QSize(100, 30));
165 
167 
168 
170 
171  tolGoodSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
172 
174 
175  goodCorrelationLayout = new QHBoxLayout();
176  goodCorrelationLayout->setObjectName(QStringLiteral("goodCorrelationLayout"));
178  goodCorrelationLabel->setObjectName(QStringLiteral("goodCorrelationLabel"));
179 
181 
182  goodCorrelationColorButton = new KColorButton(colorOptionsPage);
183  goodCorrelationColorButton->setObjectName(QStringLiteral("goodCorrelationColorButton"));
184 
186 
187 
189 
190 
192 
193 
195 
196 
197  colorPageLayout->addLayout(toleranceLayout);
198 
199  gradientLayout = new QVBoxLayout();
200  gradientLayout->setObjectName(QStringLiteral("gradientLayout"));
201  gradientRadioButton = new QRadioButton(colorOptionsPage);
202  gradientRadioButton->setObjectName(QStringLiteral("gradientRadioButton"));
203 
205 
206  gradientSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
207 
208  gradientLayout->addItem(gradientSpacer);
209 
210 
211  colorPageLayout->addLayout(gradientLayout);
212 
213 
214  mainLayout->addLayout(colorPageLayout, 0, 1, 1, 1);
215 
216  matrixOptionsTabs->addTab(colorOptionsPage, QString());
217  focusOptionsPage = new QWidget();
218  focusOptionsPage->setObjectName(QStringLiteral("focusOptionsPage"));
220  horizontalLayoutWidget_11->setObjectName(QStringLiteral("horizontalLayoutWidget_11"));
221  horizontalLayoutWidget_11->setGeometry(QRect(0, 0, 577, 351));
222  focusPageLayout = new QHBoxLayout(horizontalLayoutWidget_11);
223  focusPageLayout->setObjectName(QStringLiteral("focusPageLayout"));
224  focusPageLayout->setContentsMargins(0, 0, 0, 0);
225  focusPageLayout_2 = new QHBoxLayout();
226  focusPageLayout_2->setObjectName(QStringLiteral("focusPageLayout_2"));
227  focusOptionsLayout = new QVBoxLayout();
228  focusOptionsLayout->setObjectName(QStringLiteral("focusOptionsLayout"));
230  bestCorrelationRadioButton->setObjectName(QStringLiteral("bestCorrelationRadioButton"));
231 
233 
235  worstCorrelationRadioButton->setObjectName(QStringLiteral("worstCorrelationRadioButton"));
236 
238 
239  specificParametersLayout = new QVBoxLayout();
240  specificParametersLayout->setObjectName(QStringLiteral("specificParametersLayout"));
242  specificCorrelationRadioButton->setObjectName(QStringLiteral("specificCorrelationRadioButton"));
243 
245 
247  focusParametersLabel1->setObjectName(QStringLiteral("focusParametersLabel1"));
248  focusParametersLabel1->setMaximumSize(QSize(16777215, 30));
249 
251 
252  specificParameter1Layout = new QHBoxLayout();
253  specificParameter1Layout->setObjectName(QStringLiteral("specificParameter1Layout"));
255  image1ComboBox->setObjectName(QStringLiteral("image1ComboBox"));
256 
258 
260  parameter1ComboBox->setObjectName(QStringLiteral("parameter1ComboBox"));
261 
263 
264 
266 
268  focusParametersLabel2->setObjectName(QStringLiteral("focusParametersLabel2"));
269  focusParametersLabel2->setMaximumSize(QSize(16777215, 30));
270 
272 
273  specificPrameter2Layout = new QHBoxLayout();
274  specificPrameter2Layout->setObjectName(QStringLiteral("specificPrameter2Layout"));
276  image2ComboBox->setObjectName(QStringLiteral("image2ComboBox"));
277 
279 
281  parameter2ComboBox->setObjectName(QStringLiteral("parameter2ComboBox"));
282 
284 
285 
287 
288 
290 
291 
293 
294  focusToleranceLayout = new QVBoxLayout();
295  focusToleranceLayout->setObjectName(QStringLiteral("focusToleranceLayout"));
297  focusToleranceRadioButton->setObjectName(QStringLiteral("focusToleranceRadioButton"));
298 
300 
301  toleranceEditLayout = new QHBoxLayout();
302  toleranceEditLayout->setObjectName(QStringLiteral("toleranceEditLayout"));
304  focusToleranceLabel->setObjectName(QStringLiteral("focusToleranceLabel"));
305  focusToleranceLabel->setMaximumSize(QSize(16777215, 30));
306 
308 
310  focusToleranceLineEdit->setObjectName(QStringLiteral("focusToleranceLineEdit"));
311 
313 
314 
316 
317  elementsLayout = new QHBoxLayout();
318  elementsLayout->setObjectName(QStringLiteral("elementsLayout"));
319  goodElementsLayout = new QVBoxLayout();
320  goodElementsLayout->setObjectName(QStringLiteral("goodElementsLayout"));
322  goodElementsLabel->setObjectName(QStringLiteral("goodElementsLabel"));
323  goodElementsLabel->setMaximumSize(QSize(16777215, 30));
324  goodElementsLabel->setFocusPolicy(Qt::NoFocus);
325 
327 
329  goodElementsSpinBox->setObjectName(QStringLiteral("goodElementsSpinBox"));
330  QSizePolicy sizePolicy1(QSizePolicy::Minimum, QSizePolicy::Fixed);
331  sizePolicy1.setHorizontalStretch(0);
332  sizePolicy1.setVerticalStretch(0);
333  sizePolicy1.setHeightForWidth(goodElementsSpinBox->sizePolicy().hasHeightForWidth());
334  goodElementsSpinBox->setSizePolicy(sizePolicy1);
335  goodElementsSpinBox->setMaximumSize(QSize(16777215, 900));
336 
338 
339 
341 
342  badElementsLayout = new QVBoxLayout();
343  badElementsLayout->setObjectName(QStringLiteral("badElementsLayout"));
345  badElementsLabel->setObjectName(QStringLiteral("badElementsLabel"));
346  badElementsLabel->setMaximumSize(QSize(16777215, 30));
347 
349 
351  badElementsSpinBox->setObjectName(QStringLiteral("badElementsSpinBox"));
352  badElementsSpinBox->setMaximumSize(QSize(16777215, 600));
353 
355 
356 
357  elementsLayout->addLayout(badElementsLayout);
358 
359 
361 
362 
364 
365 
367 
368  matrixOptionsTabs->addTab(focusOptionsPage, QString());
369  verticalLayoutWidget = new QWidget(matrixOptionsWidget);
370  verticalLayoutWidget->setObjectName(QStringLiteral("verticalLayoutWidget"));
371  verticalLayoutWidget->setGeometry(QRect(10, 410, 581, 131));
372  currentElementData = new QVBoxLayout(verticalLayoutWidget);
373  currentElementData->setObjectName(QStringLiteral("currentElementData"));
374  currentElementData->setContentsMargins(0, 0, 0, 0);
375  correlationLayout = new QHBoxLayout();
376  correlationLayout->setObjectName(QStringLiteral("correlationLayout"));
378  correlationLabel->setObjectName(QStringLiteral("correlationLabel"));
379 
381 
382  currentValue = new QLabel(verticalLayoutWidget);
383  currentValue->setObjectName(QStringLiteral("currentValue"));
384 
385  correlationLayout->addWidget(currentValue);
386 
387 
389 
390  image1Layout = new QHBoxLayout();
391  image1Layout->setObjectName(QStringLiteral("image1Layout"));
392  image1Name = new QLabel(verticalLayoutWidget);
393  image1Name->setObjectName(QStringLiteral("image1Name"));
394 
395  image1Layout->addWidget(image1Name);
396 
397  parameter1Name = new QLabel(verticalLayoutWidget);
398  parameter1Name->setObjectName(QStringLiteral("parameter1Name"));
399 
400  image1Layout->addWidget(parameter1Name);
401 
402 
403  currentElementData->addLayout(image1Layout);
404 
405  image2Layout = new QHBoxLayout();
406  image2Layout->setObjectName(QStringLiteral("image2Layout"));
407  image2Name = new QLabel(verticalLayoutWidget);
408  image2Name->setObjectName(QStringLiteral("image2Name"));
409 
410  image2Layout->addWidget(image2Name);
411 
412  parameter2Name = new QLabel(verticalLayoutWidget);
413  parameter2Name->setObjectName(QStringLiteral("parameter2Name"));
414 
415  image2Layout->addWidget(parameter2Name);
416 
417 
418  currentElementData->addLayout(image2Layout);
419 
420 
421  retranslateUi(matrixOptionsWidget);
422 
423  matrixOptionsTabs->setCurrentIndex(0);
424 
425 
426  QMetaObject::connectSlotsByName(matrixOptionsWidget);
427  } // setupUi
428 
429  void retranslateUi(QWidget *matrixOptionsWidget)
430  {
431  matrixOptionsWidget->setWindowTitle(QApplication::translate("matrixOptionsWidget", "Matrix Options", 0));
432  toleranceRadioButton->setText(QApplication::translate("matrixOptionsWidget", "Pick Tolerance", 0));
433  badCorrelationLabel->setText(QApplication::translate("matrixOptionsWidget", "Bad Correlation", 0));
434  toleranceLabel->setText(QApplication::translate("matrixOptionsWidget", "Tolerance:", 0));
435  goodCorrelationLabel->setText(QApplication::translate("matrixOptionsWidget", "Good Correlation", 0));
436  gradientRadioButton->setText(QApplication::translate("matrixOptionsWidget", "Color Gradient", 0));
437  matrixOptionsTabs->setTabText(matrixOptionsTabs->indexOf(colorOptionsPage), QApplication::translate("matrixOptionsWidget", "Color Options", 0));
438  bestCorrelationRadioButton->setText(QApplication::translate("matrixOptionsWidget", "Best Correlation", 0));
439  worstCorrelationRadioButton->setText(QApplication::translate("matrixOptionsWidget", "Worst Correlation", 0));
440  specificCorrelationRadioButton->setText(QApplication::translate("matrixOptionsWidget", "Specific Parameters", 0));
441  focusParametersLabel1->setText(QApplication::translate("matrixOptionsWidget", "Image 1:", 0));
442  focusParametersLabel2->setText(QApplication::translate("matrixOptionsWidget", "Image 2:", 0));
443  focusToleranceRadioButton->setText(QApplication::translate("matrixOptionsWidget", "Tolerance", 0));
444  focusToleranceLabel->setText(QApplication::translate("matrixOptionsWidget", "Tolerance", 0));
445  goodElementsLabel->setText(QApplication::translate("matrixOptionsWidget", "Good Correlations", 0));
446  badElementsLabel->setText(QApplication::translate("matrixOptionsWidget", "Bad Correlations", 0));
447  matrixOptionsTabs->setTabText(matrixOptionsTabs->indexOf(focusOptionsPage), QApplication::translate("matrixOptionsWidget", "Focus Options", 0));
448  correlationLabel->setText(QApplication::translate("matrixOptionsWidget", "Current Correlation Value:", 0));
449  currentValue->setText(QApplication::translate("matrixOptionsWidget", "Current Value", 0));
450  image1Name->setText(QApplication::translate("matrixOptionsWidget", "Image 1 Name", 0));
451  parameter1Name->setText(QApplication::translate("matrixOptionsWidget", "Parameter 1 Name", 0));
452  image2Name->setText(QApplication::translate("matrixOptionsWidget", "Image 2 Name", 0));
453  parameter2Name->setText(QApplication::translate("matrixOptionsWidget", "Parameter 2 Name", 0));
454  } // retranslateUi
455 
456 };
457 
458 namespace Ui {
460 } // namespace Ui
461 
462 QT_END_NAMESPACE
463 
464 #endif // UI_OPTIONSWIDGET_H
QSlider * toleranceSlider
Definition: ui_optionsWidget.h:43
QHBoxLayout * focusPageLayout
Definition: ui_optionsWidget.h:61
QHBoxLayout * specificParameter1Layout
Definition: ui_optionsWidget.h:69
QVBoxLayout * currentElementData
Definition: ui_optionsWidget.h:89
QLabel * currentValue
Definition: ui_optionsWidget.h:92
void setupUi(QWidget *matrixOptionsWidget)
Definition: ui_optionsWidget.h:100
QLabel * focusToleranceLabel
Definition: ui_optionsWidget.h:79
QLabel * goodElementsLabel
Definition: ui_optionsWidget.h:83
QHBoxLayout * focusPageLayout_2
Definition: ui_optionsWidget.h:62
QVBoxLayout * focusOptionsLayout
Definition: ui_optionsWidget.h:63
QSpacerItem * gradientSpacer
Definition: ui_optionsWidget.h:58
QRadioButton * focusToleranceRadioButton
Definition: ui_optionsWidget.h:77
QLabel * focusParametersLabel2
Definition: ui_optionsWidget.h:72
QLabel * toleranceLabel
Definition: ui_optionsWidget.h:50
QLineEdit * toleranceLineEdit
Definition: ui_optionsWidget.h:51
QHBoxLayout * badCorrelationLayout
Definition: ui_optionsWidget.h:45
QWidget * verticalLayoutWidget
Definition: ui_optionsWidget.h:88
QRadioButton * specificCorrelationRadioButton
Definition: ui_optionsWidget.h:67
Definition: ui_optionsWidget.h:459
QComboBox * parameter2ComboBox
Definition: ui_optionsWidget.h:75
QComboBox * image1ComboBox
Definition: ui_optionsWidget.h:70
QHBoxLayout * elementsLayout
Definition: ui_optionsWidget.h:81
QHBoxLayout * specificPrameter2Layout
Definition: ui_optionsWidget.h:73
QLabel * parameter1Name
Definition: ui_optionsWidget.h:95
QLabel * image2Name
Definition: ui_optionsWidget.h:97
QTabWidget * matrixOptionsTabs
Definition: ui_optionsWidget.h:36
QComboBox * image2ComboBox
Definition: ui_optionsWidget.h:74
QVBoxLayout * goodElementsLayout
Definition: ui_optionsWidget.h:82
QLabel * badElementsLabel
Definition: ui_optionsWidget.h:86
QRadioButton * gradientRadioButton
Definition: ui_optionsWidget.h:57
QHBoxLayout * toleranceOptionsLayout
Definition: ui_optionsWidget.h:42
QVBoxLayout * toleranceLayout
Definition: ui_optionsWidget.h:40
QSpinBox * badElementsSpinBox
Definition: ui_optionsWidget.h:87
QLabel * focusParametersLabel1
Definition: ui_optionsWidget.h:68
QRadioButton * bestCorrelationRadioButton
Definition: ui_optionsWidget.h:64
QLabel * goodCorrelationLabel
Definition: ui_optionsWidget.h:54
QHBoxLayout * enterToleranceLayout
Definition: ui_optionsWidget.h:49
void retranslateUi(QWidget *matrixOptionsWidget)
Definition: ui_optionsWidget.h:429
QRadioButton * toleranceRadioButton
Definition: ui_optionsWidget.h:41
QVBoxLayout * focusToleranceLayout
Definition: ui_optionsWidget.h:76
QRadioButton * worstCorrelationRadioButton
Definition: ui_optionsWidget.h:65
QSpacerItem * tolGoodSpacer
Definition: ui_optionsWidget.h:52
QVBoxLayout * badElementsLayout
Definition: ui_optionsWidget.h:85
QHBoxLayout * colorPageLayout
Definition: ui_optionsWidget.h:39
Definition: ui_optionsWidget.h:33
QGridLayout * mainLayout
Definition: ui_optionsWidget.h:38
QWidget * colorOptionsPage
Definition: ui_optionsWidget.h:37
QWidget * horizontalLayoutWidget_11
Definition: ui_optionsWidget.h:60
KColorButton * goodCorrelationColorButton
Definition: ui_optionsWidget.h:55
QSpinBox * goodElementsSpinBox
Definition: ui_optionsWidget.h:84
QHBoxLayout * image2Layout
Definition: ui_optionsWidget.h:96
QLabel * correlationLabel
Definition: ui_optionsWidget.h:91
KColorButton * badCorrelationColorButton
Definition: ui_optionsWidget.h:47
QHBoxLayout * goodCorrelationLayout
Definition: ui_optionsWidget.h:53
QLabel * badCorrelationLabel
Definition: ui_optionsWidget.h:46
QHBoxLayout * correlationLayout
Definition: ui_optionsWidget.h:90
QVBoxLayout * gradientLayout
Definition: ui_optionsWidget.h:56
QHBoxLayout * toleranceEditLayout
Definition: ui_optionsWidget.h:78
QLabel * parameter2Name
Definition: ui_optionsWidget.h:98
QComboBox * parameter1ComboBox
Definition: ui_optionsWidget.h:71
QSpacerItem * badTolSpacer
Definition: ui_optionsWidget.h:48
QLabel * image1Name
Definition: ui_optionsWidget.h:94
QLineEdit * focusToleranceLineEdit
Definition: ui_optionsWidget.h:80
QVBoxLayout * toleranceEditsLayout
Definition: ui_optionsWidget.h:44
QWidget * focusOptionsPage
Definition: ui_optionsWidget.h:59
QHBoxLayout * image1Layout
Definition: ui_optionsWidget.h:93
QVBoxLayout * specificParametersLayout
Definition: ui_optionsWidget.h:66

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the ISIS Support Center
File Modified: 07/13/2023 00:05:55