Actualizaciones varias: mejoras en cuenta, sincronización, UI

This commit is contained in:
2026-07-05 10:45:44 +02:00
parent 8799633447
commit 4569c174f0
195 changed files with 32571 additions and 20694 deletions
@@ -53,7 +53,15 @@ template <> constexpr inline auto MainMainWindow::qt_create_metaobjectdata<qt_me
"const MailItem*",
"item",
"onNewMessage",
"openMailInIndependentWindow"
"openMailInIndependentWindow",
"onAddAccountRequested",
"onAccountEditRequested",
"accountId",
"onAccountDeleteRequested",
"onProgressChanged",
"percent",
"onStatusMessage",
"msg"
};
QtMocHelpers::UintData qt_methods {
@@ -81,6 +89,24 @@ template <> constexpr inline auto MainMainWindow::qt_create_metaobjectdata<qt_me
QtMocHelpers::SlotData<void(int)>(13, 2, QMC::AccessPrivate, QMetaType::Void, {{
{ QMetaType::Int, 7 },
}}),
// Slot 'onAddAccountRequested'
QtMocHelpers::SlotData<void()>(14, 2, QMC::AccessPrivate, QMetaType::Void),
// Slot 'onAccountEditRequested'
QtMocHelpers::SlotData<void(int)>(15, 2, QMC::AccessPrivate, QMetaType::Void, {{
{ QMetaType::Int, 16 },
}}),
// Slot 'onAccountDeleteRequested'
QtMocHelpers::SlotData<void(int)>(17, 2, QMC::AccessPrivate, QMetaType::Void, {{
{ QMetaType::Int, 16 },
}}),
// Slot 'onProgressChanged'
QtMocHelpers::SlotData<void(int)>(18, 2, QMC::AccessPrivate, QMetaType::Void, {{
{ QMetaType::Int, 19 },
}}),
// Slot 'onStatusMessage'
QtMocHelpers::SlotData<void(const QString &)>(20, 2, QMC::AccessPrivate, QMetaType::Void, {{
{ QMetaType::QString, 21 },
}}),
};
QtMocHelpers::UintData qt_properties {
};
@@ -111,6 +137,11 @@ void MainMainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _
case 4: _t->onReaderReplyRequested((*reinterpret_cast<std::add_pointer_t<const MailItem*>>(_a[1]))); break;
case 5: _t->onNewMessage(); break;
case 6: _t->openMailInIndependentWindow((*reinterpret_cast<std::add_pointer_t<int>>(_a[1]))); break;
case 7: _t->onAddAccountRequested(); break;
case 8: _t->onAccountEditRequested((*reinterpret_cast<std::add_pointer_t<int>>(_a[1]))); break;
case 9: _t->onAccountDeleteRequested((*reinterpret_cast<std::add_pointer_t<int>>(_a[1]))); break;
case 10: _t->onProgressChanged((*reinterpret_cast<std::add_pointer_t<int>>(_a[1]))); break;
case 11: _t->onStatusMessage((*reinterpret_cast<std::add_pointer_t<QString>>(_a[1]))); break;
default: ;
}
}
@@ -135,14 +166,14 @@ int MainMainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 7)
if (_id < 12)
qt_static_metacall(this, _c, _id, _a);
_id -= 7;
_id -= 12;
}
if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 7)
if (_id < 12)
*reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
_id -= 7;
_id -= 12;
}
return _id;
}