ui_pqDisplayRepresentationWidget.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqDisplayRepresentationWidget.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_PQDISPLAYREPRESENTATIONWIDGET_H
10 #define UI_PQDISPLAYREPRESENTATIONWIDGET_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QComboBox>
15 #include <QtWidgets/QHBoxLayout>
16 #include <QtWidgets/QWidget>
17 
18 QT_BEGIN_NAMESPACE
19 
21 {
22 public:
23  QHBoxLayout *hboxLayout;
24  QComboBox *comboBox;
25 
26  void setupUi(QWidget *displayRepresentationWidget)
27  {
28  if (displayRepresentationWidget->objectName().isEmpty())
29  displayRepresentationWidget->setObjectName(QString::fromUtf8("displayRepresentationWidget"));
30  displayRepresentationWidget->resize(308, 84);
31  hboxLayout = new QHBoxLayout(displayRepresentationWidget);
32 #ifndef Q_OS_MAC
33  hboxLayout->setSpacing(6);
34 #endif
35  hboxLayout->setContentsMargins(0, 0, 0, 0);
36  hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
37  comboBox = new QComboBox(displayRepresentationWidget);
38  comboBox->setObjectName(QString::fromUtf8("comboBox"));
39  comboBox->setMinimumSize(QSize(150, 20));
40  comboBox->setSizeAdjustPolicy(QComboBox::AdjustToContents);
41 
42  hboxLayout->addWidget(comboBox);
43 
44 
45  retranslateUi(displayRepresentationWidget);
46 
47  QMetaObject::connectSlotsByName(displayRepresentationWidget);
48  } // setupUi
49 
50  void retranslateUi(QWidget *displayRepresentationWidget)
51  {
52  displayRepresentationWidget->setWindowTitle(QCoreApplication::translate("displayRepresentationWidget", "Form", nullptr));
53  } // retranslateUi
54 
55 };
56 
57 namespace Ui {
59 } // namespace Ui
60 
61 QT_END_NAMESPACE
62 
63 #endif // UI_PQDISPLAYREPRESENTATIONWIDGET_H
void retranslateUi(QWidget *displayRepresentationWidget)
void setupUi(QWidget *displayRepresentationWidget)