ui_pqHandlePropertyWidget.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqHandlePropertyWidget.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_PQHANDLEPROPERTYWIDGET_H
10 #define UI_PQHANDLEPROPERTYWIDGET_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 *gridLayout;
28  QCheckBox *show3DWidget;
30  QPushButton *useCenterBounds;
31  QLabel *pickLabel;
32  QPushButton *useSelectionCenter;
33  QLabel *pointLabel;
35 
36  void setupUi(QWidget *HandlePropertyWidget)
37  {
38  if (HandlePropertyWidget->objectName().isEmpty())
39  HandlePropertyWidget->setObjectName(QString::fromUtf8("HandlePropertyWidget"));
40  HandlePropertyWidget->resize(412, 127);
41  gridLayout = new QGridLayout(HandlePropertyWidget);
42  gridLayout->setSpacing(2);
43  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
44  gridLayout->setContentsMargins(0, 0, 0, 0);
45  worldPositionY = new pqDoubleLineEdit(HandlePropertyWidget);
46  worldPositionY->setObjectName(QString::fromUtf8("worldPositionY"));
47 
48  gridLayout->addWidget(worldPositionY, 1, 2, 1, 1);
49 
50  show3DWidget = new QCheckBox(HandlePropertyWidget);
51  show3DWidget->setObjectName(QString::fromUtf8("show3DWidget"));
52  show3DWidget->setChecked(true);
53 
54  gridLayout->addWidget(show3DWidget, 0, 0, 1, 2);
55 
56  worldPositionZ = new pqDoubleLineEdit(HandlePropertyWidget);
57  worldPositionZ->setObjectName(QString::fromUtf8("worldPositionZ"));
58 
59  gridLayout->addWidget(worldPositionZ, 1, 3, 1, 1);
60 
61  useCenterBounds = new QPushButton(HandlePropertyWidget);
62  useCenterBounds->setObjectName(QString::fromUtf8("useCenterBounds"));
63 
64  gridLayout->addWidget(useCenterBounds, 3, 0, 1, 4);
65 
66  pickLabel = new QLabel(HandlePropertyWidget);
67  pickLabel->setObjectName(QString::fromUtf8("pickLabel"));
68  QFont font;
69  font.setBold(true);
70  font.setWeight(75);
71  pickLabel->setFont(font);
72  pickLabel->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
73  pickLabel->setWordWrap(true);
74 
75  gridLayout->addWidget(pickLabel, 2, 0, 1, 4);
76 
77  useSelectionCenter = new QPushButton(HandlePropertyWidget);
78  useSelectionCenter->setObjectName(QString::fromUtf8("useSelectionCenter"));
79 
80  gridLayout->addWidget(useSelectionCenter, 4, 0, 1, 4);
81 
82  pointLabel = new QLabel(HandlePropertyWidget);
83  pointLabel->setObjectName(QString::fromUtf8("pointLabel"));
84 
85  gridLayout->addWidget(pointLabel, 1, 0, 1, 1);
86 
87  worldPositionX = new pqDoubleLineEdit(HandlePropertyWidget);
88  worldPositionX->setObjectName(QString::fromUtf8("worldPositionX"));
89 
90  gridLayout->addWidget(worldPositionX, 1, 1, 1, 1);
91 
92  QWidget::setTabOrder(show3DWidget, worldPositionX);
93  QWidget::setTabOrder(worldPositionX, worldPositionY);
94  QWidget::setTabOrder(worldPositionY, worldPositionZ);
95  QWidget::setTabOrder(worldPositionZ, useCenterBounds);
96  QWidget::setTabOrder(useCenterBounds, useSelectionCenter);
97 
98  retranslateUi(HandlePropertyWidget);
99 
100  QMetaObject::connectSlotsByName(HandlePropertyWidget);
101  } // setupUi
102 
103  void retranslateUi(QWidget *HandlePropertyWidget)
104  {
105  HandlePropertyWidget->setWindowTitle(QCoreApplication::translate("HandlePropertyWidget", "Form", nullptr));
106  show3DWidget->setText(QCoreApplication::translate("HandlePropertyWidget", "Show Point", nullptr));
107  useCenterBounds->setText(QCoreApplication::translate("HandlePropertyWidget", "Center on Bounds", nullptr));
108  pickLabel->setText(QCoreApplication::translate("HandlePropertyWidget", "Note: Use 'P' to pick '%1' on mesh or 'Ctrl+P' to snap to the closest mesh point", nullptr));
109  useSelectionCenter->setText(QCoreApplication::translate("HandlePropertyWidget", "Center on Selection", nullptr));
110  pointLabel->setText(QCoreApplication::translate("HandlePropertyWidget", "Point", nullptr));
111  } // retranslateUi
112 
113 };
114 
115 namespace Ui {
117 } // namespace Ui
118 
119 QT_END_NAMESPACE
120 
121 #endif // UI_PQHANDLEPROPERTYWIDGET_H
void setupUi(QWidget *HandlePropertyWidget)
pqLineEdit subclass that supports a low precision view when inactive
void retranslateUi(QWidget *HandlePropertyWidget)