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.1
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  QLabel *pickLabel;
37  QHBoxLayout *horizontalLayout;
38  QPushButton *xAxis;
39  QPushButton *yAxis;
40  QPushButton *zAxis;
41  QPushButton *centerOnBounds;
42  QCheckBox *show3DWidget;
43  QLabel *labelLength;
44 
45  void setupUi(QWidget *LinePropertyWidget)
46  {
47  if (LinePropertyWidget->objectName().isEmpty())
48  LinePropertyWidget->setObjectName(QString::fromUtf8("LinePropertyWidget"));
49  LinePropertyWidget->resize(379, 189);
50  gridLayout = new QGridLayout(LinePropertyWidget);
51  gridLayout->setSpacing(2);
52  gridLayout->setContentsMargins(0, 0, 0, 0);
53  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
54  labelPoint1 = new QLabel(LinePropertyWidget);
55  labelPoint1->setObjectName(QString::fromUtf8("labelPoint1"));
56  labelPoint1->setWordWrap(true);
57 
58  gridLayout->addWidget(labelPoint1, 3, 0, 1, 1);
59 
60  point1X = new pqDoubleLineEdit(LinePropertyWidget);
61  point1X->setObjectName(QString::fromUtf8("point1X"));
62 
63  gridLayout->addWidget(point1X, 3, 1, 1, 1);
64 
65  point1Y = new pqDoubleLineEdit(LinePropertyWidget);
66  point1Y->setObjectName(QString::fromUtf8("point1Y"));
67 
68  gridLayout->addWidget(point1Y, 3, 2, 1, 1);
69 
70  point1Z = new pqDoubleLineEdit(LinePropertyWidget);
71  point1Z->setObjectName(QString::fromUtf8("point1Z"));
72 
73  gridLayout->addWidget(point1Z, 3, 3, 1, 1);
74 
75  labelPoint2 = new QLabel(LinePropertyWidget);
76  labelPoint2->setObjectName(QString::fromUtf8("labelPoint2"));
77  labelPoint2->setWordWrap(true);
78 
79  gridLayout->addWidget(labelPoint2, 4, 0, 1, 1);
80 
81  point2X = new pqDoubleLineEdit(LinePropertyWidget);
82  point2X->setObjectName(QString::fromUtf8("point2X"));
83 
84  gridLayout->addWidget(point2X, 4, 1, 1, 1);
85 
86  point2Y = new pqDoubleLineEdit(LinePropertyWidget);
87  point2Y->setObjectName(QString::fromUtf8("point2Y"));
88 
89  gridLayout->addWidget(point2Y, 4, 2, 1, 1);
90 
91  point2Z = new pqDoubleLineEdit(LinePropertyWidget);
92  point2Z->setObjectName(QString::fromUtf8("point2Z"));
93 
94  gridLayout->addWidget(point2Z, 4, 3, 1, 1);
95 
96  pickLabel = new QLabel(LinePropertyWidget);
97  pickLabel->setObjectName(QString::fromUtf8("pickLabel"));
98  QFont font;
99  font.setBold(true);
100  font.setWeight(75);
101  pickLabel->setFont(font);
102  pickLabel->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
103  pickLabel->setWordWrap(true);
104 
105  gridLayout->addWidget(pickLabel, 5, 0, 1, 4);
106 
107  horizontalLayout = new QHBoxLayout();
108  horizontalLayout->setSpacing(2);
109  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
110  xAxis = new QPushButton(LinePropertyWidget);
111  xAxis->setObjectName(QString::fromUtf8("xAxis"));
112 
113  horizontalLayout->addWidget(xAxis);
114 
115  yAxis = new QPushButton(LinePropertyWidget);
116  yAxis->setObjectName(QString::fromUtf8("yAxis"));
117 
118  horizontalLayout->addWidget(yAxis);
119 
120  zAxis = new QPushButton(LinePropertyWidget);
121  zAxis->setObjectName(QString::fromUtf8("zAxis"));
122 
123  horizontalLayout->addWidget(zAxis);
124 
125 
126  gridLayout->addLayout(horizontalLayout, 6, 0, 1, 4);
127 
128  centerOnBounds = new QPushButton(LinePropertyWidget);
129  centerOnBounds->setObjectName(QString::fromUtf8("centerOnBounds"));
130 
131  gridLayout->addWidget(centerOnBounds, 7, 0, 1, 4);
132 
133  show3DWidget = new QCheckBox(LinePropertyWidget);
134  show3DWidget->setObjectName(QString::fromUtf8("show3DWidget"));
135  show3DWidget->setChecked(true);
136 
137  gridLayout->addWidget(show3DWidget, 2, 0, 1, 3);
138 
139  labelLength = new QLabel(LinePropertyWidget);
140  labelLength->setObjectName(QString::fromUtf8("labelLength"));
141 
142  gridLayout->addWidget(labelLength, 1, 0, 1, 4);
143 
144 
145  retranslateUi(LinePropertyWidget);
146 
147  QMetaObject::connectSlotsByName(LinePropertyWidget);
148  } // setupUi
149 
150  void retranslateUi(QWidget *LinePropertyWidget)
151  {
152  LinePropertyWidget->setWindowTitle(QCoreApplication::translate("LinePropertyWidget", "Form", nullptr));
153  labelPoint1->setText(QCoreApplication::translate("LinePropertyWidget", "Point 1", nullptr));
154  labelPoint2->setText(QCoreApplication::translate("LinePropertyWidget", "Point 2", nullptr));
155  pickLabel->setText(QCoreApplication::translate("LinePropertyWidget", "Note: Use 'P' to place alternating points on mesh or 'Ctrl+P' to snap to the closest mesh point. Use '1'/'Ctrl+1' for point 1 and '2'/'Ctrl+2' for point 2.", nullptr));
156  xAxis->setText(QCoreApplication::translate("LinePropertyWidget", "X Axis", nullptr));
157  yAxis->setText(QCoreApplication::translate("LinePropertyWidget", "Y Axis", nullptr));
158  zAxis->setText(QCoreApplication::translate("LinePropertyWidget", "Z Axis", nullptr));
159  centerOnBounds->setText(QCoreApplication::translate("LinePropertyWidget", "Center on Bounds", nullptr));
160  show3DWidget->setText(QCoreApplication::translate("LinePropertyWidget", "Show Line", nullptr));
161  labelLength->setText(QCoreApplication::translate("LinePropertyWidget", "<html><head/><body><p><span style=\" font-weight:600;\">Length: </span><span style=\" font-style:italic;\">na</span></p></body></html>", nullptr));
162  } // retranslateUi
163 
164 };
165 
166 namespace Ui {
168 } // namespace Ui
169 
170 QT_END_NAMESPACE
171 
172 #endif // UI_PQLINEPROPERTYWIDGET_H
void setupUi(QWidget *LinePropertyWidget)
pqLineEdit subclass that supports a low precision view when inactive
void retranslateUi(QWidget *LinePropertyWidget)