9 #include <QtCore/qbytearray.h> 10 #include <QtCore/qmetatype.h> 11 #if !defined(Q_MOC_OUTPUT_REVISION) 12 #error "The header file 'optionsdialog.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_ProxyAddressValidator_t, stringdata0) + ofs \ 27 - idx * sizeof(QByteArrayData)) \ 34 "ProxyAddressValidator" 38 static const uint qt_meta_data_ProxyAddressValidator[] = {
54 void ProxyAddressValidator::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
62 const QMetaObject ProxyAddressValidator::staticMetaObject = {
63 { &QValidator::staticMetaObject, qt_meta_stringdata_ProxyAddressValidator.
data,
64 qt_meta_data_ProxyAddressValidator, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
68 const QMetaObject *ProxyAddressValidator::metaObject()
const 70 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
73 void *ProxyAddressValidator::qt_metacast(
const char *_clname)
75 if (!_clname)
return Q_NULLPTR;
76 if (!strcmp(_clname, qt_meta_stringdata_ProxyAddressValidator.
stringdata0))
78 return QValidator::qt_metacast(_clname);
81 int ProxyAddressValidator::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
83 _id = QValidator::qt_metacall(_c, _id, _a);
92 #define QT_MOC_LITERAL(idx, ofs, len) \ 93 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ 94 qptrdiff(offsetof(qt_meta_stringdata_OptionsDialog_t, stringdata0) + ofs \ 95 - idx * sizeof(QByteArrayData)) \ 119 "OptionsDialog\0proxyIpChecks\0\0" 120 "QValidatedLineEdit*\0pUiProxyIp\0" 121 "nProxyPort\0setOkButtonState\0fState\0" 122 "on_resetButton_clicked\0" 123 "on_openFabcoinConfButton_clicked\0" 124 "on_okButton_clicked\0on_cancelButton_clicked\0" 125 "on_hideTrayIcon_stateChanged\0" 126 "showRestartWarning\0fPersistent\0" 127 "clearStatusLabel\0updateProxyValidationState\0" 128 "updateDefaultProxyNets" 130 #undef QT_MOC_LITERAL 132 static const uint qt_meta_data_OptionsDialog[] = {
162 QMetaType::Void, 0x80000000 | 3, QMetaType::Int, 4, 5,
165 QMetaType::Void, QMetaType::Bool, 7,
170 QMetaType::Void, QMetaType::Int, 7,
171 QMetaType::Void, QMetaType::Bool, 14,
180 void OptionsDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
182 if (_c == QMetaObject::InvokeMetaMethod) {
200 }
else if (_c == QMetaObject::IndexOfMethod) {
201 int *result =
reinterpret_cast<int *
>(_a[0]);
202 void **func =
reinterpret_cast<void **
>(_a[1]);
212 const QMetaObject OptionsDialog::staticMetaObject = {
213 { &QDialog::staticMetaObject, qt_meta_stringdata_OptionsDialog.
data,
214 qt_meta_data_OptionsDialog, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
218 const QMetaObject *OptionsDialog::metaObject()
const 220 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
223 void *OptionsDialog::qt_metacast(
const char *_clname)
225 if (!_clname)
return Q_NULLPTR;
226 if (!strcmp(_clname, qt_meta_stringdata_OptionsDialog.
stringdata0))
227 return static_cast<void*
>(
const_cast< OptionsDialog*
>(
this));
228 return QDialog::qt_metacast(_clname);
231 int OptionsDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
233 _id = QDialog::qt_metacall(_c, _id, _a);
236 if (_c == QMetaObject::InvokeMetaMethod) {
238 qt_static_metacall(
this, _c, _id, _a);
240 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
242 *
reinterpret_cast<int*
>(_a[0]) = -1;
251 void *_a[] = { Q_NULLPTR,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)),
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t2)) };
252 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
Proxy address widget validator, checks for a valid proxy address.
void setOkButtonState(bool fState)
void on_resetButton_clicked()
Line edit that can be marked as "invalid" to show input validation feedback.
void on_okButton_clicked()
void updateDefaultProxyNets()
void proxyIpChecks(QValidatedLineEdit *pUiProxyIp, int nProxyPort)
void on_hideTrayIcon_stateChanged(int fState)
void showRestartWarning(bool fPersistent=false)
void on_cancelButton_clicked()
void updateProxyValidationState()
#define QT_MOC_LITERAL(idx, ofs, len)
void on_openFabcoinConfButton_clicked()