| 1 | /******************************************************************************** |
| 2 | ** Form generated from reading UI file 'qfilternamedialog.ui' |
| 3 | ** |
| 4 | ** Created by: Qt User Interface Compiler version 5.15.9 |
| 5 | ** |
| 6 | ** WARNING! All changes made in this file will be lost when recompiling UI file! |
| 7 | ********************************************************************************/ |
| 8 | |
| 9 | #ifndef UI_QFILTERNAMEDIALOG_H |
| 10 | #define UI_QFILTERNAMEDIALOG_H |
| 11 | |
| 12 | #include <QtCore/QVariant> |
| 13 | #include <QtWidgets/QApplication> |
| 14 | #include <QtWidgets/QDialog> |
| 15 | #include <QtWidgets/QDialogButtonBox> |
| 16 | #include <QtWidgets/QGridLayout> |
| 17 | #include <QtWidgets/QLabel> |
| 18 | #include <QtWidgets/QLineEdit> |
| 19 | #include <QtWidgets/QSpacerItem> |
| 20 | |
| 21 | QT_BEGIN_NAMESPACE |
| 22 | |
| 23 | class Ui_FilterNameDialogClass |
| 24 | { |
| 25 | public: |
| 26 | QGridLayout *gridLayout; |
| 27 | QLabel *label; |
| 28 | QLineEdit *lineEdit; |
| 29 | QSpacerItem *verticalSpacer; |
| 30 | QDialogButtonBox *buttonBox; |
| 31 | |
| 32 | void setupUi(QDialog *FilterNameDialogClass) |
| 33 | { |
| 34 | if (FilterNameDialogClass->objectName().isEmpty()) |
| 35 | FilterNameDialogClass->setObjectName(QString::fromUtf8(str: "FilterNameDialogClass" )); |
| 36 | FilterNameDialogClass->resize(w: 312, h: 77); |
| 37 | gridLayout = new QGridLayout(FilterNameDialogClass); |
| 38 | gridLayout->setSpacing(6); |
| 39 | gridLayout->setContentsMargins(left: 11, top: 11, right: 11, bottom: 11); |
| 40 | gridLayout->setObjectName(QString::fromUtf8(str: "gridLayout" )); |
| 41 | label = new QLabel(FilterNameDialogClass); |
| 42 | label->setObjectName(QString::fromUtf8(str: "label" )); |
| 43 | |
| 44 | gridLayout->addWidget(label, row: 0, column: 0, rowSpan: 1, columnSpan: 1); |
| 45 | |
| 46 | lineEdit = new QLineEdit(FilterNameDialogClass); |
| 47 | lineEdit->setObjectName(QString::fromUtf8(str: "lineEdit" )); |
| 48 | |
| 49 | gridLayout->addWidget(lineEdit, row: 0, column: 1, rowSpan: 1, columnSpan: 1); |
| 50 | |
| 51 | verticalSpacer = new QSpacerItem(20, 1, QSizePolicy::Minimum, QSizePolicy::Expanding); |
| 52 | |
| 53 | gridLayout->addItem(item: verticalSpacer, row: 1, column: 0, rowSpan: 1, columnSpan: 1); |
| 54 | |
| 55 | buttonBox = new QDialogButtonBox(FilterNameDialogClass); |
| 56 | buttonBox->setObjectName(QString::fromUtf8(str: "buttonBox" )); |
| 57 | buttonBox->setOrientation(Qt::Horizontal); |
| 58 | buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); |
| 59 | |
| 60 | gridLayout->addWidget(buttonBox, row: 2, column: 0, rowSpan: 1, columnSpan: 2); |
| 61 | |
| 62 | |
| 63 | retranslateUi(FilterNameDialogClass); |
| 64 | |
| 65 | QMetaObject::connectSlotsByName(o: FilterNameDialogClass); |
| 66 | } // setupUi |
| 67 | |
| 68 | void retranslateUi(QDialog *FilterNameDialogClass) |
| 69 | { |
| 70 | FilterNameDialogClass->setWindowTitle(QCoreApplication::translate(context: "FilterNameDialogClass" , key: "Add Filter" , disambiguation: nullptr)); |
| 71 | label->setText(QCoreApplication::translate(context: "FilterNameDialogClass" , key: "Filter Name:" , disambiguation: nullptr)); |
| 72 | } // retranslateUi |
| 73 | |
| 74 | }; |
| 75 | |
| 76 | namespace Ui { |
| 77 | class FilterNameDialogClass: public Ui_FilterNameDialogClass {}; |
| 78 | } // namespace Ui |
| 79 | |
| 80 | QT_END_NAMESPACE |
| 81 | |
| 82 | #endif // UI_QFILTERNAMEDIALOG_H |
| 83 | |