Line data Source code
1 : /******************************************************************************** 2 : ** Form generated from reading UI file 'openuridialog.ui' 3 : ** 4 : ** Created by: Qt User Interface Compiler version 5.15.0 5 : ** 6 : ** WARNING! All changes made in this file will be lost when recompiling UI file! 7 : ********************************************************************************/ 8 : 9 : #ifndef UI_OPENURIDIALOG_H 10 : #define UI_OPENURIDIALOG_H 11 : 12 : #include <QtCore/QVariant> 13 : #include <QtWidgets/QApplication> 14 : #include <QtWidgets/QDialog> 15 : #include <QtWidgets/QDialogButtonBox> 16 : #include <QtWidgets/QHBoxLayout> 17 : #include <QtWidgets/QLabel> 18 : #include <QtWidgets/QSpacerItem> 19 : #include <QtWidgets/QVBoxLayout> 20 : #include "qt/qvalidatedlineedit.h" 21 : 22 : QT_BEGIN_NAMESPACE 23 : 24 : class Ui_OpenURIDialog 25 : { 26 : public: 27 : QVBoxLayout *verticalLayout; 28 : QHBoxLayout *horizontalLayout; 29 : QLabel *label; 30 : QValidatedLineEdit *uriEdit; 31 : QSpacerItem *verticalSpacer; 32 : QDialogButtonBox *buttonBox; 33 : 34 0 : void setupUi(QDialog *OpenURIDialog) 35 : { 36 0 : if (OpenURIDialog->objectName().isEmpty()) 37 0 : OpenURIDialog->setObjectName(QString::fromUtf8("OpenURIDialog")); 38 0 : OpenURIDialog->resize(564, 109); 39 0 : verticalLayout = new QVBoxLayout(OpenURIDialog); 40 0 : verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); 41 0 : horizontalLayout = new QHBoxLayout(); 42 0 : horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); 43 0 : label = new QLabel(OpenURIDialog); 44 0 : label->setObjectName(QString::fromUtf8("label")); 45 : 46 0 : horizontalLayout->addWidget(label); 47 : 48 0 : uriEdit = new QValidatedLineEdit(OpenURIDialog); 49 0 : uriEdit->setObjectName(QString::fromUtf8("uriEdit")); 50 0 : uriEdit->setPlaceholderText(QString::fromUtf8("bitcoin:")); 51 : 52 0 : horizontalLayout->addWidget(uriEdit); 53 : 54 : 55 0 : verticalLayout->addLayout(horizontalLayout); 56 : 57 0 : verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); 58 : 59 0 : verticalLayout->addItem(verticalSpacer); 60 : 61 0 : buttonBox = new QDialogButtonBox(OpenURIDialog); 62 0 : buttonBox->setObjectName(QString::fromUtf8("buttonBox")); 63 0 : buttonBox->setOrientation(Qt::Horizontal); 64 0 : buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); 65 : 66 0 : verticalLayout->addWidget(buttonBox); 67 : 68 : 69 0 : retranslateUi(OpenURIDialog); 70 0 : QObject::connect(buttonBox, SIGNAL(accepted()), OpenURIDialog, SLOT(accept())); 71 0 : QObject::connect(buttonBox, SIGNAL(rejected()), OpenURIDialog, SLOT(reject())); 72 : 73 0 : QMetaObject::connectSlotsByName(OpenURIDialog); 74 0 : } // setupUi 75 : 76 0 : void retranslateUi(QDialog *OpenURIDialog) 77 : { 78 0 : OpenURIDialog->setWindowTitle(QCoreApplication::translate("OpenURIDialog", "Open bitcoin URI", nullptr)); 79 0 : label->setText(QCoreApplication::translate("OpenURIDialog", "URI:", nullptr)); 80 0 : } // retranslateUi 81 : 82 : }; 83 : 84 : namespace Ui { 85 : class OpenURIDialog: public Ui_OpenURIDialog {}; 86 : } // namespace Ui 87 : 88 : QT_END_NAMESPACE 89 : 90 : #endif // UI_OPENURIDIALOG_H