| 1 | /******************************************************************************** | 
| 2 | ** Form generated from reading UI file 'mimeimagerecordeditor.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_MIMEIMAGERECORDEDITOR_H | 
| 10 | #define UI_MIMEIMAGERECORDEDITOR_H | 
| 11 |  | 
| 12 | #include <QtCore/QVariant> | 
| 13 | #include <QtWidgets/QApplication> | 
| 14 | #include <QtWidgets/QFormLayout> | 
| 15 | #include <QtWidgets/QHBoxLayout> | 
| 16 | #include <QtWidgets/QLabel> | 
| 17 | #include <QtWidgets/QLineEdit> | 
| 18 | #include <QtWidgets/QToolButton> | 
| 19 | #include <QtWidgets/QWidget> | 
| 20 |  | 
| 21 | QT_BEGIN_NAMESPACE | 
| 22 |  | 
| 23 | class Ui_MimeImageRecordEditor | 
| 24 | { | 
| 25 | public: | 
| 26 |     QFormLayout *formLayout; | 
| 27 |     QLabel *label_4; | 
| 28 |     QLabel *label_11; | 
| 29 |     QLabel *mimeImageType; | 
| 30 |     QLabel *label_12; | 
| 31 |     QHBoxLayout *horizontalLayout; | 
| 32 |     QLineEdit *mimeImageFile; | 
| 33 |     QToolButton *mimeImageOpen; | 
| 34 |     QLabel *mimeImageImage; | 
| 35 |  | 
| 36 |     void setupUi(QWidget *MimeImageRecordEditor) | 
| 37 |     { | 
| 38 |         if (MimeImageRecordEditor->objectName().isEmpty()) | 
| 39 |             MimeImageRecordEditor->setObjectName(QString::fromUtf8(str: "MimeImageRecordEditor" )); | 
| 40 |         MimeImageRecordEditor->resize(w: 403, h: 106); | 
| 41 |         formLayout = new QFormLayout(MimeImageRecordEditor); | 
| 42 |         formLayout->setObjectName(QString::fromUtf8(str: "formLayout" )); | 
| 43 |         label_4 = new QLabel(MimeImageRecordEditor); | 
| 44 |         label_4->setObjectName(QString::fromUtf8(str: "label_4" )); | 
| 45 |  | 
| 46 |         formLayout->setWidget(row: 0, role: QFormLayout::SpanningRole, widget: label_4); | 
| 47 |  | 
| 48 |         label_11 = new QLabel(MimeImageRecordEditor); | 
| 49 |         label_11->setObjectName(QString::fromUtf8(str: "label_11" )); | 
| 50 |  | 
| 51 |         formLayout->setWidget(row: 1, role: QFormLayout::LabelRole, widget: label_11); | 
| 52 |  | 
| 53 |         mimeImageType = new QLabel(MimeImageRecordEditor); | 
| 54 |         mimeImageType->setObjectName(QString::fromUtf8(str: "mimeImageType" )); | 
| 55 |         QSizePolicy sizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Preferred); | 
| 56 |         sizePolicy.setHorizontalStretch(0); | 
| 57 |         sizePolicy.setVerticalStretch(0); | 
| 58 |         sizePolicy.setHeightForWidth(mimeImageType->sizePolicy().hasHeightForWidth()); | 
| 59 |         mimeImageType->setSizePolicy(sizePolicy); | 
| 60 |  | 
| 61 |         formLayout->setWidget(row: 1, role: QFormLayout::FieldRole, widget: mimeImageType); | 
| 62 |  | 
| 63 |         label_12 = new QLabel(MimeImageRecordEditor); | 
| 64 |         label_12->setObjectName(QString::fromUtf8(str: "label_12" )); | 
| 65 |  | 
| 66 |         formLayout->setWidget(row: 2, role: QFormLayout::LabelRole, widget: label_12); | 
| 67 |  | 
| 68 |         horizontalLayout = new QHBoxLayout(); | 
| 69 |         horizontalLayout->setObjectName(QString::fromUtf8(str: "horizontalLayout" )); | 
| 70 |         mimeImageFile = new QLineEdit(MimeImageRecordEditor); | 
| 71 |         mimeImageFile->setObjectName(QString::fromUtf8(str: "mimeImageFile" )); | 
| 72 |         QSizePolicy sizePolicy1(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed); | 
| 73 |         sizePolicy1.setHorizontalStretch(0); | 
| 74 |         sizePolicy1.setVerticalStretch(0); | 
| 75 |         sizePolicy1.setHeightForWidth(mimeImageFile->sizePolicy().hasHeightForWidth()); | 
| 76 |         mimeImageFile->setSizePolicy(sizePolicy1); | 
| 77 |  | 
| 78 |         horizontalLayout->addWidget(mimeImageFile); | 
| 79 |  | 
| 80 |         mimeImageOpen = new QToolButton(MimeImageRecordEditor); | 
| 81 |         mimeImageOpen->setObjectName(QString::fromUtf8(str: "mimeImageOpen" )); | 
| 82 |  | 
| 83 |         horizontalLayout->addWidget(mimeImageOpen); | 
| 84 |  | 
| 85 |  | 
| 86 |         formLayout->setLayout(row: 2, role: QFormLayout::FieldRole, layout: horizontalLayout); | 
| 87 |  | 
| 88 |         mimeImageImage = new QLabel(MimeImageRecordEditor); | 
| 89 |         mimeImageImage->setObjectName(QString::fromUtf8(str: "mimeImageImage" )); | 
| 90 |  | 
| 91 |         formLayout->setWidget(row: 3, role: QFormLayout::FieldRole, widget: mimeImageImage); | 
| 92 |  | 
| 93 |  | 
| 94 |         retranslateUi(MimeImageRecordEditor); | 
| 95 |  | 
| 96 |         QMetaObject::connectSlotsByName(o: MimeImageRecordEditor); | 
| 97 |     } // setupUi | 
| 98 |  | 
| 99 |     void retranslateUi(QWidget *MimeImageRecordEditor) | 
| 100 |     { | 
| 101 |         MimeImageRecordEditor->setWindowTitle(QCoreApplication::translate(context: "MimeImageRecordEditor" , key: "Form" , disambiguation: nullptr)); | 
| 102 |         label_4->setText(QCoreApplication::translate(context: "MimeImageRecordEditor" , key: "MIME Record <image/*>" , disambiguation: nullptr)); | 
| 103 |         label_11->setText(QCoreApplication::translate(context: "MimeImageRecordEditor" , key: "Type:" , disambiguation: nullptr)); | 
| 104 |         mimeImageType->setText(QCoreApplication::translate(context: "MimeImageRecordEditor" , key: "image/" , disambiguation: nullptr)); | 
| 105 |         label_12->setText(QCoreApplication::translate(context: "MimeImageRecordEditor" , key: "File:" , disambiguation: nullptr)); | 
| 106 |         mimeImageOpen->setText(QCoreApplication::translate(context: "MimeImageRecordEditor" , key: "..." , disambiguation: nullptr)); | 
| 107 |         mimeImageImage->setText(QCoreApplication::translate(context: "MimeImageRecordEditor" , key: "TextLabel" , disambiguation: nullptr)); | 
| 108 |     } // retranslateUi | 
| 109 |  | 
| 110 | }; | 
| 111 |  | 
| 112 | namespace Ui { | 
| 113 |     class MimeImageRecordEditor: public Ui_MimeImageRecordEditor {}; | 
| 114 | } // namespace Ui | 
| 115 |  | 
| 116 | QT_END_NAMESPACE | 
| 117 |  | 
| 118 | #endif // UI_MIMEIMAGERECORDEDITOR_H | 
| 119 |  |