| 1 | /******************************************************************************** |
| 2 | ** Form generated from reading UI file 'urirecordeditor.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_URIRECORDEDITOR_H |
| 10 | #define UI_URIRECORDEDITOR_H |
| 11 | |
| 12 | #include <QtCore/QVariant> |
| 13 | #include <QtWidgets/QApplication> |
| 14 | #include <QtWidgets/QFormLayout> |
| 15 | #include <QtWidgets/QLabel> |
| 16 | #include <QtWidgets/QLineEdit> |
| 17 | #include <QtWidgets/QWidget> |
| 18 | |
| 19 | QT_BEGIN_NAMESPACE |
| 20 | |
| 21 | class Ui_UriRecordEditor |
| 22 | { |
| 23 | public: |
| 24 | QFormLayout *formLayout; |
| 25 | QLabel *label_8; |
| 26 | QLabel *label_9; |
| 27 | QLineEdit *uri; |
| 28 | |
| 29 | void setupUi(QWidget *UriRecordEditor) |
| 30 | { |
| 31 | if (UriRecordEditor->objectName().isEmpty()) |
| 32 | UriRecordEditor->setObjectName(QString::fromUtf8(str: "UriRecordEditor" )); |
| 33 | UriRecordEditor->resize(w: 439, h: 59); |
| 34 | formLayout = new QFormLayout(UriRecordEditor); |
| 35 | formLayout->setObjectName(QString::fromUtf8(str: "formLayout" )); |
| 36 | label_8 = new QLabel(UriRecordEditor); |
| 37 | label_8->setObjectName(QString::fromUtf8(str: "label_8" )); |
| 38 | |
| 39 | formLayout->setWidget(row: 0, role: QFormLayout::SpanningRole, widget: label_8); |
| 40 | |
| 41 | label_9 = new QLabel(UriRecordEditor); |
| 42 | label_9->setObjectName(QString::fromUtf8(str: "label_9" )); |
| 43 | |
| 44 | formLayout->setWidget(row: 1, role: QFormLayout::LabelRole, widget: label_9); |
| 45 | |
| 46 | uri = new QLineEdit(UriRecordEditor); |
| 47 | uri->setObjectName(QString::fromUtf8(str: "uri" )); |
| 48 | QSizePolicy sizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed); |
| 49 | sizePolicy.setHorizontalStretch(0); |
| 50 | sizePolicy.setVerticalStretch(0); |
| 51 | sizePolicy.setHeightForWidth(uri->sizePolicy().hasHeightForWidth()); |
| 52 | uri->setSizePolicy(sizePolicy); |
| 53 | |
| 54 | formLayout->setWidget(row: 1, role: QFormLayout::FieldRole, widget: uri); |
| 55 | |
| 56 | |
| 57 | retranslateUi(UriRecordEditor); |
| 58 | |
| 59 | QMetaObject::connectSlotsByName(o: UriRecordEditor); |
| 60 | } // setupUi |
| 61 | |
| 62 | void retranslateUi(QWidget *UriRecordEditor) |
| 63 | { |
| 64 | UriRecordEditor->setWindowTitle(QCoreApplication::translate(context: "UriRecordEditor" , key: "Form" , disambiguation: nullptr)); |
| 65 | label_8->setText(QCoreApplication::translate(context: "UriRecordEditor" , key: "NFC URI Record" , disambiguation: nullptr)); |
| 66 | label_9->setText(QCoreApplication::translate(context: "UriRecordEditor" , key: "Uri:" , disambiguation: nullptr)); |
| 67 | } // retranslateUi |
| 68 | |
| 69 | }; |
| 70 | |
| 71 | namespace Ui { |
| 72 | class UriRecordEditor: public Ui_UriRecordEditor {}; |
| 73 | } // namespace Ui |
| 74 | |
| 75 | QT_END_NAMESPACE |
| 76 | |
| 77 | #endif // UI_URIRECORDEDITOR_H |
| 78 | |