Fabcoin Core  0.16.2
P2P Digital Currency
ui_openuridialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'openuridialog.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.5.1
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/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QDialog>
17 #include <QtWidgets/QDialogButtonBox>
18 #include <QtWidgets/QHBoxLayout>
19 #include <QtWidgets/QHeaderView>
20 #include <QtWidgets/QLabel>
21 #include <QtWidgets/QPushButton>
22 #include <QtWidgets/QSpacerItem>
23 #include <QtWidgets/QVBoxLayout>
24 #include <QtWidgets/QWidget>
25 #include "qvalidatedlineedit.h"
26 
27 QT_BEGIN_NAMESPACE
28 
30 {
31 public:
32  QVBoxLayout *verticalLayout;
33  QHBoxLayout *horizontalLayout_3;
34  QLabel *label_2;
35  QHBoxLayout *horizontalLayout;
36  QLabel *label;
38  QPushButton *selectFileButton;
39  QSpacerItem *verticalSpacer;
41  QHBoxLayout *horizontalLayout_2;
42  QDialogButtonBox *buttonBox;
43 
44  void setupUi(QDialog *OpenURIDialog)
45  {
46  if (OpenURIDialog->objectName().isEmpty())
47  OpenURIDialog->setObjectName(QStringLiteral("OpenURIDialog"));
48  OpenURIDialog->resize(564, 148);
49  verticalLayout = new QVBoxLayout(OpenURIDialog);
50  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
51  verticalLayout->setContentsMargins(0, 15, 0, 0);
52  horizontalLayout_3 = new QHBoxLayout();
53  horizontalLayout_3->setObjectName(QStringLiteral("horizontalLayout_3"));
54  horizontalLayout_3->setContentsMargins(30, -1, 30, -1);
55  label_2 = new QLabel(OpenURIDialog);
56  label_2->setObjectName(QStringLiteral("label_2"));
57 
58  horizontalLayout_3->addWidget(label_2);
59 
60 
61  verticalLayout->addLayout(horizontalLayout_3);
62 
63  horizontalLayout = new QHBoxLayout();
64  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
65  horizontalLayout->setContentsMargins(30, -1, 30, -1);
66  label = new QLabel(OpenURIDialog);
67  label->setObjectName(QStringLiteral("label"));
68 
69  horizontalLayout->addWidget(label);
70 
71  uriEdit = new QValidatedLineEdit(OpenURIDialog);
72  uriEdit->setObjectName(QStringLiteral("uriEdit"));
73 
74  horizontalLayout->addWidget(uriEdit);
75 
76  selectFileButton = new QPushButton(OpenURIDialog);
77  selectFileButton->setObjectName(QStringLiteral("selectFileButton"));
78  selectFileButton->setText(QString::fromUtf8("\342\200\246"));
79  selectFileButton->setAutoDefault(false);
80 
81  horizontalLayout->addWidget(selectFileButton);
82 
83 
84  verticalLayout->addLayout(horizontalLayout);
85 
86  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
87 
88  verticalLayout->addItem(verticalSpacer);
89 
90  buttonsContainerWhite = new QWidget(OpenURIDialog);
91  buttonsContainerWhite->setObjectName(QStringLiteral("buttonsContainerWhite"));
92  horizontalLayout_2 = new QHBoxLayout(buttonsContainerWhite);
93  horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
94  horizontalLayout_2->setContentsMargins(30, 15, 30, 15);
95  buttonBox = new QDialogButtonBox(buttonsContainerWhite);
96  buttonBox->setObjectName(QStringLiteral("buttonBox"));
97  buttonBox->setOrientation(Qt::Horizontal);
98  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
99  buttonBox->setCenterButtons(true);
100 
101  horizontalLayout_2->addWidget(buttonBox);
102 
103 
104  verticalLayout->addWidget(buttonsContainerWhite);
105 
106 
107  retranslateUi(OpenURIDialog);
108  QObject::connect(buttonBox, SIGNAL(accepted()), OpenURIDialog, SLOT(accept()));
109  QObject::connect(buttonBox, SIGNAL(rejected()), OpenURIDialog, SLOT(reject()));
110 
111  QMetaObject::connectSlotsByName(OpenURIDialog);
112  } // setupUi
113 
115  {
116  OpenURIDialog->setWindowTitle(QApplication::translate("OpenURIDialog", "Open URI", 0));
117  label_2->setText(QApplication::translate("OpenURIDialog", "Open payment request from URI or file", 0));
118  label->setText(QApplication::translate("OpenURIDialog", "URI:", 0));
119 #ifndef QT_NO_TOOLTIP
120  selectFileButton->setToolTip(QApplication::translate("OpenURIDialog", "Select payment request file", 0));
121 #endif // QT_NO_TOOLTIP
122  } // retranslateUi
123 
124 };
125 
126 namespace Ui {
127  class OpenURIDialog: public Ui_OpenURIDialog {};
128 } // namespace Ui
129 
130 QT_END_NAMESPACE
131 
132 #endif // UI_OPENURIDIALOG_H
QHBoxLayout * horizontalLayout_2
void setupUi(QDialog *OpenURIDialog)
QVBoxLayout * verticalLayout
QValidatedLineEdit * uriEdit
Line edit that can be marked as "invalid" to show input validation feedback.
QHBoxLayout * horizontalLayout_3
QWidget * buttonsContainerWhite
QPushButton * selectFileButton
void retranslateUi(QDialog *OpenURIDialog)
QSpacerItem * verticalSpacer
QHBoxLayout * horizontalLayout
QDialogButtonBox * buttonBox