ui_pqDisplaySizedImplicitPlanePropertyWidget.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqDisplaySizedImplicitPlanePropertyWidget.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_PQDISPLAYSIZEDIMPLICITPLANEPROPERTYWIDGET_H
10 #define UI_PQDISPLAYSIZEDIMPLICITPLANEPROPERTYWIDGET_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/QVBoxLayout>
19 #include <QtWidgets/QWidget>
20 #include "pqDoubleLineEdit.h"
21 
22 QT_BEGIN_NAMESPACE
23 
25 {
26 public:
27  QVBoxLayout *vboxLayout;
28  QCheckBox *show3DWidget;
30  QGridLayout *gridLayout;
31  QLabel *labelNormal;
33  QLabel *labelOrigin;
39  QLabel *pickLabel;
40  QGridLayout *gridLayout1;
41  QPushButton *useCameraNormal;
42  QPushButton *useXNormal;
43  QPushButton *useZNormal;
44  QPushButton *useYNormal;
45  QPushButton *resetToDataBounds;
46  QPushButton *resetCameraToNormal;
47  QPushButton *resetRadiusSize;
48 
49  void setupUi(QWidget *DisplaySizedImplicitPlanePropertyWidget)
50  {
51  if (DisplaySizedImplicitPlanePropertyWidget->objectName().isEmpty())
52  DisplaySizedImplicitPlanePropertyWidget->setObjectName(QString::fromUtf8("DisplaySizedImplicitPlanePropertyWidget"));
53  DisplaySizedImplicitPlanePropertyWidget->resize(611, 395);
54  vboxLayout = new QVBoxLayout(DisplaySizedImplicitPlanePropertyWidget);
55  vboxLayout->setSpacing(2);
56  vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
57  vboxLayout->setContentsMargins(0, 0, 0, 0);
58  show3DWidget = new QCheckBox(DisplaySizedImplicitPlanePropertyWidget);
59  show3DWidget->setObjectName(QString::fromUtf8("show3DWidget"));
60  show3DWidget->setChecked(true);
61 
62  vboxLayout->addWidget(show3DWidget);
63 
64  showOutlineAndIntersectionEdges = new QCheckBox(DisplaySizedImplicitPlanePropertyWidget);
65  showOutlineAndIntersectionEdges->setObjectName(QString::fromUtf8("showOutlineAndIntersectionEdges"));
66  QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Fixed);
67  sizePolicy.setHorizontalStretch(0);
68  sizePolicy.setVerticalStretch(0);
69  sizePolicy.setHeightForWidth(showOutlineAndIntersectionEdges->sizePolicy().hasHeightForWidth());
70  showOutlineAndIntersectionEdges->setSizePolicy(sizePolicy);
71 
72  vboxLayout->addWidget(showOutlineAndIntersectionEdges);
73 
74  gridLayout = new QGridLayout();
75  gridLayout->setSpacing(2);
76  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
77  gridLayout->setContentsMargins(0, 0, 0, 0);
78  labelNormal = new QLabel(DisplaySizedImplicitPlanePropertyWidget);
79  labelNormal->setObjectName(QString::fromUtf8("labelNormal"));
80 
81  gridLayout->addWidget(labelNormal, 1, 0, 1, 1);
82 
83  normalX = new pqDoubleLineEdit(DisplaySizedImplicitPlanePropertyWidget);
84  normalX->setObjectName(QString::fromUtf8("normalX"));
85 
86  gridLayout->addWidget(normalX, 1, 1, 1, 1);
87 
88  labelOrigin = new QLabel(DisplaySizedImplicitPlanePropertyWidget);
89  labelOrigin->setObjectName(QString::fromUtf8("labelOrigin"));
90 
91  gridLayout->addWidget(labelOrigin, 0, 0, 1, 1);
92 
93  normalZ = new pqDoubleLineEdit(DisplaySizedImplicitPlanePropertyWidget);
94  normalZ->setObjectName(QString::fromUtf8("normalZ"));
95 
96  gridLayout->addWidget(normalZ, 1, 3, 1, 1);
97 
98  originZ = new pqDoubleLineEdit(DisplaySizedImplicitPlanePropertyWidget);
99  originZ->setObjectName(QString::fromUtf8("originZ"));
100 
101  gridLayout->addWidget(originZ, 0, 3, 1, 1);
102 
103  originY = new pqDoubleLineEdit(DisplaySizedImplicitPlanePropertyWidget);
104  originY->setObjectName(QString::fromUtf8("originY"));
105 
106  gridLayout->addWidget(originY, 0, 2, 1, 1);
107 
108  normalY = new pqDoubleLineEdit(DisplaySizedImplicitPlanePropertyWidget);
109  normalY->setObjectName(QString::fromUtf8("normalY"));
110 
111  gridLayout->addWidget(normalY, 1, 2, 1, 1);
112 
113  originX = new pqDoubleLineEdit(DisplaySizedImplicitPlanePropertyWidget);
114  originX->setObjectName(QString::fromUtf8("originX"));
115 
116  gridLayout->addWidget(originX, 0, 1, 1, 1);
117 
118 
119  vboxLayout->addLayout(gridLayout);
120 
121  pickLabel = new QLabel(DisplaySizedImplicitPlanePropertyWidget);
122  pickLabel->setObjectName(QString::fromUtf8("pickLabel"));
123  QFont font;
124  font.setBold(true);
125  font.setWeight(75);
126  pickLabel->setFont(font);
127  pickLabel->setWordWrap(true);
128 
129  vboxLayout->addWidget(pickLabel);
130 
131  gridLayout1 = new QGridLayout();
132  gridLayout1->setSpacing(2);
133  gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
134  gridLayout1->setContentsMargins(0, 0, 0, 0);
135  useCameraNormal = new QPushButton(DisplaySizedImplicitPlanePropertyWidget);
136  useCameraNormal->setObjectName(QString::fromUtf8("useCameraNormal"));
137 
138  gridLayout1->addWidget(useCameraNormal, 0, 1, 1, 1);
139 
140  useXNormal = new QPushButton(DisplaySizedImplicitPlanePropertyWidget);
141  useXNormal->setObjectName(QString::fromUtf8("useXNormal"));
142 
143  gridLayout1->addWidget(useXNormal, 0, 0, 1, 1);
144 
145  useZNormal = new QPushButton(DisplaySizedImplicitPlanePropertyWidget);
146  useZNormal->setObjectName(QString::fromUtf8("useZNormal"));
147 
148  gridLayout1->addWidget(useZNormal, 2, 0, 1, 1);
149 
150  useYNormal = new QPushButton(DisplaySizedImplicitPlanePropertyWidget);
151  useYNormal->setObjectName(QString::fromUtf8("useYNormal"));
152 
153  gridLayout1->addWidget(useYNormal, 1, 0, 1, 1);
154 
155  resetToDataBounds = new QPushButton(DisplaySizedImplicitPlanePropertyWidget);
156  resetToDataBounds->setObjectName(QString::fromUtf8("resetToDataBounds"));
157 
158  gridLayout1->addWidget(resetToDataBounds, 6, 0, 1, 2);
159 
160  resetCameraToNormal = new QPushButton(DisplaySizedImplicitPlanePropertyWidget);
161  resetCameraToNormal->setObjectName(QString::fromUtf8("resetCameraToNormal"));
162 
163  gridLayout1->addWidget(resetCameraToNormal, 5, 0, 1, 2);
164 
165  resetRadiusSize = new QPushButton(DisplaySizedImplicitPlanePropertyWidget);
166  resetRadiusSize->setObjectName(QString::fromUtf8("resetRadiusSize"));
167 
168  gridLayout1->addWidget(resetRadiusSize, 7, 0, 1, 2);
169 
170 
171  vboxLayout->addLayout(gridLayout1);
172 
173  QWidget::setTabOrder(show3DWidget, originX);
174  QWidget::setTabOrder(originX, originY);
175  QWidget::setTabOrder(originY, originZ);
176  QWidget::setTabOrder(originZ, normalX);
177  QWidget::setTabOrder(normalX, normalY);
178  QWidget::setTabOrder(normalY, normalZ);
179  QWidget::setTabOrder(normalZ, useXNormal);
180  QWidget::setTabOrder(useXNormal, useYNormal);
181  QWidget::setTabOrder(useYNormal, useZNormal);
182 
183  retranslateUi(DisplaySizedImplicitPlanePropertyWidget);
184 
185  QMetaObject::connectSlotsByName(DisplaySizedImplicitPlanePropertyWidget);
186  } // setupUi
187 
188  void retranslateUi(QWidget *DisplaySizedImplicitPlanePropertyWidget)
189  {
190  DisplaySizedImplicitPlanePropertyWidget->setWindowTitle(QCoreApplication::translate("DisplaySizedImplicitPlanePropertyWidget", "Form", nullptr));
191 #if QT_CONFIG(tooltip)
192  show3DWidget->setToolTip(QCoreApplication::translate("DisplaySizedImplicitPlanePropertyWidget", "Show the interactive plane in the 3D render view.", nullptr));
193 #endif // QT_CONFIG(tooltip)
194  show3DWidget->setText(QCoreApplication::translate("DisplaySizedImplicitPlanePropertyWidget", "Show Plane", nullptr));
195 #if QT_CONFIG(tooltip)
196  showOutlineAndIntersectionEdges->setToolTip(QCoreApplication::translate("DisplaySizedImplicitPlanePropertyWidget", "Show the outline of the data the intersection edges of the plane with the outline.", nullptr));
197 #endif // QT_CONFIG(tooltip)
198  showOutlineAndIntersectionEdges->setText(QCoreApplication::translate("DisplaySizedImplicitPlanePropertyWidget", "Show Outline and Intersection Edges", nullptr));
199  labelNormal->setText(QCoreApplication::translate("DisplaySizedImplicitPlanePropertyWidget", "Normal", nullptr));
200  labelOrigin->setText(QCoreApplication::translate("DisplaySizedImplicitPlanePropertyWidget", "Origin", nullptr));
201  pickLabel->setText(QCoreApplication::translate("DisplaySizedImplicitPlanePropertyWidget", "Note: Use 'P' to pick '%1' on mesh or 'Ctrl+P' to snap to the closest mesh point. Also, use 'N' to pick \"Normal\" on mesh or 'Ctrl+N' to snap to the closest mesh point normal, if it's available.", nullptr));
202 #if QT_CONFIG(tooltip)
203  useCameraNormal->setToolTip(QCoreApplication::translate("DisplaySizedImplicitPlanePropertyWidget", "Set the normal to the camera's view direction.", nullptr));
204 #endif // QT_CONFIG(tooltip)
205  useCameraNormal->setText(QCoreApplication::translate("DisplaySizedImplicitPlanePropertyWidget", "Camera Normal", nullptr));
206 #if QT_CONFIG(tooltip)
207  useXNormal->setToolTip(QCoreApplication::translate("DisplaySizedImplicitPlanePropertyWidget", "Set the normal to the x-axis.", nullptr));
208 #endif // QT_CONFIG(tooltip)
209  useXNormal->setText(QCoreApplication::translate("DisplaySizedImplicitPlanePropertyWidget", "&X Normal", nullptr));
210 #if QT_CONFIG(tooltip)
211  useZNormal->setToolTip(QCoreApplication::translate("DisplaySizedImplicitPlanePropertyWidget", "Set the normal to the z-axis.", nullptr));
212 #endif // QT_CONFIG(tooltip)
213  useZNormal->setText(QCoreApplication::translate("DisplaySizedImplicitPlanePropertyWidget", "&Z Normal", nullptr));
214 #if QT_CONFIG(tooltip)
215  useYNormal->setToolTip(QCoreApplication::translate("DisplaySizedImplicitPlanePropertyWidget", "Set the normal to the y-axis.", nullptr));
216 #endif // QT_CONFIG(tooltip)
217  useYNormal->setText(QCoreApplication::translate("DisplaySizedImplicitPlanePropertyWidget", "&Y Normal", nullptr));
218 #if QT_CONFIG(tooltip)
219  resetToDataBounds->setToolTip(QCoreApplication::translate("DisplaySizedImplicitPlanePropertyWidget", "Reset the plane based on the data bounds.", nullptr));
220 #endif // QT_CONFIG(tooltip)
221  resetToDataBounds->setText(QCoreApplication::translate("DisplaySizedImplicitPlanePropertyWidget", "Reset to Data Bounds", nullptr));
222 #if QT_CONFIG(tooltip)
223  resetCameraToNormal->setToolTip(QCoreApplication::translate("DisplaySizedImplicitPlanePropertyWidget", "Reset the camera to look along the normal.", nullptr));
224 #endif // QT_CONFIG(tooltip)
225  resetCameraToNormal->setText(QCoreApplication::translate("DisplaySizedImplicitPlanePropertyWidget", "Reset Camera to Normal", nullptr));
226 #if QT_CONFIG(tooltip)
227  resetRadiusSize->setToolTip(QCoreApplication::translate("DisplaySizedImplicitPlanePropertyWidget", "Reset the radius size of the disk plane to its default value.", nullptr));
228 #endif // QT_CONFIG(tooltip)
229  resetRadiusSize->setText(QCoreApplication::translate("DisplaySizedImplicitPlanePropertyWidget", "Reset Radius Size", nullptr));
230  } // retranslateUi
231 
232 };
233 
234 namespace Ui {
236 } // namespace Ui
237 
238 QT_END_NAMESPACE
239 
240 #endif // UI_PQDISPLAYSIZEDIMPLICITPLANEPROPERTYWIDGET_H
void setupUi(QWidget *DisplaySizedImplicitPlanePropertyWidget)
void retranslateUi(QWidget *DisplaySizedImplicitPlanePropertyWidget)
pqLineEdit subclass that supports a low precision view when inactive