ref: segregate systems, codestyle, busy message

This commit is contained in:
semenov
2024-12-27 15:41:41 +03:00
parent fc7f311d1e
commit f444b48892
103 changed files with 4756 additions and 2763 deletions

View File

@@ -7,7 +7,7 @@
*****************************************************************************/
#include <memory>
#include "../updatenotifywidget.h"
#include "../Widgets/updatenotifywidget.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
@@ -22,8 +22,8 @@ QT_BEGIN_MOC_NAMESPACE
QT_WARNING_PUSH
QT_WARNING_DISABLE_DEPRECATED
struct qt_meta_stringdata_UpdateNotifyWidget_t {
QByteArrayData data[6];
char stringdata0[143];
QByteArrayData data[8];
char stringdata0[187];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
@@ -37,13 +37,17 @@ QT_MOC_LITERAL(1, 19, 22), // "on_closeButton_clicked"
QT_MOC_LITERAL(2, 42, 0), // ""
QT_MOC_LITERAL(3, 43, 29), // "on_loadToServerButton_clicked"
QT_MOC_LITERAL(4, 73, 28), // "on_undoChangesButton_clicked"
QT_MOC_LITERAL(5, 102, 40) // "on_startWithCurrentChangesBut..."
QT_MOC_LITERAL(5, 102, 40), // "on_startWithCurrentChangesBut..."
QT_MOC_LITERAL(6, 143, 38), // "on_updateActionListLabel_link..."
QT_MOC_LITERAL(7, 182, 4) // "link"
},
"UpdateNotifyWidget\0on_closeButton_clicked\0"
"\0on_loadToServerButton_clicked\0"
"on_undoChangesButton_clicked\0"
"on_startWithCurrentChangesButton_clicked"
"on_startWithCurrentChangesButton_clicked\0"
"on_updateActionListLabel_linkActivated\0"
"link"
};
#undef QT_MOC_LITERAL
@@ -53,7 +57,7 @@ static const uint qt_meta_data_UpdateNotifyWidget[] = {
8, // revision
0, // classname
0, 0, // classinfo
4, 14, // methods
5, 14, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
@@ -61,16 +65,18 @@ static const uint qt_meta_data_UpdateNotifyWidget[] = {
0, // signalCount
// slots: name, argc, parameters, tag, flags
1, 0, 34, 2, 0x08 /* Private */,
3, 0, 35, 2, 0x08 /* Private */,
4, 0, 36, 2, 0x08 /* Private */,
5, 0, 37, 2, 0x08 /* Private */,
1, 0, 39, 2, 0x08 /* Private */,
3, 0, 40, 2, 0x08 /* Private */,
4, 0, 41, 2, 0x08 /* Private */,
5, 0, 42, 2, 0x08 /* Private */,
6, 1, 43, 2, 0x08 /* Private */,
// slots: parameters
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void, QMetaType::QString, 7,
0 // eod
};
@@ -85,10 +91,10 @@ void UpdateNotifyWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, i
case 1: _t->on_loadToServerButton_clicked(); break;
case 2: _t->on_undoChangesButton_clicked(); break;
case 3: _t->on_startWithCurrentChangesButton_clicked(); break;
case 4: _t->on_updateActionListLabel_linkActivated((*reinterpret_cast< const QString(*)>(_a[1]))); break;
default: ;
}
}
Q_UNUSED(_a);
}
QT_INIT_METAOBJECT const QMetaObject UpdateNotifyWidget::staticMetaObject = { {
@@ -120,13 +126,13 @@ int UpdateNotifyWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 4)
if (_id < 5)
qt_static_metacall(this, _c, _id, _a);
_id -= 4;
_id -= 5;
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 4)
if (_id < 5)
*reinterpret_cast<int*>(_a[0]) = -1;
_id -= 4;
_id -= 5;
}
return _id;
}