ui_pqLinePropertyWidget.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqLinePropertyWidget.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_PQLINEPROPERTYWIDGET_H
10 #define UI_PQLINEPROPERTYWIDGET_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QCheckBox>
15 #include <QtWidgets/QGridLayout>
16 #include <QtWidgets/QHBoxLayout>
17 #include <QtWidgets/QLabel>
18 #include <QtWidgets/QPushButton>
19 #include <QtWidgets/QWidget>
20 #include "pqDoubleLineEdit.h"
21 
22 QT_BEGIN_NAMESPACE
23 
25 {
26 public:
27  QGridLayout *gridLayout;
28  QLabel *labelPoint1;
32  QLabel *labelPoint2;
36  QPushButton *flipP2;
37  QLabel *pickLabel;
38  QHBoxLayout *horizontalLayout;
39  QPushButton *xAxis;
40  QPushButton *yAxis;
41  QPushButton *zAxis;
42  QPushButton *centerOnBounds;
43  QCheckBox *show3DWidget;
44  QLabel *labelLength;
45 
46  void setupUi(QWidget *LinePropertyWidget)
47  {
48  if (LinePropertyWidget->objectName().isEmpty())
49  LinePropertyWidget->setObjectName(QString::fromUtf8("LinePropertyWidget"));
50  LinePropertyWidget->resize(379, 189);
51  gridLayout = new QGridLayout(LinePropertyWidget);
52  gridLayout->setSpacing(2);
53  gridLayout->setContentsMargins(0, 0, 0, 0);
54  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
55  labelPoint1 = new QLabel(LinePropertyWidget);
56  labelPoint1->setObjectName(QString::fromUtf8("labelPoint1"));
57  labelPoint1->setWordWrap(true);
58 
59  gridLayout->addWidget(labelPoint1, 3, 0, 1, 1);
60 
61  point1X = new pqDoubleLineEdit(LinePropertyWidget);
62  point1X->setObjectName(QString::fromUtf8("point1X"));
63 
64  gridLayout->addWidget(point1X, 3, 1, 1, 1);
65 
66  point1Y = new pqDoubleLineEdit(LinePropertyWidget);
67  point1Y->setObjectName(QString::fromUtf8("point1Y"));
68 
69  gridLayout->addWidget(point1Y, 3, 2, 1, 1);
70 
71  point1Z = new pqDoubleLineEdit(LinePropertyWidget);
72  point1Z->setObjectName(QString::fromUtf8("point1Z"));
73 
74  gridLayout->addWidget(point1Z, 3, 3, 1, 1);
75 
76  labelPoint2 = new QLabel(LinePropertyWidget);
77  labelPoint2->setObjectName(QString::fromUtf8("labelPoint2"));
78  labelPoint2->setWordWrap(true);
79 
80  gridLayout->addWidget(labelPoint2, 4, 0, 1, 1);
81 
82  point2X = new pqDoubleLineEdit(LinePropertyWidget);
83  point2X->setObjectName(QString::fromUtf8("point2X"));
84 
85  gridLayout->addWidget(point2X, 4, 1, 1, 1);
86 
87  point2Y = new pqDoubleLineEdit(LinePropertyWidget);
88  point2Y->setObjectName(QString::fromUtf8("point2Y"));
89 
90  gridLayout->addWidget(point2Y, 4, 2, 1, 1);
91 
92  point2Z = new pqDoubleLineEdit(LinePropertyWidget);
93  point2Z->setObjectName(QString::fromUtf8("point2Z"));
94 
95  gridLayout->addWidget(point2Z, 4, 3, 1, 1);
96 
97  flipP2 = new QPushButton(LinePropertyWidget);
98  flipP2->setObjectName(QString::fromUtf8("flipP2"));
99 
100  gridLayout->addWidget(flipP2, 5, 1, 1, 3);
101 
102  pickLabel = new QLabel(LinePropertyWidget);
103  pickLabel->setObjectName(QString::fromUtf8("pickLabel"));
104  QFont font;
105  font.setBold(true);
106  font.setWeight(75);
107  pickLabel->setFont(font);
108  pickLabel->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
109  pickLabel->setWordWrap(true);
110 
111  gridLayout->addWidget(pickLabel, 6, 0, 1, 4);
112 
113  horizontalLayout = new QHBoxLayout();
114  horizontalLayout->setSpacing(2);
115  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
116  xAxis = new QPushButton(LinePropertyWidget);
117  xAxis->setObjectName(QString::fromUtf8("xAxis"));
118 
119  horizontalLayout->addWidget(xAxis);
120 
121  yAxis = new QPushButton(LinePropertyWidget);
122  yAxis->setObjectName(QString::fromUtf8("yAxis"));
123 
124  horizontalLayout->addWidget(yAxis);
125 
126  zAxis = new QPushButton(LinePropertyWidget);
127  zAxis->setObjectName(QString::fromUtf8("zAxis"));
128 
129  horizontalLayout->addWidget(zAxis);
130 
131 
132  gridLayout->addLayout(horizontalLayout, 7, 0, 1, 4);
133 
134  centerOnBounds = new QPushButton(LinePropertyWidget);
135  centerOnBounds->setObjectName(QString::fromUtf8("centerOnBounds"));
136 
137  gridLayout->addWidget(centerOnBounds, 8, 0, 1, 4);
138 
139  show3DWidget = new QCheckBox(LinePropertyWidget);
140  show3DWidget->setObjectName(QString::fromUtf8("show3DWidget"));
141  show3DWidget->setChecked(true);
142 
143  gridLayout->addWidget(show3DWidget, 2, 0, 1, 3);
144 
145  labelLength = new QLabel(LinePropertyWidget);
146  labelLength->setObjectName(QString::fromUtf8("labelLength"));
147  QFont font1;
148  font1.setWeight(63);
149  labelLength->setFont(font1);
150 
151  gridLayout->addWidget(labelLength, 1, 0, 1, 4);
152 
153 
154  retranslateUi(LinePropertyWidget);
155 
156  QMetaObject::connectSlotsByName(LinePropertyWidget);
157  } // setupUi
158 
159  void retranslateUi(QWidget *LinePropertyWidget)
160  {
161  LinePropertyWidget->setWindowTitle(QCoreApplication::translate("LinePropertyWidget", "Form", nullptr));
162  labelPoint1->setText(QCoreApplication::translate("LinePropertyWidget", "Point 1", nullptr));
163  labelPoint2->setText(QCoreApplication::translate("LinePropertyWidget", "Point 2", nullptr));
164  flipP2->setText(QCoreApplication::translate("LinePropertyWidget", "Flip Vector", nullptr));
165  pickLabel->setText(QCoreApplication::translate("LinePropertyWidget", "Note: Use 'P' to place alternating points on mesh or 'Ctrl+P' to snap to the closest mesh point.\n"
166 "Use '1'/'Ctrl+1' for point 1 and '2'/'Ctrl+2' for point 2.\n"
167 "Use 'N' to place P1 on the mesh and make P1-P2 be the normal at the surface.\n"
168 "Use 'X'/'Y'/'Z'/'L' to constrain the movement to the X / Y / Z / Line axis respectively.", nullptr));
169  xAxis->setText(QCoreApplication::translate("LinePropertyWidget", "X Axis", nullptr));
170  yAxis->setText(QCoreApplication::translate("LinePropertyWidget", "Y Axis", nullptr));
171  zAxis->setText(QCoreApplication::translate("LinePropertyWidget", "Z Axis", nullptr));
172  centerOnBounds->setText(QCoreApplication::translate("LinePropertyWidget", "Center on Bounds", nullptr));
173  show3DWidget->setText(QCoreApplication::translate("LinePropertyWidget", "Show Line", nullptr));
174  labelLength->setText(QCoreApplication::translate("LinePropertyWidget", "Length: ", nullptr));
175  } // retranslateUi
176 
177 };
178 
179 namespace Ui {
181 } // namespace Ui
182 
183 QT_END_NAMESPACE
184 
185 #endif // UI_PQLINEPROPERTYWIDGET_H
void setupUi(QWidget *LinePropertyWidget)
pqLineEdit subclass that supports a low precision view when inactive
void retranslateUi(QWidget *LinePropertyWidget)