mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
fear: add copy version
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
debug/main.o
BIN
debug/main.o
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
124
debug/moc_newversionwidget.cpp
Normal file
124
debug/moc_newversionwidget.cpp
Normal file
@@ -0,0 +1,124 @@
|
||||
/****************************************************************************
|
||||
** Meta object code from reading C++ file 'newversionwidget.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 "../newversionwidget.h"
|
||||
#include <QtCore/qbytearray.h>
|
||||
#include <QtCore/qmetatype.h>
|
||||
#if !defined(Q_MOC_OUTPUT_REVISION)
|
||||
#error "The header file 'newversionwidget.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_NewVersionWidget_t {
|
||||
QByteArrayData data[4];
|
||||
char stringdata0[66];
|
||||
};
|
||||
#define QT_MOC_LITERAL(idx, ofs, len) \
|
||||
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
|
||||
qptrdiff(offsetof(qt_meta_stringdata_NewVersionWidget_t, stringdata0) + ofs \
|
||||
- idx * sizeof(QByteArrayData)) \
|
||||
)
|
||||
static const qt_meta_stringdata_NewVersionWidget_t qt_meta_stringdata_NewVersionWidget = {
|
||||
{
|
||||
QT_MOC_LITERAL(0, 0, 16), // "NewVersionWidget"
|
||||
QT_MOC_LITERAL(1, 17, 23), // "on_createButton_clicked"
|
||||
QT_MOC_LITERAL(2, 41, 0), // ""
|
||||
QT_MOC_LITERAL(3, 42, 23) // "on_cancelButton_clicked"
|
||||
|
||||
},
|
||||
"NewVersionWidget\0on_createButton_clicked\0"
|
||||
"\0on_cancelButton_clicked"
|
||||
};
|
||||
#undef QT_MOC_LITERAL
|
||||
|
||||
static const uint qt_meta_data_NewVersionWidget[] = {
|
||||
|
||||
// content:
|
||||
8, // revision
|
||||
0, // classname
|
||||
0, 0, // classinfo
|
||||
2, 14, // methods
|
||||
0, 0, // properties
|
||||
0, 0, // enums/sets
|
||||
0, 0, // constructors
|
||||
0, // flags
|
||||
0, // signalCount
|
||||
|
||||
// slots: name, argc, parameters, tag, flags
|
||||
1, 0, 24, 2, 0x08 /* Private */,
|
||||
3, 0, 25, 2, 0x08 /* Private */,
|
||||
|
||||
// slots: parameters
|
||||
QMetaType::Void,
|
||||
QMetaType::Void,
|
||||
|
||||
0 // eod
|
||||
};
|
||||
|
||||
void NewVersionWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
||||
{
|
||||
if (_c == QMetaObject::InvokeMetaMethod) {
|
||||
auto *_t = static_cast<NewVersionWidget *>(_o);
|
||||
Q_UNUSED(_t)
|
||||
switch (_id) {
|
||||
case 0: _t->on_createButton_clicked(); break;
|
||||
case 1: _t->on_cancelButton_clicked(); break;
|
||||
default: ;
|
||||
}
|
||||
}
|
||||
Q_UNUSED(_a);
|
||||
}
|
||||
|
||||
QT_INIT_METAOBJECT const QMetaObject NewVersionWidget::staticMetaObject = { {
|
||||
QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
|
||||
qt_meta_stringdata_NewVersionWidget.data,
|
||||
qt_meta_data_NewVersionWidget,
|
||||
qt_static_metacall,
|
||||
nullptr,
|
||||
nullptr
|
||||
} };
|
||||
|
||||
|
||||
const QMetaObject *NewVersionWidget::metaObject() const
|
||||
{
|
||||
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
||||
}
|
||||
|
||||
void *NewVersionWidget::qt_metacast(const char *_clname)
|
||||
{
|
||||
if (!_clname) return nullptr;
|
||||
if (!strcmp(_clname, qt_meta_stringdata_NewVersionWidget.stringdata0))
|
||||
return static_cast<void*>(this);
|
||||
return QWidget::qt_metacast(_clname);
|
||||
}
|
||||
|
||||
int NewVersionWidget::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 < 2)
|
||||
qt_static_metacall(this, _c, _id, _a);
|
||||
_id -= 2;
|
||||
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
|
||||
if (_id < 2)
|
||||
*reinterpret_cast<int*>(_a[0]) = -1;
|
||||
_id -= 2;
|
||||
}
|
||||
return _id;
|
||||
}
|
||||
QT_WARNING_POP
|
||||
QT_END_MOC_NAMESPACE
|
||||
BIN
debug/moc_newversionwidget.o
Normal file
BIN
debug/moc_newversionwidget.o
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -22,8 +22,8 @@ QT_BEGIN_MOC_NAMESPACE
|
||||
QT_WARNING_PUSH
|
||||
QT_WARNING_DISABLE_DEPRECATED
|
||||
struct qt_meta_stringdata_VersionSelectWidget_t {
|
||||
QByteArrayData data[12];
|
||||
char stringdata0[253];
|
||||
QByteArrayData data[13];
|
||||
char stringdata0[265];
|
||||
};
|
||||
#define QT_MOC_LITERAL(idx, ofs, len) \
|
||||
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
|
||||
@@ -38,17 +38,19 @@ QT_MOC_LITERAL(2, 41, 0), // ""
|
||||
QT_MOC_LITERAL(3, 42, 21), // "StreamingVersionData*"
|
||||
QT_MOC_LITERAL(4, 64, 13), // "selectVersion"
|
||||
QT_MOC_LITERAL(5, 78, 18), // "sigSendCopyVersion"
|
||||
QT_MOC_LITERAL(6, 97, 32), // "on_verListView_itemDoubleClicked"
|
||||
QT_MOC_LITERAL(7, 130, 16), // "QListWidgetItem*"
|
||||
QT_MOC_LITERAL(8, 147, 4), // "item"
|
||||
QT_MOC_LITERAL(9, 152, 32), // "on_createDuplicateButton_clicked"
|
||||
QT_MOC_LITERAL(10, 185, 30), // "on_DeleteVersionButton_clicked"
|
||||
QT_MOC_LITERAL(11, 216, 36) // "on_switchServerVersionButton_..."
|
||||
QT_MOC_LITERAL(6, 97, 11), // "versionPair"
|
||||
QT_MOC_LITERAL(7, 109, 32), // "on_verListView_itemDoubleClicked"
|
||||
QT_MOC_LITERAL(8, 142, 16), // "QListWidgetItem*"
|
||||
QT_MOC_LITERAL(9, 159, 4), // "item"
|
||||
QT_MOC_LITERAL(10, 164, 32), // "on_createDuplicateButton_clicked"
|
||||
QT_MOC_LITERAL(11, 197, 30), // "on_DeleteVersionButton_clicked"
|
||||
QT_MOC_LITERAL(12, 228, 36) // "on_switchServerVersionButton_..."
|
||||
|
||||
},
|
||||
"VersionSelectWidget\0sigSendSwitchVersion\0"
|
||||
"\0StreamingVersionData*\0selectVersion\0"
|
||||
"sigSendCopyVersion\0on_verListView_itemDoubleClicked\0"
|
||||
"sigSendCopyVersion\0versionPair\0"
|
||||
"on_verListView_itemDoubleClicked\0"
|
||||
"QListWidgetItem*\0item\0"
|
||||
"on_createDuplicateButton_clicked\0"
|
||||
"on_DeleteVersionButton_clicked\0"
|
||||
@@ -74,17 +76,17 @@ static const uint qt_meta_data_VersionSelectWidget[] = {
|
||||
5, 1, 47, 2, 0x06 /* Public */,
|
||||
|
||||
// slots: name, argc, parameters, tag, flags
|
||||
6, 1, 50, 2, 0x08 /* Private */,
|
||||
9, 0, 53, 2, 0x08 /* Private */,
|
||||
10, 0, 54, 2, 0x08 /* Private */,
|
||||
11, 0, 55, 2, 0x08 /* Private */,
|
||||
7, 1, 50, 2, 0x08 /* Private */,
|
||||
10, 0, 53, 2, 0x08 /* Private */,
|
||||
11, 0, 54, 2, 0x08 /* Private */,
|
||||
12, 0, 55, 2, 0x08 /* Private */,
|
||||
|
||||
// signals: parameters
|
||||
QMetaType::Void, 0x80000000 | 3, 4,
|
||||
QMetaType::Void, 0x80000000 | 3, 4,
|
||||
QMetaType::Void, QMetaType::QString, 6,
|
||||
|
||||
// slots: parameters
|
||||
QMetaType::Void, 0x80000000 | 7, 8,
|
||||
QMetaType::Void, 0x80000000 | 8, 9,
|
||||
QMetaType::Void,
|
||||
QMetaType::Void,
|
||||
QMetaType::Void,
|
||||
@@ -99,7 +101,7 @@ void VersionSelectWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
|
||||
Q_UNUSED(_t)
|
||||
switch (_id) {
|
||||
case 0: _t->sigSendSwitchVersion((*reinterpret_cast< StreamingVersionData*(*)>(_a[1]))); break;
|
||||
case 1: _t->sigSendCopyVersion((*reinterpret_cast< StreamingVersionData*(*)>(_a[1]))); break;
|
||||
case 1: _t->sigSendCopyVersion((*reinterpret_cast< QString(*)>(_a[1]))); break;
|
||||
case 2: _t->on_verListView_itemDoubleClicked((*reinterpret_cast< QListWidgetItem*(*)>(_a[1]))); break;
|
||||
case 3: _t->on_createDuplicateButton_clicked(); break;
|
||||
case 4: _t->on_DeleteVersionButton_clicked(); break;
|
||||
@@ -116,7 +118,7 @@ void VersionSelectWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
|
||||
}
|
||||
}
|
||||
{
|
||||
using _t = void (VersionSelectWidget::*)(StreamingVersionData * );
|
||||
using _t = void (VersionSelectWidget::*)(QString );
|
||||
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&VersionSelectWidget::sigSendCopyVersion)) {
|
||||
*result = 1;
|
||||
return;
|
||||
@@ -173,7 +175,7 @@ void VersionSelectWidget::sigSendSwitchVersion(StreamingVersionData * _t1)
|
||||
}
|
||||
|
||||
// SIGNAL 1
|
||||
void VersionSelectWidget::sigSendCopyVersion(StreamingVersionData * _t1)
|
||||
void VersionSelectWidget::sigSendCopyVersion(QString _t1)
|
||||
{
|
||||
void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
|
||||
QMetaObject::activate(this, &staticMetaObject, 1, _a);
|
||||
|
||||
Binary file not shown.
BIN
debug/newversionwidget.o
Normal file
BIN
debug/newversionwidget.o
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
debug/tools.o
BIN
debug/tools.o
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user