9 #include <QtCore/qbytearray.h>
10 #include <QtCore/qmetatype.h>
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'receivecoinsdialog.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 67
14 #error "This file was generated using the moc from 5.2.1. It"
15 #error "cannot be used with the include files from this version of Qt."
16 #error "(The moc has changed too much.)"
19 QT_BEGIN_MOC_NAMESPACE
24 #define QT_MOC_LITERAL(idx, ofs, len) \
25 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
26 offsetof(qt_meta_stringdata_ReceiveCoinsDialog_t, stringdata) + ofs \
27 - idx * sizeof(QByteArrayData) \
52 "ReceiveCoinsDialog\0clear\0\0reject\0"
53 "accept\0on_receiveButton_clicked\0"
54 "on_showRequestButton_clicked\0"
55 "on_removeRequestButton_clicked\0"
56 "on_recentRequestsView_doubleClicked\0"
57 "index\0recentRequestsView_selectionChanged\0"
58 "QItemSelection\0selected\0deselected\0"
59 "updateDisplayUnit\0showMenu\0point\0"
60 "copyLabel\0copyMessage\0copyAmount\0"
64 static const uint qt_meta_data_ReceiveCoinsDialog[] = {
99 QMetaType::Void, QMetaType::QModelIndex, 9,
100 QMetaType::Void, 0x80000000 | 11, 0x80000000 | 11, 12, 13,
102 QMetaType::Void, QMetaType::QPoint, 16,
110 void ReceiveCoinsDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
112 if (_c == QMetaObject::InvokeMetaMethod) {
115 case 0: _t->
clear();
break;
116 case 1: _t->
reject();
break;
117 case 2: _t->
accept();
break;
124 case 9: _t->
showMenu((*
reinterpret_cast< const QPoint(*)
>(_a[1])));
break;
133 const QMetaObject ReceiveCoinsDialog::staticMetaObject = {
134 { &QDialog::staticMetaObject, qt_meta_stringdata_ReceiveCoinsDialog.
data,
135 qt_meta_data_ReceiveCoinsDialog, qt_static_metacall, 0, 0}
139 const QMetaObject *ReceiveCoinsDialog::metaObject()
const
141 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
144 void *ReceiveCoinsDialog::qt_metacast(
const char *_clname)
146 if (!_clname)
return 0;
147 if (!strcmp(_clname, qt_meta_stringdata_ReceiveCoinsDialog.
stringdata))
149 return QDialog::qt_metacast(_clname);
152 int ReceiveCoinsDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
154 _id = QDialog::qt_metacall(_c, _id, _a);
157 if (_c == QMetaObject::InvokeMetaMethod) {
159 qt_static_metacall(
this, _c, _id, _a);
161 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
163 *
reinterpret_cast<int*
>(_a[0]) = -1;
Dialog for requesting payment of anoncoins.
void recentRequestsView_selectionChanged(const QItemSelection &selected, const QItemSelection &deselected)
void on_recentRequestsView_doubleClicked(const QModelIndex &index)
void on_removeRequestButton_clicked()
void on_receiveButton_clicked()
void on_showRequestButton_clicked()
#define QT_MOC_LITERAL(idx, ofs, len)
void showMenu(const QPoint &point)