Volume Renderer DoF
ui_ViewWindow.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'ViewWindow.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.8.0
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_VIEWWINDOW_H
10 #define UI_VIEWWINDOW_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QDialog>
17 #include <QtWidgets/QDialogButtonBox>
18 #include <QtWidgets/QHeaderView>
19 #include <QtWidgets/QLabel>
20 #include <QtWidgets/QSlider>
21 
22 QT_BEGIN_NAMESPACE
23 
24 class Ui_Dialog
25 {
26 public:
27  QDialogButtonBox *buttonBox;
28  QSlider *blurSlider;
29  QLabel *blurLabel;
30  QLabel *focusLabel;
31  QSlider *focusSlider;
32  QLabel *focusValue;
33  QLabel *blurValue;
34 
35  void setupUi(QDialog *Dialog)
36  {
37  if (Dialog->objectName().isEmpty())
38  Dialog->setObjectName(QStringLiteral("Dialog"));
39  Dialog->resize(399, 134);
40  buttonBox = new QDialogButtonBox(Dialog);
41  buttonBox->setObjectName(QStringLiteral("buttonBox"));
42  buttonBox->setGeometry(QRect(40, 90, 341, 32));
43  buttonBox->setOrientation(Qt::Horizontal);
44  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
45  blurSlider = new QSlider(Dialog);
46  blurSlider->setObjectName(QStringLiteral("blurSlider"));
47  blurSlider->setGeometry(QRect(150, 60, 231, 22));
48  blurSlider->setOrientation(Qt::Horizontal);
49  blurLabel = new QLabel(Dialog);
50  blurLabel->setObjectName(QStringLiteral("blurLabel"));
51  blurLabel->setGeometry(QRect(20, 60, 51, 21));
52  QFont font;
53  font.setPointSize(10);
54  font.setBold(true);
55  font.setWeight(75);
56  blurLabel->setFont(font);
57  blurLabel->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
58  focusLabel = new QLabel(Dialog);
59  focusLabel->setObjectName(QStringLiteral("focusLabel"));
60  focusLabel->setGeometry(QRect(20, 20, 51, 21));
61  focusLabel->setFont(font);
62  focusLabel->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
63  focusSlider = new QSlider(Dialog);
64  focusSlider->setObjectName(QStringLiteral("focusSlider"));
65  focusSlider->setGeometry(QRect(150, 20, 231, 22));
66  focusSlider->setOrientation(Qt::Horizontal);
67  focusValue = new QLabel(Dialog);
68  focusValue->setObjectName(QStringLiteral("focusValue"));
69  focusValue->setGeometry(QRect(80, 20, 51, 21));
70  focusValue->setFont(font);
71  focusValue->setAlignment(Qt::AlignCenter);
72  blurValue = new QLabel(Dialog);
73  blurValue->setObjectName(QStringLiteral("blurValue"));
74  blurValue->setGeometry(QRect(80, 60, 51, 21));
75  blurValue->setFont(font);
76  blurValue->setAlignment(Qt::AlignCenter);
77 
78  retranslateUi(Dialog);
79 
80  QMetaObject::connectSlotsByName(Dialog);
81  } // setupUi
82 
83  void retranslateUi(QDialog *Dialog)
84  {
85  Dialog->setWindowTitle(QApplication::translate("Dialog", "View Settings", Q_NULLPTR));
86  blurLabel->setText(QApplication::translate("Dialog", "Blur :", Q_NULLPTR));
87  focusLabel->setText(QApplication::translate("Dialog", "Focus :", Q_NULLPTR));
88  focusValue->setText(QString());
89  blurValue->setText(QString());
90  } // retranslateUi
91 
92 };
93 
94 namespace Ui {
95  class Dialog: public Ui_Dialog {};
96 } // namespace Ui
97 
98 QT_END_NAMESPACE
99 
100 #endif // UI_VIEWWINDOW_H
QSlider * blurSlider
Definition: ui_ViewWindow.h:28
Definition: ui_ViewWindow.h:24
Definition: ui_MainWindow.h:152
QSlider * focusSlider
Definition: ui_ViewWindow.h:31
QLabel * blurLabel
Definition: ui_ViewWindow.h:29
void retranslateUi(QDialog *Dialog)
Definition: ui_ViewWindow.h:83
Definition: ui_ViewWindow.h:95
QLabel * focusLabel
Definition: ui_ViewWindow.h:30
QLabel * focusValue
Definition: ui_ViewWindow.h:32
void setupUi(QDialog *Dialog)
Definition: ui_ViewWindow.h:35
QLabel * blurValue
Definition: ui_ViewWindow.h:33
QDialogButtonBox * buttonBox
Definition: ui_ViewWindow.h:27