9 #ifndef UI_PQDISPLAYREPRESENTATIONWIDGET_H 10 #define UI_PQDISPLAYREPRESENTATIONWIDGET_H 12 #include <QtCore/QVariant> 13 #include <QtWidgets/QApplication> 14 #include <QtWidgets/QComboBox> 15 #include <QtWidgets/QHBoxLayout> 16 #include <QtWidgets/QWidget> 26 void setupUi(QWidget *displayRepresentationWidget)
28 if (displayRepresentationWidget->objectName().isEmpty())
29 displayRepresentationWidget->setObjectName(QString::fromUtf8(
"displayRepresentationWidget"));
30 displayRepresentationWidget->resize(308, 84);
31 hboxLayout =
new QHBoxLayout(displayRepresentationWidget);
33 hboxLayout->setSpacing(6);
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);
42 hboxLayout->addWidget(comboBox);
47 QMetaObject::connectSlotsByName(displayRepresentationWidget);
52 displayRepresentationWidget->setWindowTitle(QCoreApplication::translate(
"displayRepresentationWidget",
"Form",
nullptr));
63 #endif // UI_PQDISPLAYREPRESENTATIONWIDGET_H