Dash Core  0.12.2.1
P2P Digital Currency
ui_addressbookpage.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'addressbookpage.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_ADDRESSBOOKPAGE_H
10 #define UI_ADDRESSBOOKPAGE_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QHBoxLayout>
17 #include <QtWidgets/QHeaderView>
18 #include <QtWidgets/QLabel>
19 #include <QtWidgets/QPushButton>
20 #include <QtWidgets/QSpacerItem>
21 #include <QtWidgets/QTableView>
22 #include <QtWidgets/QVBoxLayout>
23 #include <QtWidgets/QWidget>
24 
25 QT_BEGIN_NAMESPACE
26 
28 {
29 public:
30  QVBoxLayout *verticalLayout;
32  QTableView *tableView;
33  QHBoxLayout *horizontalLayout;
34  QPushButton *newAddress;
35  QPushButton *copyAddress;
36  QPushButton *deleteAddress;
37  QSpacerItem *horizontalSpacer;
38  QPushButton *exportButton;
39  QPushButton *closeButton;
40 
41  void setupUi(QWidget *AddressBookPage)
42  {
43  if (AddressBookPage->objectName().isEmpty())
44  AddressBookPage->setObjectName(QStringLiteral("AddressBookPage"));
45  AddressBookPage->resize(760, 380);
46  verticalLayout = new QVBoxLayout(AddressBookPage);
47  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
48  labelExplanation = new QLabel(AddressBookPage);
49  labelExplanation->setObjectName(QStringLiteral("labelExplanation"));
50  labelExplanation->setTextFormat(Qt::PlainText);
51  labelExplanation->setWordWrap(true);
52 
53  verticalLayout->addWidget(labelExplanation);
54 
55  tableView = new QTableView(AddressBookPage);
56  tableView->setObjectName(QStringLiteral("tableView"));
57  tableView->setContextMenuPolicy(Qt::CustomContextMenu);
58  tableView->setTabKeyNavigation(false);
59  tableView->setAlternatingRowColors(true);
60  tableView->setSelectionMode(QAbstractItemView::SingleSelection);
61  tableView->setSelectionBehavior(QAbstractItemView::SelectRows);
62  tableView->setSortingEnabled(true);
63  tableView->verticalHeader()->setVisible(false);
64 
65  verticalLayout->addWidget(tableView);
66 
67  horizontalLayout = new QHBoxLayout();
68  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
69  newAddress = new QPushButton(AddressBookPage);
70  newAddress->setObjectName(QStringLiteral("newAddress"));
71  newAddress->setAutoDefault(false);
72 
73  horizontalLayout->addWidget(newAddress);
74 
75  copyAddress = new QPushButton(AddressBookPage);
76  copyAddress->setObjectName(QStringLiteral("copyAddress"));
77  copyAddress->setAutoDefault(false);
78 
79  horizontalLayout->addWidget(copyAddress);
80 
81  deleteAddress = new QPushButton(AddressBookPage);
82  deleteAddress->setObjectName(QStringLiteral("deleteAddress"));
83  deleteAddress->setAutoDefault(false);
84 
85  horizontalLayout->addWidget(deleteAddress);
86 
87  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
88 
90 
91  exportButton = new QPushButton(AddressBookPage);
92  exportButton->setObjectName(QStringLiteral("exportButton"));
93  exportButton->setAutoDefault(false);
94 
95  horizontalLayout->addWidget(exportButton);
96 
97  closeButton = new QPushButton(AddressBookPage);
98  closeButton->setObjectName(QStringLiteral("closeButton"));
99  QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum);
100  sizePolicy.setHorizontalStretch(0);
101  sizePolicy.setVerticalStretch(0);
102  sizePolicy.setHeightForWidth(closeButton->sizePolicy().hasHeightForWidth());
103  closeButton->setSizePolicy(sizePolicy);
104  closeButton->setAutoDefault(false);
105 
106  horizontalLayout->addWidget(closeButton);
107 
108 
109  verticalLayout->addLayout(horizontalLayout);
110 
111 
113 
114  QMetaObject::connectSlotsByName(AddressBookPage);
115  } // setupUi
116 
118  {
119 #ifndef QT_NO_TOOLTIP
120  tableView->setToolTip(QApplication::translate("AddressBookPage", "Right-click to edit address or label", 0));
121 #endif // QT_NO_TOOLTIP
122 #ifndef QT_NO_TOOLTIP
123  newAddress->setToolTip(QApplication::translate("AddressBookPage", "Create a new address", 0));
124 #endif // QT_NO_TOOLTIP
125  newAddress->setText(QApplication::translate("AddressBookPage", "&New", 0));
126 #ifndef QT_NO_TOOLTIP
127  copyAddress->setToolTip(QApplication::translate("AddressBookPage", "Copy the currently selected address to the system clipboard", 0));
128 #endif // QT_NO_TOOLTIP
129  copyAddress->setText(QApplication::translate("AddressBookPage", "&Copy", 0));
130 #ifndef QT_NO_TOOLTIP
131  deleteAddress->setToolTip(QApplication::translate("AddressBookPage", "Delete the currently selected address from the list", 0));
132 #endif // QT_NO_TOOLTIP
133  deleteAddress->setText(QApplication::translate("AddressBookPage", "&Delete", 0));
134 #ifndef QT_NO_TOOLTIP
135  exportButton->setToolTip(QApplication::translate("AddressBookPage", "Export the data in the current tab to a file", 0));
136 #endif // QT_NO_TOOLTIP
137  exportButton->setText(QApplication::translate("AddressBookPage", "&Export", 0));
138  closeButton->setText(QApplication::translate("AddressBookPage", "C&lose", 0));
139  Q_UNUSED(AddressBookPage);
140  } // retranslateUi
141 
142 };
143 
144 namespace Ui {
146 } // namespace Ui
147 
148 QT_END_NAMESPACE
149 
150 #endif // UI_ADDRESSBOOKPAGE_H
QHBoxLayout * horizontalLayout
QPushButton * exportButton
QPushButton * copyAddress
QPushButton * newAddress
QPushButton * closeButton
QVBoxLayout * verticalLayout
void setupUi(QWidget *AddressBookPage)
QPushButton * deleteAddress
QSpacerItem * horizontalSpacer
void retranslateUi(QWidget *AddressBookPage)