ui_pqSpherePropertyWidget.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqSpherePropertyWidget.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_PQSPHEREPROPERTYWIDGET_H
10 #define UI_PQSPHEREPROPERTYWIDGET_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;
27  QCheckBox *show3DWidget;
28  QLabel *centerLabel;
32  QLabel *normalLabel;
36  QLabel *radiusLabel;
38  QLabel *pickLabel;
39  QPushButton *centerOnBounds;
40 
41  void setupUi(QWidget *SpherePropertyWidget)
42  {
43  if (SpherePropertyWidget->objectName().isEmpty())
44  SpherePropertyWidget->setObjectName(QString::fromUtf8("SpherePropertyWidget"));
45  SpherePropertyWidget->resize(402, 157);
46  gridLayout = new QGridLayout(SpherePropertyWidget);
47  gridLayout->setSpacing(2);
48  gridLayout->setContentsMargins(0, 0, 0, 0);
49  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
50  show3DWidget = new QCheckBox(SpherePropertyWidget);
51  show3DWidget->setObjectName(QString::fromUtf8("show3DWidget"));
52  show3DWidget->setChecked(true);
53 
54  gridLayout->addWidget(show3DWidget, 0, 0, 1, 2);
55 
56  centerLabel = new QLabel(SpherePropertyWidget);
57  centerLabel->setObjectName(QString::fromUtf8("centerLabel"));
58 
59  gridLayout->addWidget(centerLabel, 1, 0, 1, 1);
60 
61  centerX = new pqDoubleLineEdit(SpherePropertyWidget);
62  centerX->setObjectName(QString::fromUtf8("centerX"));
63 
64  gridLayout->addWidget(centerX, 1, 1, 1, 1);
65 
66  centerY = new pqDoubleLineEdit(SpherePropertyWidget);
67  centerY->setObjectName(QString::fromUtf8("centerY"));
68 
69  gridLayout->addWidget(centerY, 1, 2, 1, 1);
70 
71  centerZ = new pqDoubleLineEdit(SpherePropertyWidget);
72  centerZ->setObjectName(QString::fromUtf8("centerZ"));
73 
74  gridLayout->addWidget(centerZ, 1, 3, 1, 1);
75 
76  normalLabel = new QLabel(SpherePropertyWidget);
77  normalLabel->setObjectName(QString::fromUtf8("normalLabel"));
78 
79  gridLayout->addWidget(normalLabel, 2, 0, 1, 1);
80 
81  normalX = new pqDoubleLineEdit(SpherePropertyWidget);
82  normalX->setObjectName(QString::fromUtf8("normalX"));
83 
84  gridLayout->addWidget(normalX, 2, 1, 1, 1);
85 
86  normalY = new pqDoubleLineEdit(SpherePropertyWidget);
87  normalY->setObjectName(QString::fromUtf8("normalY"));
88 
89  gridLayout->addWidget(normalY, 2, 2, 1, 1);
90 
91  normalZ = new pqDoubleLineEdit(SpherePropertyWidget);
92  normalZ->setObjectName(QString::fromUtf8("normalZ"));
93 
94  gridLayout->addWidget(normalZ, 2, 3, 1, 1);
95 
96  radiusLabel = new QLabel(SpherePropertyWidget);
97  radiusLabel->setObjectName(QString::fromUtf8("radiusLabel"));
98 
99  gridLayout->addWidget(radiusLabel, 3, 0, 1, 1);
100 
101  radius = new pqDoubleLineEdit(SpherePropertyWidget);
102  radius->setObjectName(QString::fromUtf8("radius"));
103 
104  gridLayout->addWidget(radius, 3, 1, 1, 1);
105 
106  pickLabel = new QLabel(SpherePropertyWidget);
107  pickLabel->setObjectName(QString::fromUtf8("pickLabel"));
108  QFont font;
109  font.setBold(true);
110  font.setWeight(75);
111  pickLabel->setFont(font);
112  pickLabel->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
113  pickLabel->setWordWrap(true);
114 
115  gridLayout->addWidget(pickLabel, 4, 0, 1, 4);
116 
117  centerOnBounds = new QPushButton(SpherePropertyWidget);
118  centerOnBounds->setObjectName(QString::fromUtf8("centerOnBounds"));
119 
120  gridLayout->addWidget(centerOnBounds, 5, 0, 1, 4);
121 
122 
123  retranslateUi(SpherePropertyWidget);
124 
125  QMetaObject::connectSlotsByName(SpherePropertyWidget);
126  } // setupUi
127 
128  void retranslateUi(QWidget *SpherePropertyWidget)
129  {
130  SpherePropertyWidget->setWindowTitle(QCoreApplication::translate("SpherePropertyWidget", "Form", nullptr));
131 #if QT_CONFIG(tooltip)
132  show3DWidget->setToolTip(QCoreApplication::translate("SpherePropertyWidget", "Enable/disable showing the interactive sphere widget in the 3D render view.", nullptr));
133 #endif // QT_CONFIG(tooltip)
134  show3DWidget->setText(QCoreApplication::translate("SpherePropertyWidget", "Show Sphere", nullptr));
135  centerLabel->setText(QCoreApplication::translate("SpherePropertyWidget", "Center", nullptr));
136  normalLabel->setText(QCoreApplication::translate("SpherePropertyWidget", "Normal", nullptr));
137  radiusLabel->setText(QCoreApplication::translate("SpherePropertyWidget", "Radius", nullptr));
138  pickLabel->setText(QCoreApplication::translate("SpherePropertyWidget", "Note: Use 'P' to a '%1' on mesh or 'Ctrl+P' to snap to the closest mesh point", nullptr));
139  centerOnBounds->setText(QCoreApplication::translate("SpherePropertyWidget", "Center on Bounds", nullptr));
140  } // retranslateUi
141 
142 };
143 
144 namespace Ui {
146 } // namespace Ui
147 
148 QT_END_NAMESPACE
149 
150 #endif // UI_PQSPHEREPROPERTYWIDGET_H
void setupUi(QWidget *SpherePropertyWidget)
pqLineEdit subclass that supports a low precision view when inactive
void retranslateUi(QWidget *SpherePropertyWidget)