MessangerWidget переехал в InstrucorsAndTraineesWidget

This commit is contained in:
krivoshein
2024-12-04 10:25:33 +03:00
parent a310c687e6
commit 56eff211ce
65 changed files with 915 additions and 826 deletions

View File

@@ -0,0 +1,189 @@
/****************************************************************************
** Meta object code from reading C++ file 'messangerwidget.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.2)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include <memory>
#include "../../../InstructorsAndTrainees/messanger/messangerwidget.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
#include <QtCore/QList>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'messangerwidget.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 67
#error "This file was generated using the moc from 5.14.2. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
QT_BEGIN_MOC_NAMESPACE
QT_WARNING_PUSH
QT_WARNING_DISABLE_DEPRECATED
struct qt_meta_stringdata_MessangerWidget_t {
QByteArrayData data[15];
char stringdata0[230];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
qptrdiff(offsetof(qt_meta_stringdata_MessangerWidget_t, stringdata0) + ofs \
- idx * sizeof(QByteArrayData)) \
)
static const qt_meta_stringdata_MessangerWidget_t qt_meta_stringdata_MessangerWidget = {
{
QT_MOC_LITERAL(0, 0, 15), // "MessangerWidget"
QT_MOC_LITERAL(1, 16, 23), // "signal_msgToClientReady"
QT_MOC_LITERAL(2, 40, 0), // ""
QT_MOC_LITERAL(3, 41, 5), // "login"
QT_MOC_LITERAL(4, 47, 4), // "text"
QT_MOC_LITERAL(5, 52, 26), // "signal_tabMessengerChanged"
QT_MOC_LITERAL(6, 79, 18), // "on_btnSend_clicked"
QT_MOC_LITERAL(7, 98, 27), // "on_tabWidget_currentChanged"
QT_MOC_LITERAL(8, 126, 5), // "index"
QT_MOC_LITERAL(9, 132, 20), // "slot_traineeSelected"
QT_MOC_LITERAL(10, 153, 20), // "slot_LanguageChanged"
QT_MOC_LITERAL(11, 174, 8), // "language"
QT_MOC_LITERAL(12, 183, 18), // "slot_InitMessanger"
QT_MOC_LITERAL(13, 202, 14), // "QList<Trainee>"
QT_MOC_LITERAL(14, 217, 12) // "listTrainees"
},
"MessangerWidget\0signal_msgToClientReady\0"
"\0login\0text\0signal_tabMessengerChanged\0"
"on_btnSend_clicked\0on_tabWidget_currentChanged\0"
"index\0slot_traineeSelected\0"
"slot_LanguageChanged\0language\0"
"slot_InitMessanger\0QList<Trainee>\0"
"listTrainees"
};
#undef QT_MOC_LITERAL
static const uint qt_meta_data_MessangerWidget[] = {
// content:
8, // revision
0, // classname
0, 0, // classinfo
7, 14, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
2, // signalCount
// signals: name, argc, parameters, tag, flags
1, 2, 49, 2, 0x06 /* Public */,
5, 1, 54, 2, 0x06 /* Public */,
// slots: name, argc, parameters, tag, flags
6, 0, 57, 2, 0x08 /* Private */,
7, 1, 58, 2, 0x08 /* Private */,
9, 1, 61, 2, 0x0a /* Public */,
10, 1, 64, 2, 0x0a /* Public */,
12, 1, 67, 2, 0x0a /* Public */,
// signals: parameters
QMetaType::Void, QMetaType::QString, QMetaType::QString, 3, 4,
QMetaType::Void, QMetaType::QString, 3,
// slots: parameters
QMetaType::Void,
QMetaType::Void, QMetaType::Int, 8,
QMetaType::Void, QMetaType::QString, 3,
QMetaType::Void, QMetaType::QString, 11,
QMetaType::Void, 0x80000000 | 13, 14,
0 // eod
};
void MessangerWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
if (_c == QMetaObject::InvokeMetaMethod) {
auto *_t = static_cast<MessangerWidget *>(_o);
Q_UNUSED(_t)
switch (_id) {
case 0: _t->signal_msgToClientReady((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2]))); break;
case 1: _t->signal_tabMessengerChanged((*reinterpret_cast< QString(*)>(_a[1]))); break;
case 2: _t->on_btnSend_clicked(); break;
case 3: _t->on_tabWidget_currentChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
case 4: _t->slot_traineeSelected((*reinterpret_cast< QString(*)>(_a[1]))); break;
case 5: _t->slot_LanguageChanged((*reinterpret_cast< QString(*)>(_a[1]))); break;
case 6: _t->slot_InitMessanger((*reinterpret_cast< QList<Trainee>(*)>(_a[1]))); break;
default: ;
}
} else if (_c == QMetaObject::IndexOfMethod) {
int *result = reinterpret_cast<int *>(_a[0]);
{
using _t = void (MessangerWidget::*)(QString , QString );
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&MessangerWidget::signal_msgToClientReady)) {
*result = 0;
return;
}
}
{
using _t = void (MessangerWidget::*)(QString );
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&MessangerWidget::signal_tabMessengerChanged)) {
*result = 1;
return;
}
}
}
}
QT_INIT_METAOBJECT const QMetaObject MessangerWidget::staticMetaObject = { {
QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
qt_meta_stringdata_MessangerWidget.data,
qt_meta_data_MessangerWidget,
qt_static_metacall,
nullptr,
nullptr
} };
const QMetaObject *MessangerWidget::metaObject() const
{
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}
void *MessangerWidget::qt_metacast(const char *_clname)
{
if (!_clname) return nullptr;
if (!strcmp(_clname, qt_meta_stringdata_MessangerWidget.stringdata0))
return static_cast<void*>(this);
return QWidget::qt_metacast(_clname);
}
int MessangerWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QWidget::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 7)
qt_static_metacall(this, _c, _id, _a);
_id -= 7;
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 7)
*reinterpret_cast<int*>(_a[0]) = -1;
_id -= 7;
}
return _id;
}
// SIGNAL 0
void MessangerWidget::signal_msgToClientReady(QString _t1, QString _t2)
{
void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))), const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t2))) };
QMetaObject::activate(this, &staticMetaObject, 0, _a);
}
// SIGNAL 1
void MessangerWidget::signal_tabMessengerChanged(QString _t1)
{
void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
QMetaObject::activate(this, &staticMetaObject, 1, _a);
}
QT_WARNING_POP
QT_END_MOC_NAMESPACE

