Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ui_addressbookpage.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'addressbookpage.ui'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost when recompiling UI file!
6 ********************************************************************************/
7 
8 #ifndef UI_ADDRESSBOOKPAGE_H
9 #define UI_ADDRESSBOOKPAGE_H
10 
11 #include <QtCore/QVariant>
12 #include <QtGui/QAction>
13 #include <QtGui/QApplication>
14 #include <QtGui/QButtonGroup>
15 #include <QtGui/QHBoxLayout>
16 #include <QtGui/QHeaderView>
17 #include <QtGui/QLabel>
18 #include <QtGui/QPushButton>
19 #include <QtGui/QSpacerItem>
20 #include <QtGui/QTableView>
21 #include <QtGui/QVBoxLayout>
22 #include <QtGui/QWidget>
23 
24 QT_BEGIN_NAMESPACE
25 
27 {
28 public:
29  QVBoxLayout *verticalLayout;
31  QTableView *tableView;
32  QHBoxLayout *horizontalLayout;
33  QPushButton *newAddress;
34  QPushButton *copyAddress;
35  QPushButton *deleteAddress;
36  QSpacerItem *horizontalSpacer;
37  QPushButton *exportButton;
38  QPushButton *closeButton;
39 
41  {
42  if (AddressBookPage->objectName().isEmpty())
43  AddressBookPage->setObjectName(QString::fromUtf8("AddressBookPage"));
44  AddressBookPage->resize(760, 380);
45  verticalLayout = new QVBoxLayout(AddressBookPage);
46  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
47  labelExplanation = new QLabel(AddressBookPage);
48  labelExplanation->setObjectName(QString::fromUtf8("labelExplanation"));
49  labelExplanation->setTextFormat(Qt::PlainText);
50  labelExplanation->setWordWrap(true);
51 
52  verticalLayout->addWidget(labelExplanation);
53 
54  tableView = new QTableView(AddressBookPage);
55  tableView->setObjectName(QString::fromUtf8("tableView"));
56  tableView->setContextMenuPolicy(Qt::CustomContextMenu);
57  tableView->setTabKeyNavigation(false);
58  tableView->setAlternatingRowColors(true);
59  tableView->setSelectionMode(QAbstractItemView::SingleSelection);
60  tableView->setSelectionBehavior(QAbstractItemView::SelectRows);
61  tableView->setSortingEnabled(true);
62  tableView->verticalHeader()->setVisible(false);
63 
64  verticalLayout->addWidget(tableView);
65 
66  horizontalLayout = new QHBoxLayout();
67  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
68  newAddress = new QPushButton(AddressBookPage);
69  newAddress->setObjectName(QString::fromUtf8("newAddress"));
70  QIcon icon;
71  icon.addFile(QString::fromUtf8(":/icons/add"), QSize(), QIcon::Normal, QIcon::Off);
72  newAddress->setIcon(icon);
73 
74  horizontalLayout->addWidget(newAddress);
75 
76  copyAddress = new QPushButton(AddressBookPage);
77  copyAddress->setObjectName(QString::fromUtf8("copyAddress"));
78  QIcon icon1;
79  icon1.addFile(QString::fromUtf8(":/icons/editcopy"), QSize(), QIcon::Normal, QIcon::Off);
80  copyAddress->setIcon(icon1);
81 
82  horizontalLayout->addWidget(copyAddress);
83 
84  deleteAddress = new QPushButton(AddressBookPage);
85  deleteAddress->setObjectName(QString::fromUtf8("deleteAddress"));
86  QIcon icon2;
87  icon2.addFile(QString::fromUtf8(":/icons/remove"), QSize(), QIcon::Normal, QIcon::Off);
88  deleteAddress->setIcon(icon2);
89 
90  horizontalLayout->addWidget(deleteAddress);
91 
92  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
93 
94  horizontalLayout->addItem(horizontalSpacer);
95 
96  exportButton = new QPushButton(AddressBookPage);
97  exportButton->setObjectName(QString::fromUtf8("exportButton"));
98  QIcon icon3;
99  icon3.addFile(QString::fromUtf8(":/icons/export"), QSize(), QIcon::Normal, QIcon::Off);
100  exportButton->setIcon(icon3);
101 
102  horizontalLayout->addWidget(exportButton);
103 
104  closeButton = new QPushButton(AddressBookPage);
105  closeButton->setObjectName(QString::fromUtf8("closeButton"));
106  QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum);
107  sizePolicy.setHorizontalStretch(0);
108  sizePolicy.setVerticalStretch(0);
109  sizePolicy.setHeightForWidth(closeButton->sizePolicy().hasHeightForWidth());
110  closeButton->setSizePolicy(sizePolicy);
111 
112  horizontalLayout->addWidget(closeButton);
113 
114 
115  verticalLayout->addLayout(horizontalLayout);
116 
117 
118  retranslateUi(AddressBookPage);
119 
120  QMetaObject::connectSlotsByName(AddressBookPage);
121  } // setupUi
122 
124  {
125 #ifndef QT_NO_TOOLTIP
126  tableView->setToolTip(QApplication::translate("AddressBookPage", "Double-click to edit address or label", 0, QApplication::UnicodeUTF8));
127 #endif // QT_NO_TOOLTIP
128 #ifndef QT_NO_TOOLTIP
129  newAddress->setToolTip(QApplication::translate("AddressBookPage", "Create a new address", 0, QApplication::UnicodeUTF8));
130 #endif // QT_NO_TOOLTIP
131  newAddress->setText(QApplication::translate("AddressBookPage", "&New", 0, QApplication::UnicodeUTF8));
132 #ifndef QT_NO_TOOLTIP
133  copyAddress->setToolTip(QApplication::translate("AddressBookPage", "Copy the currently selected address to the system clipboard", 0, QApplication::UnicodeUTF8));
134 #endif // QT_NO_TOOLTIP
135  copyAddress->setText(QApplication::translate("AddressBookPage", "&Copy", 0, QApplication::UnicodeUTF8));
136 #ifndef QT_NO_TOOLTIP
137  deleteAddress->setToolTip(QApplication::translate("AddressBookPage", "Delete the currently selected address from the list", 0, QApplication::UnicodeUTF8));
138 #endif // QT_NO_TOOLTIP
139  deleteAddress->setText(QApplication::translate("AddressBookPage", "&Delete", 0, QApplication::UnicodeUTF8));
140 #ifndef QT_NO_TOOLTIP
141  exportButton->setToolTip(QApplication::translate("AddressBookPage", "Export the data in the current tab to a file", 0, QApplication::UnicodeUTF8));
142 #endif // QT_NO_TOOLTIP
143  exportButton->setText(QApplication::translate("AddressBookPage", "&Export", 0, QApplication::UnicodeUTF8));
144  closeButton->setText(QApplication::translate("AddressBookPage", "C&lose", 0, QApplication::UnicodeUTF8));
145  Q_UNUSED(AddressBookPage);
146  } // retranslateUi
147 
148 };
149 
150 namespace Ui {
152 } // namespace Ui
153 
154 QT_END_NAMESPACE
155 
156 #endif // UI_ADDRESSBOOKPAGE_H
QPushButton * newAddress
void retranslateUi(QWidget *AddressBookPage)
QPushButton * copyAddress
QSpacerItem * horizontalSpacer
QHBoxLayout * horizontalLayout
QVBoxLayout * verticalLayout
QPushButton * closeButton
void setupUi(QWidget *AddressBookPage)
QPushButton * deleteAddress
Widget that shows a list of sending or receiving addresses.
QPushButton * exportButton