feat: change new file instructor position

This commit is contained in:
semenov
2024-12-24 11:27:14 +03:00
parent 4ac72c7b1a
commit 8d748507b5
35 changed files with 196303 additions and 874 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -22,8 +22,8 @@ QT_BEGIN_MOC_NAMESPACE
QT_WARNING_PUSH
QT_WARNING_DISABLE_DEPRECATED
struct qt_meta_stringdata_UpdateNotifyWidget_t {
QByteArrayData data[3];
char stringdata0[43];
QByteArrayData data[6];
char stringdata0[143];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
@@ -34,11 +34,16 @@ static const qt_meta_stringdata_UpdateNotifyWidget_t qt_meta_stringdata_UpdateNo
{
QT_MOC_LITERAL(0, 0, 18), // "UpdateNotifyWidget"
QT_MOC_LITERAL(1, 19, 22), // "on_closeButton_clicked"
QT_MOC_LITERAL(2, 42, 0) // ""
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..."
},
"UpdateNotifyWidget\0on_closeButton_clicked\0"
""
"\0on_loadToServerButton_clicked\0"
"on_undoChangesButton_clicked\0"
"on_startWithCurrentChangesButton_clicked"
};
#undef QT_MOC_LITERAL
@@ -48,7 +53,7 @@ static const uint qt_meta_data_UpdateNotifyWidget[] = {
8, // revision
0, // classname
0, 0, // classinfo
1, 14, // methods
4, 14, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
@@ -56,9 +61,15 @@ static const uint qt_meta_data_UpdateNotifyWidget[] = {
0, // signalCount
// slots: name, argc, parameters, tag, flags
1, 0, 19, 2, 0x08 /* Private */,
1, 0, 34, 2, 0x08 /* Private */,
3, 0, 35, 2, 0x08 /* Private */,
4, 0, 36, 2, 0x08 /* Private */,
5, 0, 37, 2, 0x08 /* Private */,
// slots: parameters
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
0 // eod
@@ -71,6 +82,9 @@ void UpdateNotifyWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, i
Q_UNUSED(_t)
switch (_id) {
case 0: _t->on_closeButton_clicked(); break;
case 1: _t->on_loadToServerButton_clicked(); break;
case 2: _t->on_undoChangesButton_clicked(); break;
case 3: _t->on_startWithCurrentChangesButton_clicked(); break;
default: ;
}
}
@@ -106,13 +120,13 @@ int UpdateNotifyWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 1)
if (_id < 4)
qt_static_metacall(this, _c, _id, _a);
_id -= 1;
_id -= 4;
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 1)
if (_id < 4)
*reinterpret_cast<int*>(_a[0]) = -1;
_id -= 1;
_id -= 4;
}
return _id;
}

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.