ui_pqLightPropertyWidget.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqLightPropertyWidget.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_PQLIGHTPROPERTYWIDGET_H
10 #define UI_PQLIGHTPROPERTYWIDGET_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QCheckBox>
15 #include <QtWidgets/QComboBox>
16 #include <QtWidgets/QGridLayout>
17 #include <QtWidgets/QLabel>
18 #include <QtWidgets/QWidget>
19 #include "pqColorChooserButton.h"
20 #include "pqDoubleLineEdit.h"
21 #include "pqDoubleRangeWidget.h"
22 
23 QT_BEGIN_NAMESPACE
24 
26 {
27 public:
28  QGridLayout *gridLayout;
29  QLabel *focalPointLabel;
35  QCheckBox *show3DWidget;
36  QLabel *coneAngleLabel;
41  QLabel *positionalLabel;
42  QComboBox *positionalComboBox;
43 
44  void setupUi(QWidget *LightPropertyWidget)
45  {
46  if (LightPropertyWidget->objectName().isEmpty())
47  LightPropertyWidget->setObjectName(QString::fromUtf8("LightPropertyWidget"));
48  LightPropertyWidget->resize(462, 125);
49  gridLayout = new QGridLayout(LightPropertyWidget);
50  gridLayout->setSpacing(4);
51  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
52  gridLayout->setContentsMargins(0, 0, 0, 0);
53  focalPointLabel = new QLabel(LightPropertyWidget);
54  focalPointLabel->setObjectName(QString::fromUtf8("focalPointLabel"));
55 
56  gridLayout->addWidget(focalPointLabel, 3, 0, 1, 1);
57 
58  worldPositionX = new pqDoubleLineEdit(LightPropertyWidget);
59  worldPositionX->setObjectName(QString::fromUtf8("worldPositionX"));
60 
61  gridLayout->addWidget(worldPositionX, 2, 1, 1, 1);
62 
63  worldPositionZ = new pqDoubleLineEdit(LightPropertyWidget);
64  worldPositionZ->setObjectName(QString::fromUtf8("worldPositionZ"));
65 
66  gridLayout->addWidget(worldPositionZ, 2, 3, 1, 1);
67 
68  lightPositionLabel = new QLabel(LightPropertyWidget);
69  lightPositionLabel->setObjectName(QString::fromUtf8("lightPositionLabel"));
70 
71  gridLayout->addWidget(lightPositionLabel, 2, 0, 1, 1);
72 
73  focalPointY = new pqDoubleLineEdit(LightPropertyWidget);
74  focalPointY->setObjectName(QString::fromUtf8("focalPointY"));
75 
76  gridLayout->addWidget(focalPointY, 3, 2, 1, 1);
77 
78  coneAngle = new pqDoubleRangeWidget(LightPropertyWidget);
79  coneAngle->setObjectName(QString::fromUtf8("coneAngle"));
80 
81  gridLayout->addWidget(coneAngle, 4, 1, 1, 3);
82 
83  show3DWidget = new QCheckBox(LightPropertyWidget);
84  show3DWidget->setObjectName(QString::fromUtf8("show3DWidget"));
85  show3DWidget->setChecked(false);
86 
87  gridLayout->addWidget(show3DWidget, 0, 0, 1, 2);
88 
89  coneAngleLabel = new QLabel(LightPropertyWidget);
90  coneAngleLabel->setObjectName(QString::fromUtf8("coneAngleLabel"));
91 
92  gridLayout->addWidget(coneAngleLabel, 4, 0, 1, 1);
93 
94  worldPositionY = new pqDoubleLineEdit(LightPropertyWidget);
95  worldPositionY->setObjectName(QString::fromUtf8("worldPositionY"));
96 
97  gridLayout->addWidget(worldPositionY, 2, 2, 1, 1);
98 
99  focalPointX = new pqDoubleLineEdit(LightPropertyWidget);
100  focalPointX->setObjectName(QString::fromUtf8("focalPointX"));
101 
102  gridLayout->addWidget(focalPointX, 3, 1, 1, 1);
103 
104  focalPointZ = new pqDoubleLineEdit(LightPropertyWidget);
105  focalPointZ->setObjectName(QString::fromUtf8("focalPointZ"));
106 
107  gridLayout->addWidget(focalPointZ, 3, 3, 1, 1);
108 
109  colorButton = new pqColorChooserButton(LightPropertyWidget);
110  colorButton->setObjectName(QString::fromUtf8("colorButton"));
111 
112  gridLayout->addWidget(colorButton, 5, 0, 1, 4);
113 
114  positionalLabel = new QLabel(LightPropertyWidget);
115  positionalLabel->setObjectName(QString::fromUtf8("positionalLabel"));
116 
117  gridLayout->addWidget(positionalLabel, 1, 0, 1, 1);
118 
119  positionalComboBox = new QComboBox(LightPropertyWidget);
120  positionalComboBox->setObjectName(QString::fromUtf8("positionalComboBox"));
121 
122  gridLayout->addWidget(positionalComboBox, 1, 1, 1, 3);
123 
124  QWidget::setTabOrder(show3DWidget, positionalComboBox);
125  QWidget::setTabOrder(positionalComboBox, worldPositionX);
126  QWidget::setTabOrder(worldPositionX, worldPositionY);
127  QWidget::setTabOrder(worldPositionY, worldPositionZ);
128  QWidget::setTabOrder(worldPositionZ, focalPointX);
129  QWidget::setTabOrder(focalPointX, focalPointY);
130  QWidget::setTabOrder(focalPointY, focalPointZ);
131 
132  retranslateUi(LightPropertyWidget);
133 
134  QMetaObject::connectSlotsByName(LightPropertyWidget);
135  } // setupUi
136 
137  void retranslateUi(QWidget *LightPropertyWidget)
138  {
139  focalPointLabel->setText(QCoreApplication::translate("LightPropertyWidget", "FocalPoint", nullptr));
140  lightPositionLabel->setText(QCoreApplication::translate("LightPropertyWidget", "Light Position", nullptr));
141  show3DWidget->setText(QCoreApplication::translate("LightPropertyWidget", "Show Light", nullptr));
142  coneAngleLabel->setText(QCoreApplication::translate("LightPropertyWidget", "ConeAngle", nullptr));
143  positionalLabel->setText(QCoreApplication::translate("LightPropertyWidget", "Type", nullptr));
144  (void)LightPropertyWidget;
145  } // retranslateUi
146 
147 };
148 
149 namespace Ui {
151 } // namespace Ui
152 
153 QT_END_NAMESPACE
154 
155 #endif // UI_PQLIGHTPROPERTYWIDGET_H
pqDoubleLineEdit * worldPositionX
pqColorChooserButton is a QToolButton subclass suitable for showing a a button that allows the use to...
void setupUi(QWidget *LightPropertyWidget)
pqDoubleRangeWidget * coneAngle
pqLineEdit subclass that supports a low precision view when inactive
Extends pqDoubleSliderWidget to use it with a range of doubles : provides control on min/max...
pqDoubleLineEdit * worldPositionY
pqColorChooserButton * colorButton
pqDoubleLineEdit * worldPositionZ
void retranslateUi(QWidget *LightPropertyWidget)