Dash Core  0.12.2.1
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 "qvalidatedlineedit.h"
25 
26 QT_BEGIN_NAMESPACE
27 
29 {
30 public:
31  QVBoxLayout *verticalLayout;
32  QLabel *label_2;
33  QHBoxLayout *horizontalLayout;
34  QLabel *label;
36  QPushButton *selectFileButton;
37  QSpacerItem *verticalSpacer;
38  QDialogButtonBox *buttonBox;
39 
40  void setupUi(QDialog *OpenURIDialog)
41  {
42  if (OpenURIDialog->objectName().isEmpty())
43  OpenURIDialog->setObjectName(QStringLiteral("OpenURIDialog"));
44  OpenURIDialog->resize(564, 109);
45  verticalLayout = new QVBoxLayout(OpenURIDialog);
46  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
47  label_2 = new QLabel(OpenURIDialog);
48  label_2->setObjectName(QStringLiteral("label_2"));
49 
50  verticalLayout->addWidget(label_2);
51 
52  horizontalLayout = new QHBoxLayout();
53  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
54  label = new QLabel(OpenURIDialog);
55  label->setObjectName(QStringLiteral("label"));
56 
57  horizontalLayout->addWidget(label);
58 
60  uriEdit->setObjectName(QStringLiteral("uriEdit"));
61 
62  horizontalLayout->addWidget(uriEdit);
63 
64  selectFileButton = new QPushButton(OpenURIDialog);
65  selectFileButton->setObjectName(QStringLiteral("selectFileButton"));
66  selectFileButton->setText(QStringLiteral("..."));
67  selectFileButton->setAutoDefault(false);
68 
70 
71 
72  verticalLayout->addLayout(horizontalLayout);
73 
74  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
75 
77 
78  buttonBox = new QDialogButtonBox(OpenURIDialog);
79  buttonBox->setObjectName(QStringLiteral("buttonBox"));
80  buttonBox->setOrientation(Qt::Horizontal);
81  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
82 
83  verticalLayout->addWidget(buttonBox);
84 
85 
87  QObject::connect(buttonBox, SIGNAL(accepted()), OpenURIDialog, SLOT(accept()));
88  QObject::connect(buttonBox, SIGNAL(rejected()), OpenURIDialog, SLOT(reject()));
89 
90  QMetaObject::connectSlotsByName(OpenURIDialog);
91  } // setupUi
92 
94  {
95  OpenURIDialog->setWindowTitle(QApplication::translate("OpenURIDialog", "Open URI", 0));
96  label_2->setText(QApplication::translate("OpenURIDialog", "Open payment request from URI or file", 0));
97  label->setText(QApplication::translate("OpenURIDialog", "URI:", 0));
98 #ifndef QT_NO_TOOLTIP
99  selectFileButton->setToolTip(QApplication::translate("OpenURIDialog", "Select payment request file", 0));
100 #endif // QT_NO_TOOLTIP
101  } // retranslateUi
102 
103 };
104 
105 namespace Ui {
106  class OpenURIDialog: public Ui_OpenURIDialog {};
107 } // namespace Ui
108 
109 QT_END_NAMESPACE
110 
111 #endif // UI_OPENURIDIALOG_H
void retranslateUi(QDialog *OpenURIDialog)
void setupUi(QDialog *OpenURIDialog)
QValidatedLineEdit * uriEdit
QVBoxLayout * verticalLayout
QSpacerItem * verticalSpacer
QHBoxLayout * horizontalLayout
QDialogButtonBox * buttonBox
QPushButton * selectFileButton