ui_pqCylinderPropertyWidget.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqCylinderPropertyWidget.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_PQCYLINDERPROPERTYWIDGET_H
10 #define UI_PQCYLINDERPROPERTYWIDGET_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 *gridLayout1;
29  QCheckBox *outlineTranslation;
30  QCheckBox *scaling;
31  QGridLayout *gridLayout2;
33  QLabel *radiusLabel;
35  QLabel *axisLabel;
39  QLabel *centerLabel;
42  QGridLayout *gridLayout3;
43  QPushButton *useXAxis;
44  QPushButton *useYAxis;
45  QPushButton *useZAxis;
46  QPushButton *useCameraAxis;
47  QPushButton *resetCameraToAxis;
48  QPushButton *resetBounds;
49 
50  void setupUi(QWidget *CylinderPropertyWidget)
51  {
52  if (CylinderPropertyWidget->objectName().isEmpty())
53  CylinderPropertyWidget->setObjectName(QString::fromUtf8("CylinderPropertyWidget"));
54  CylinderPropertyWidget->resize(372, 357);
55  layout1 = new QGridLayout(CylinderPropertyWidget);
56  layout1->setSpacing(2);
57  layout1->setContentsMargins(0, 0, 0, 0);
58  layout1->setObjectName(QString::fromUtf8("layout1"));
59  show3DWidget = new QCheckBox(CylinderPropertyWidget);
60  show3DWidget->setObjectName(QString::fromUtf8("show3DWidget"));
61  show3DWidget->setChecked(true);
62 
63  layout1->addWidget(show3DWidget, 0, 0, 1, 2);
64 
65  gridLayout1 = new QGridLayout();
66  gridLayout1->setSpacing(2);
67  gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
68  outlineTranslation = new QCheckBox(CylinderPropertyWidget);
69  outlineTranslation->setObjectName(QString::fromUtf8("outlineTranslation"));
70 
71  gridLayout1->addWidget(outlineTranslation, 0, 0, 1, 1);
72 
73  scaling = new QCheckBox(CylinderPropertyWidget);
74  scaling->setObjectName(QString::fromUtf8("scaling"));
75 
76  gridLayout1->addWidget(scaling, 0, 1, 1, 1);
77 
78 
79  layout1->addLayout(gridLayout1, 7, 0, 1, 2);
80 
81  gridLayout2 = new QGridLayout();
82  gridLayout2->setSpacing(2);
83  gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
84  centerY = new pqDoubleLineEdit(CylinderPropertyWidget);
85  centerY->setObjectName(QString::fromUtf8("centerY"));
86 
87  gridLayout2->addWidget(centerY, 0, 2, 1, 1);
88 
89  radiusLabel = new QLabel(CylinderPropertyWidget);
90  radiusLabel->setObjectName(QString::fromUtf8("radiusLabel"));
91 
92  gridLayout2->addWidget(radiusLabel, 2, 0, 1, 1);
93 
94  axisY = new pqDoubleLineEdit(CylinderPropertyWidget);
95  axisY->setObjectName(QString::fromUtf8("axisY"));
96 
97  gridLayout2->addWidget(axisY, 1, 2, 1, 1);
98 
99  axisLabel = new QLabel(CylinderPropertyWidget);
100  axisLabel->setObjectName(QString::fromUtf8("axisLabel"));
101 
102  gridLayout2->addWidget(axisLabel, 1, 0, 1, 1);
103 
104  axisX = new pqDoubleLineEdit(CylinderPropertyWidget);
105  axisX->setObjectName(QString::fromUtf8("axisX"));
106 
107  gridLayout2->addWidget(axisX, 1, 1, 1, 1);
108 
109  radius = new pqDoubleLineEdit(CylinderPropertyWidget);
110  radius->setObjectName(QString::fromUtf8("radius"));
111 
112  gridLayout2->addWidget(radius, 2, 1, 1, 1);
113 
114  axisZ = new pqDoubleLineEdit(CylinderPropertyWidget);
115  axisZ->setObjectName(QString::fromUtf8("axisZ"));
116 
117  gridLayout2->addWidget(axisZ, 1, 3, 1, 1);
118 
119  centerLabel = new QLabel(CylinderPropertyWidget);
120  centerLabel->setObjectName(QString::fromUtf8("centerLabel"));
121 
122  gridLayout2->addWidget(centerLabel, 0, 0, 1, 1);
123 
124  centerX = new pqDoubleLineEdit(CylinderPropertyWidget);
125  centerX->setObjectName(QString::fromUtf8("centerX"));
126 
127  gridLayout2->addWidget(centerX, 0, 1, 1, 1);
128 
129  centerZ = new pqDoubleLineEdit(CylinderPropertyWidget);
130  centerZ->setObjectName(QString::fromUtf8("centerZ"));
131 
132  gridLayout2->addWidget(centerZ, 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  useXAxis = new QPushButton(CylinderPropertyWidget);
140  useXAxis->setObjectName(QString::fromUtf8("useXAxis"));
141 
142  gridLayout3->addWidget(useXAxis, 0, 0, 1, 1);
143 
144  useYAxis = new QPushButton(CylinderPropertyWidget);
145  useYAxis->setObjectName(QString::fromUtf8("useYAxis"));
146 
147  gridLayout3->addWidget(useYAxis, 1, 0, 1, 1);
148 
149  useZAxis = new QPushButton(CylinderPropertyWidget);
150  useZAxis->setObjectName(QString::fromUtf8("useZAxis"));
151 
152  gridLayout3->addWidget(useZAxis, 2, 0, 1, 1);
153 
154  useCameraAxis = new QPushButton(CylinderPropertyWidget);
155  useCameraAxis->setObjectName(QString::fromUtf8("useCameraAxis"));
156 
157  gridLayout3->addWidget(useCameraAxis, 0, 1, 1, 1);
158 
159  resetCameraToAxis = new QPushButton(CylinderPropertyWidget);
160  resetCameraToAxis->setObjectName(QString::fromUtf8("resetCameraToAxis"));
161 
162  gridLayout3->addWidget(resetCameraToAxis, 3, 0, 1, 2);
163 
164  resetBounds = new QPushButton(CylinderPropertyWidget);
165  resetBounds->setObjectName(QString::fromUtf8("resetBounds"));
166 
167  gridLayout3->addWidget(resetBounds, 4, 0, 1, 2);
168 
169 
170  layout1->addLayout(gridLayout3, 6, 0, 1, 2);
171 
172  QWidget::setTabOrder(show3DWidget, centerX);
173  QWidget::setTabOrder(centerX, centerY);
174  QWidget::setTabOrder(centerY, centerZ);
175  QWidget::setTabOrder(centerZ, axisX);
176  QWidget::setTabOrder(axisX, axisY);
177  QWidget::setTabOrder(axisY, axisZ);
178  QWidget::setTabOrder(axisZ, radius);
179  QWidget::setTabOrder(radius, outlineTranslation);
180  QWidget::setTabOrder(outlineTranslation, scaling);
181 
182  retranslateUi(CylinderPropertyWidget);
183 
184  QMetaObject::connectSlotsByName(CylinderPropertyWidget);
185  } // setupUi
186 
187  void retranslateUi(QWidget *CylinderPropertyWidget)
188  {
189  CylinderPropertyWidget->setWindowTitle(QCoreApplication::translate("CylinderPropertyWidget", "Form", nullptr));
190 #if QT_CONFIG(tooltip)
191  show3DWidget->setToolTip(QCoreApplication::translate("CylinderPropertyWidget", "Enable/disable showing the interactive cylinder widget in the 3d render view.", nullptr));
192 #endif // QT_CONFIG(tooltip)
193  show3DWidget->setText(QCoreApplication::translate("CylinderPropertyWidget", "Show Cylinder", nullptr));
194 #if QT_CONFIG(tooltip)
195  outlineTranslation->setToolTip(QCoreApplication::translate("CylinderPropertyWidget", "Enable/disable the ability to translate the bounding box by moving it with the mouse.", nullptr));
196 #endif // QT_CONFIG(tooltip)
197  outlineTranslation->setText(QCoreApplication::translate("CylinderPropertyWidget", "Outline Translation", nullptr));
198 #if QT_CONFIG(tooltip)
199  scaling->setToolTip(QCoreApplication::translate("CylinderPropertyWidget", "Enable/disable the ability to scale the widget with the mouse.", nullptr));
200 #endif // QT_CONFIG(tooltip)
201  scaling->setText(QCoreApplication::translate("CylinderPropertyWidget", "Scaling", nullptr));
202  radiusLabel->setText(QCoreApplication::translate("CylinderPropertyWidget", "Radius", nullptr));
203  axisLabel->setText(QCoreApplication::translate("CylinderPropertyWidget", "Axis", nullptr));
204  axisZ->setText(QString());
205  centerLabel->setText(QCoreApplication::translate("CylinderPropertyWidget", "Center", nullptr));
206 #if QT_CONFIG(tooltip)
207  useXAxis->setToolTip(QCoreApplication::translate("CylinderPropertyWidget", "Use the X-axis as the cylinder's axis.", nullptr));
208 #endif // QT_CONFIG(tooltip)
209  useXAxis->setText(QCoreApplication::translate("CylinderPropertyWidget", "Along X Axis", nullptr));
210 #if QT_CONFIG(tooltip)
211  useYAxis->setToolTip(QCoreApplication::translate("CylinderPropertyWidget", "Use the Y-axis as the cylinder's axis.", nullptr));
212 #endif // QT_CONFIG(tooltip)
213  useYAxis->setText(QCoreApplication::translate("CylinderPropertyWidget", "Along Y Axis", nullptr));
214 #if QT_CONFIG(tooltip)
215  useZAxis->setToolTip(QCoreApplication::translate("CylinderPropertyWidget", "Use the Z-axis as the cylinder's axis.", nullptr));
216 #endif // QT_CONFIG(tooltip)
217  useZAxis->setText(QCoreApplication::translate("CylinderPropertyWidget", "Along Z Axis", nullptr));
218 #if QT_CONFIG(tooltip)
219  useCameraAxis->setToolTip(QCoreApplication::translate("CylinderPropertyWidget", "Use the camera's view direction as the axis of the cylinder.", nullptr));
220 #endif // QT_CONFIG(tooltip)
221  useCameraAxis->setText(QCoreApplication::translate("CylinderPropertyWidget", "Along Camera Axis", nullptr));
222 #if QT_CONFIG(tooltip)
223  resetCameraToAxis->setToolTip(QCoreApplication::translate("CylinderPropertyWidget", "Reset the camera to look along the cylinder's axis.", nullptr));
224 #endif // QT_CONFIG(tooltip)
225  resetCameraToAxis->setText(QCoreApplication::translate("CylinderPropertyWidget", "Reset Camera to Axis", nullptr));
226 #if QT_CONFIG(tooltip)
227  resetBounds->setToolTip(QCoreApplication::translate("CylinderPropertyWidget", "Reset the cylinder's properties based on the data bounds.", nullptr));
228 #endif // QT_CONFIG(tooltip)
229  resetBounds->setText(QCoreApplication::translate("CylinderPropertyWidget", "Reset to Data Bounds", nullptr));
230  } // retranslateUi
231 
232 };
233 
234 namespace Ui {
236 } // namespace Ui
237 
238 QT_END_NAMESPACE
239 
240 #endif // UI_PQCYLINDERPROPERTYWIDGET_H
pqLineEdit subclass that supports a low precision view when inactive
void setupUi(QWidget *CylinderPropertyWidget)
void retranslateUi(QWidget *CylinderPropertyWidget)