View File

@@ -0,0 +1,125 @@
/********************************************************************************
** Form generated from reading UI file 'messangerwidget.ui'
**
** Created by: Qt User Interface Compiler version 5.14.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_MESSANGERWIDGET_H
#define UI_MESSANGERWIDGET_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QTabWidget>
#include <QtWidgets/QToolButton>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_MessangerWidget
{
public:
QGridLayout *gridLayout_2;
QGridLayout *gridLayout;
QGroupBox *groupBox;
QGridLayout *gridLayout_3;
QVBoxLayout *verticalLayout;
QTabWidget *tabWidget;
QWidget *tab;
QWidget *tab_2;
QHBoxLayout *horizontalLayout;
QLineEdit *editMsg;
QToolButton *btnSend;
void setupUi(QWidget *MessangerWidget)
{
if (MessangerWidget->objectName().isEmpty())
MessangerWidget->setObjectName(QString::fromUtf8("MessangerWidget"));
MessangerWidget->resize(500, 300);
QFont font;
font.setFamily(QString::fromUtf8("Tahoma"));
font.setPointSize(10);
MessangerWidget->setFont(font);
gridLayout_2 = new QGridLayout(MessangerWidget);
gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
gridLayout = new QGridLayout();
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
groupBox = new QGroupBox(MessangerWidget);
groupBox->setObjectName(QString::fromUtf8("groupBox"));
gridLayout_3 = new QGridLayout(groupBox);
gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
verticalLayout = new QVBoxLayout();
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
tabWidget = new QTabWidget(groupBox);
tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
tab = new QWidget();
tab->setObjectName(QString::fromUtf8("tab"));
tabWidget->addTab(tab, QString());
tab_2 = new QWidget();
tab_2->setObjectName(QString::fromUtf8("tab_2"));
tabWidget->addTab(tab_2, QString());
verticalLayout->addWidget(tabWidget);
gridLayout_3->addLayout(verticalLayout, 0, 0, 1, 1);
horizontalLayout = new QHBoxLayout();
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
editMsg = new QLineEdit(groupBox);
editMsg->setObjectName(QString::fromUtf8("editMsg"));
horizontalLayout->addWidget(editMsg);
btnSend = new QToolButton(groupBox);
btnSend->setObjectName(QString::fromUtf8("btnSend"));
QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
sizePolicy.setHorizontalStretch(0);
sizePolicy.setVerticalStretch(0);
sizePolicy.setHeightForWidth(btnSend->sizePolicy().hasHeightForWidth());
btnSend->setSizePolicy(sizePolicy);
horizontalLayout->addWidget(btnSend);
gridLayout_3->addLayout(horizontalLayout, 1, 0, 1, 1);
gridLayout->addWidget(groupBox, 0, 0, 1, 1);
gridLayout_2->addLayout(gridLayout, 0, 0, 1, 1);
retranslateUi(MessangerWidget);
tabWidget->setCurrentIndex(1);
QMetaObject::connectSlotsByName(MessangerWidget);
} // setupUi
void retranslateUi(QWidget *MessangerWidget)
{
MessangerWidget->setWindowTitle(QCoreApplication::translate("MessangerWidget", "Form", nullptr));
groupBox->setTitle(QCoreApplication::translate("MessangerWidget", "Messenger", nullptr));
tabWidget->setTabText(tabWidget->indexOf(tab), QCoreApplication::translate("MessangerWidget", "Tab 1", nullptr));
tabWidget->setTabText(tabWidget->indexOf(tab_2), QCoreApplication::translate("MessangerWidget", "Tab 2", nullptr));
btnSend->setText(QCoreApplication::translate("MessangerWidget", "Send", nullptr));
} // retranslateUi
};
namespace Ui {
class MessangerWidget: public Ui_MessangerWidget {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_MESSANGERWIDGET_H

View File

@@ -12,6 +12,7 @@
#include "WUGNTYCFDG/moc_instructorsview.cpp"
#include "WUGNTYCFDG/moc_viewerinstructors.cpp"
#include "EWIEGA46WW/moc_instructorsandtraineeswidget.cpp"
#include "K2SFLZ7GVT/moc_messangerwidget.cpp"
#include "4YFCYKDWW7/moc_taskswidget.cpp"
#include "7JM4SH4PHS/moc_dialogeditgroup.cpp"
#include "7JM4SH4PHS/moc_dialogedittrainee.cpp"