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.5.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 qptrdiff(offsetof(qt_meta_stringdata_ReceiveCoinsDialog_t, stringdata0) + ofs \ 27 - idx * sizeof(QByteArrayData)) \ 56 "ReceiveCoinsDialog\0clear\0\0reject\0" 57 "accept\0on_receiveButton_clicked\0" 58 "on_showRequestButton_clicked\0" 59 "on_removeRequestButton_clicked\0" 60 "on_copyAddressButton_clicked\0" 61 "on_recentRequestsView_doubleClicked\0" 62 "index\0on_recentRequestsView_clicked\0" 63 "recentRequestsView_selectionChanged\0" 64 "QItemSelection\0selected\0deselected\0" 65 "updateDisplayUnit\0showMenu\0point\0" 66 "copyURI\0copyLabel\0copyMessage\0copyAmount" 70 static const uint qt_meta_data_ReceiveCoinsDialog[] = {
109 QMetaType::Void, QMetaType::QModelIndex, 10,
110 QMetaType::Void, QMetaType::QModelIndex, 10,
111 QMetaType::Void, 0x80000000 | 13, 0x80000000 | 13, 14, 15,
113 QMetaType::Void, QMetaType::QPoint, 18,
122 void ReceiveCoinsDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
124 if (_c == QMetaObject::InvokeMetaMethod) {
128 case 0: _t->
clear();
break;
129 case 1: _t->
reject();
break;
130 case 2: _t->
accept();
break;
139 case 11: _t->
showMenu((*
reinterpret_cast< const QPoint(*)
>(_a[1])));
break;
146 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
148 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
150 switch (*reinterpret_cast<int*>(_a[1])) {
151 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
154 *
reinterpret_cast<int*
>(_a[0]) = qRegisterMetaType< QItemSelection >();
break;
161 const QMetaObject ReceiveCoinsDialog::staticMetaObject = {
162 { &QDialog::staticMetaObject, qt_meta_stringdata_ReceiveCoinsDialog.
data,
163 qt_meta_data_ReceiveCoinsDialog, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
167 const QMetaObject *ReceiveCoinsDialog::metaObject()
const 169 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
172 void *ReceiveCoinsDialog::qt_metacast(
const char *_clname)
174 if (!_clname)
return Q_NULLPTR;
175 if (!strcmp(_clname, qt_meta_stringdata_ReceiveCoinsDialog.
stringdata0))
177 return QDialog::qt_metacast(_clname);
180 int ReceiveCoinsDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
182 _id = QDialog::qt_metacall(_c, _id, _a);
185 if (_c == QMetaObject::InvokeMetaMethod) {
187 qt_static_metacall(
this, _c, _id, _a);
189 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
191 qt_static_metacall(
this, _c, _id, _a);
Dialog for requesting payment of fabcoins.
void recentRequestsView_selectionChanged(const QItemSelection &selected, const QItemSelection &deselected)
void on_copyAddressButton_clicked()
void on_recentRequestsView_doubleClicked(const QModelIndex &index)
void on_recentRequestsView_clicked(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)