ui_pqFrustumPropertyWidget.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqFrustumPropertyWidget.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.15.2
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_PQFRUSTUMPROPERTYWIDGET_H
10 #define UI_PQFRUSTUMPROPERTYWIDGET_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QCheckBox>
15 #include <QtWidgets/QGridLayout>
16 #include <QtWidgets/QLabel>
17 #include <QtWidgets/QPushButton>
18 #include <QtWidgets/QWidget>
19 #include "pqDoubleLineEdit.h"
20 
21 QT_BEGIN_NAMESPACE
22 
24 {
25 public:
26  QGridLayout *layout1;
27  QCheckBox *show3DWidget;
28  QGridLayout *gridLayout2;
40  QLabel *originLabel;
43  QGridLayout *gridLayout3;
44  QPushButton *resetBounds;
45 
46  void setupUi(QWidget *FrustumPropertyWidget)
47  {
48  if (FrustumPropertyWidget->objectName().isEmpty())
49  FrustumPropertyWidget->setObjectName(QString::fromUtf8("FrustumPropertyWidget"));
50  FrustumPropertyWidget->resize(372, 357);
51  layout1 = new QGridLayout(FrustumPropertyWidget);
52  layout1->setSpacing(2);
53  layout1->setContentsMargins(0, 0, 0, 0);
54  layout1->setObjectName(QString::fromUtf8("layout1"));
55  show3DWidget = new QCheckBox(FrustumPropertyWidget);
56  show3DWidget->setObjectName(QString::fromUtf8("show3DWidget"));
57  show3DWidget->setChecked(true);
58 
59  layout1->addWidget(show3DWidget, 0, 0, 1, 2);
60 
61  gridLayout2 = new QGridLayout();
62  gridLayout2->setSpacing(2);
63  gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
64  originY = new pqDoubleLineEdit(FrustumPropertyWidget);
65  originY->setObjectName(QString::fromUtf8("originY"));
66 
67  gridLayout2->addWidget(originY, 0, 2, 1, 1);
68 
69  horizontalAngleLabel = new QLabel(FrustumPropertyWidget);
70  horizontalAngleLabel->setObjectName(QString::fromUtf8("horizontalAngleLabel"));
71 
72  gridLayout2->addWidget(horizontalAngleLabel, 2, 0, 1, 1);
73 
74  verticalAngleLabel = new QLabel(FrustumPropertyWidget);
75  verticalAngleLabel->setObjectName(QString::fromUtf8("verticalAngleLabel"));
76 
77  gridLayout2->addWidget(verticalAngleLabel, 3, 0, 1, 1);
78 
79  nearPlaneDistanceLabel = new QLabel(FrustumPropertyWidget);
80  nearPlaneDistanceLabel->setObjectName(QString::fromUtf8("nearPlaneDistanceLabel"));
81 
82  gridLayout2->addWidget(nearPlaneDistanceLabel, 4, 0, 1, 1);
83 
84  orientationY = new pqDoubleLineEdit(FrustumPropertyWidget);
85  orientationY->setObjectName(QString::fromUtf8("orientationY"));
86 
87  gridLayout2->addWidget(orientationY, 1, 2, 1, 1);
88 
89  orientationLabel = new QLabel(FrustumPropertyWidget);
90  orientationLabel->setObjectName(QString::fromUtf8("orientationLabel"));
91 
92  gridLayout2->addWidget(orientationLabel, 1, 0, 1, 1);
93 
94  orientationX = new pqDoubleLineEdit(FrustumPropertyWidget);
95  orientationX->setObjectName(QString::fromUtf8("orientationX"));
96 
97  gridLayout2->addWidget(orientationX, 1, 1, 1, 1);
98 
99  horizontalAngle = new pqDoubleLineEdit(FrustumPropertyWidget);
100  horizontalAngle->setObjectName(QString::fromUtf8("horizontalAngle"));
101 
102  gridLayout2->addWidget(horizontalAngle, 2, 1, 1, 1);
103 
104  verticalAngle = new pqDoubleLineEdit(FrustumPropertyWidget);
105  verticalAngle->setObjectName(QString::fromUtf8("verticalAngle"));
106 
107  gridLayout2->addWidget(verticalAngle, 3, 1, 1, 1);
108 
109  nearPlaneDistance = new pqDoubleLineEdit(FrustumPropertyWidget);
110  nearPlaneDistance->setObjectName(QString::fromUtf8("nearPlaneDistance"));
111 
112  gridLayout2->addWidget(nearPlaneDistance, 4, 1, 1, 1);
113 
114  orientationZ = new pqDoubleLineEdit(FrustumPropertyWidget);
115  orientationZ->setObjectName(QString::fromUtf8("orientationZ"));
116 
117  gridLayout2->addWidget(orientationZ, 1, 3, 1, 1);
118 
119  originLabel = new QLabel(FrustumPropertyWidget);
120  originLabel->setObjectName(QString::fromUtf8("originLabel"));
121 
122  gridLayout2->addWidget(originLabel, 0, 0, 1, 1);
123 
124  originX = new pqDoubleLineEdit(FrustumPropertyWidget);
125  originX->setObjectName(QString::fromUtf8("originX"));
126 
127  gridLayout2->addWidget(originX, 0, 1, 1, 1);
128 
129  originZ = new pqDoubleLineEdit(FrustumPropertyWidget);
130  originZ->setObjectName(QString::fromUtf8("originZ"));
131 
132  gridLayout2->addWidget(originZ, 0, 3, 1, 1);
133 
134 
135  layout1->addLayout(gridLayout2, 5, 0, 1, 2);
136 
137  gridLayout3 = new QGridLayout();
138  gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
139  resetBounds = new QPushButton(FrustumPropertyWidget);
140  resetBounds->setObjectName(QString::fromUtf8("resetBounds"));
141 
142  gridLayout3->addWidget(resetBounds, 0, 0, 1, 2);
143 
144 
145  layout1->addLayout(gridLayout3, 6, 0, 1, 2);
146 
147  QWidget::setTabOrder(show3DWidget, originX);
148  QWidget::setTabOrder(originX, originY);
149  QWidget::setTabOrder(originY, originZ);
150  QWidget::setTabOrder(originZ, orientationX);
151  QWidget::setTabOrder(orientationX, orientationY);
152  QWidget::setTabOrder(orientationY, orientationZ);
153  QWidget::setTabOrder(orientationZ, horizontalAngle);
154  QWidget::setTabOrder(horizontalAngle, verticalAngle);
155  QWidget::setTabOrder(verticalAngle, nearPlaneDistance);
156 
157  retranslateUi(FrustumPropertyWidget);
158 
159  QMetaObject::connectSlotsByName(FrustumPropertyWidget);
160  } // setupUi
161 
162  void retranslateUi(QWidget *FrustumPropertyWidget)
163  {
164  FrustumPropertyWidget->setWindowTitle(QCoreApplication::translate("FrustumPropertyWidget", "Form", nullptr));
165 #if QT_CONFIG(tooltip)
166  show3DWidget->setToolTip(QCoreApplication::translate("FrustumPropertyWidget", "Enable/disable showing the interactive frustum widget in the 3d render view.", nullptr));
167 #endif // QT_CONFIG(tooltip)
168  show3DWidget->setText(QCoreApplication::translate("FrustumPropertyWidget", "Show Frustum", nullptr));
169  horizontalAngleLabel->setText(QCoreApplication::translate("FrustumPropertyWidget", "Horizontal Angle", nullptr));
170  verticalAngleLabel->setText(QCoreApplication::translate("FrustumPropertyWidget", "Vertical Angle", nullptr));
171  nearPlaneDistanceLabel->setText(QCoreApplication::translate("FrustumPropertyWidget", "Near Plane Distance", nullptr));
172  orientationLabel->setText(QCoreApplication::translate("FrustumPropertyWidget", "Orientation", nullptr));
173  orientationZ->setText(QString());
174  originLabel->setText(QCoreApplication::translate("FrustumPropertyWidget", "Origin", nullptr));
175 #if QT_CONFIG(tooltip)
176  resetBounds->setToolTip(QCoreApplication::translate("FrustumPropertyWidget", "Reset the frustum's properties based on the data bounds.", nullptr));
177 #endif // QT_CONFIG(tooltip)
178  resetBounds->setText(QCoreApplication::translate("FrustumPropertyWidget", "Reset to Data Bounds", nullptr));
179  } // retranslateUi
180 
181 };
182 
183 namespace Ui {
185 } // namespace Ui
186 
187 QT_END_NAMESPACE
188 
189 #endif // UI_PQFRUSTUMPROPERTYWIDGET_H
void retranslateUi(QWidget *FrustumPropertyWidget)
pqLineEdit subclass that supports a low precision view when inactive
void setupUi(QWidget *FrustumPropertyWidget)