| 1 | /******************************************************************************** |
| 2 | ** Form generated from reading UI file 'ojproblempropertywidget.ui' |
| 3 | ** |
| 4 | ** Created by: Qt User Interface Compiler version 5.15.3 |
| 5 | ** |
| 6 | ** WARNING! All changes made in this file will be lost when recompiling UI file! |
| 7 | ********************************************************************************/ |
| 8 | |
| 9 | #ifndef UI_OJPROBLEMPROPERTYWIDGET_H |
| 10 | #define UI_OJPROBLEMPROPERTYWIDGET_H |
| 11 | |
| 12 | #include <QtCore/QVariant> |
| 13 | #include <QtWidgets/QApplication> |
| 14 | #include <QtWidgets/QGridLayout> |
| 15 | #include <QtWidgets/QHBoxLayout> |
| 16 | #include <QtWidgets/QLabel> |
| 17 | #include <QtWidgets/QLineEdit> |
| 18 | #include <QtWidgets/QPushButton> |
| 19 | #include <QtWidgets/QSpacerItem> |
| 20 | #include <QtWidgets/QTextEdit> |
| 21 | #include <QtWidgets/QWidget> |
| 22 | |
| 23 | QT_BEGIN_NAMESPACE |
| 24 | |
| 25 | class Ui_OJProblemPropertyWidget |
| 26 | { |
| 27 | public: |
| 28 | QGridLayout *gridLayout; |
| 29 | QLabel *label; |
| 30 | QLabel *lbName; |
| 31 | QLineEdit *txtURL; |
| 32 | QLabel *label_2; |
| 33 | QWidget *widget; |
| 34 | QHBoxLayout *horizontalLayout; |
| 35 | QSpacerItem *horizontalSpacer; |
| 36 | QPushButton *btnOk; |
| 37 | QPushButton *btnCancel; |
| 38 | QTextEdit *txtDescription; |
| 39 | |
| 40 | void setupUi(QWidget *OJProblemPropertyWidget) |
| 41 | { |
| 42 | if (OJProblemPropertyWidget->objectName().isEmpty()) |
| 43 | OJProblemPropertyWidget->setObjectName(QString::fromUtf8("OJProblemPropertyWidget" )); |
| 44 | OJProblemPropertyWidget->resize(400, 300); |
| 45 | gridLayout = new QGridLayout(OJProblemPropertyWidget); |
| 46 | gridLayout->setObjectName(QString::fromUtf8("gridLayout" )); |
| 47 | label = new QLabel(OJProblemPropertyWidget); |
| 48 | label->setObjectName(QString::fromUtf8("label" )); |
| 49 | |
| 50 | gridLayout->addWidget(label, 1, 0, 1, 2); |
| 51 | |
| 52 | lbName = new QLabel(OJProblemPropertyWidget); |
| 53 | lbName->setObjectName(QString::fromUtf8("lbName" )); |
| 54 | |
| 55 | gridLayout->addWidget(lbName, 0, 0, 1, 3); |
| 56 | |
| 57 | txtURL = new QLineEdit(OJProblemPropertyWidget); |
| 58 | txtURL->setObjectName(QString::fromUtf8("txtURL" )); |
| 59 | |
| 60 | gridLayout->addWidget(txtURL, 1, 2, 1, 1); |
| 61 | |
| 62 | label_2 = new QLabel(OJProblemPropertyWidget); |
| 63 | label_2->setObjectName(QString::fromUtf8("label_2" )); |
| 64 | |
| 65 | gridLayout->addWidget(label_2, 2, 0, 1, 3); |
| 66 | |
| 67 | widget = new QWidget(OJProblemPropertyWidget); |
| 68 | widget->setObjectName(QString::fromUtf8("widget" )); |
| 69 | horizontalLayout = new QHBoxLayout(widget); |
| 70 | horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout" )); |
| 71 | horizontalLayout->setContentsMargins(0, 0, 0, 0); |
| 72 | horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
| 73 | |
| 74 | horizontalLayout->addItem(horizontalSpacer); |
| 75 | |
| 76 | btnOk = new QPushButton(widget); |
| 77 | btnOk->setObjectName(QString::fromUtf8("btnOk" )); |
| 78 | |
| 79 | horizontalLayout->addWidget(btnOk); |
| 80 | |
| 81 | btnCancel = new QPushButton(widget); |
| 82 | btnCancel->setObjectName(QString::fromUtf8("btnCancel" )); |
| 83 | |
| 84 | horizontalLayout->addWidget(btnCancel); |
| 85 | |
| 86 | |
| 87 | gridLayout->addWidget(widget, 4, 0, 1, 3); |
| 88 | |
| 89 | txtDescription = new QTextEdit(OJProblemPropertyWidget); |
| 90 | txtDescription->setObjectName(QString::fromUtf8("txtDescription" )); |
| 91 | |
| 92 | gridLayout->addWidget(txtDescription, 3, 0, 1, 3); |
| 93 | |
| 94 | |
| 95 | retranslateUi(OJProblemPropertyWidget); |
| 96 | |
| 97 | QMetaObject::connectSlotsByName(OJProblemPropertyWidget); |
| 98 | } // setupUi |
| 99 | |
| 100 | void retranslateUi(QWidget *OJProblemPropertyWidget) |
| 101 | { |
| 102 | OJProblemPropertyWidget->setWindowTitle(QCoreApplication::translate("OJProblemPropertyWidget" , "Form" , nullptr)); |
| 103 | label->setText(QCoreApplication::translate("OJProblemPropertyWidget" , "URL" , nullptr)); |
| 104 | lbName->setText(QCoreApplication::translate("OJProblemPropertyWidget" , "TextLabel" , nullptr)); |
| 105 | label_2->setText(QCoreApplication::translate("OJProblemPropertyWidget" , "Description" , nullptr)); |
| 106 | btnOk->setText(QCoreApplication::translate("OJProblemPropertyWidget" , "OK" , nullptr)); |
| 107 | btnCancel->setText(QCoreApplication::translate("OJProblemPropertyWidget" , "Cancel" , nullptr)); |
| 108 | } // retranslateUi |
| 109 | |
| 110 | }; |
| 111 | |
| 112 | namespace Ui { |
| 113 | class OJProblemPropertyWidget: public Ui_OJProblemPropertyWidget {}; |
| 114 | } // namespace Ui |
| 115 | |
| 116 | QT_END_NAMESPACE |
| 117 | |
| 118 | #endif // UI_OJPROBLEMPROPERTYWIDGET_H |
| 119 | |