• 大小: 1.88MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-08-10
  • 语言: 其他
  • 标签: QT5  UDP  

资源简介

该代码运行在qt5环境下,在win10,win8.1下运行通过。这是一个简单的聊天软件的实现,聊天通过UDP,文件传输通过TCP.最终可实现在不同主机间进行聊天绘画

资源截图

代码片段和文件信息

/****************************************************************************
** meta object code from reading C++ file ‘client.h‘
**
** Created by: The Qt meta object Compiler version 67 (Qt 5.4.0)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/

#include “../../MyselfQQ/client.h“
#include 
#include tatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error “The header file ‘client.h‘ doesn‘t include ject>.“
#elif Q_MOC_OUTPUT_REVISION != 67
#error “This file was generated using the moc from 5.4.0. 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
struct qt_meta_stringdata_Client_t {
    QByteArrayData data[8];
    char stringdata[107];
};
#define QT_MOC_LITERAL(idx ofs len) \
    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len \
    qptrdiff(offsetof(qt_meta_stringdata_Client_t stringdata) + ofs \
        - idx * sizeof(QByteArrayData)) \
    )
static const qt_meta_stringdata_Client_t qt_meta_stringdata_Client = {
    {
QT_MOC_LITERAL(0 0 6) // “Client“
QT_MOC_LITERAL(1 7 7) // “newConn“
QT_MOC_LITERAL(2 15 0) // ““
QT_MOC_LITERAL(3 16 7) // “readMsg“
QT_MOC_LITERAL(4 24 10) // “displayerr“
QT_MOC_LITERAL(5 35 28) // “QAbstractSocket::SocketError“
QT_MOC_LITERAL(6 64 21) // “on_cCancleBtn_clicked“
QT_MOC_LITERAL(7 86 20) // “on_cCloseBtn_clicked“

    }
    “Client\0newConn\0\0readMsg\0displayerr\0“
    “QAbstractSocket::SocketError\0“
    “on_cCancleBtn_clicked\0on_cCloseBtn_clicked“
};
#undef QT_MOC_LITERAL

static const uint qt_meta_data_Client[] = {

 // content:
       7       // revision
       0       // classname
       0    0 // classinfo
       5   14 // methods
       0    0 // properties
       0    0 // enums/sets
       0    0 // constructors
       0       // flags
       0       // signalCount

 // slots: name argc parameters tag flags
       1    0   39    2 0x08 /* Private */
       3    0   40    2 0x08 /* Private */
       4    1   41    2 0x08 /* Private */
       6    0   44    2 0x08 /* Private */
       7    0   45    2 0x08 /* Private */

 // slots: parameters
    QmetaType::Void
    QmetaType::Void
    QmetaType::Void 0x80000000 | 5    2
    QmetaType::Void
    QmetaType::Void

       0        // eod
};

void Client::qt_static_metacall(Qobject *_o Qmetaobject::Call _c int _id void **_a)
{
    if (_c == Qmetaobject::InvokemetaMethod) {
        Client *_t = static_cast(_o);
        switch (_id) {
        case 0: _t->newConn(); break;
        case 1: _t->readMsg(); break;
        case 2: _t->displayerr((*reinterpret_cast< QAbstractSocket::SocketError(*)>(_a[1]))); break;
        case 3: _t->on_cCancleBtn_clicked(); break;

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     364079  2015-04-14 12:24  CH18\build-MyselfQQ-Desktop_Qt_5_4_0_MinGW_32bit-Debug\debug\client.o

     文件     193061  2015-04-14 12:24  CH18\build-MyselfQQ-Desktop_Qt_5_4_0_MinGW_32bit-Debug\debug\drawer.o

     文件     331182  2015-04-14 12:24  CH18\build-MyselfQQ-Desktop_Qt_5_4_0_MinGW_32bit-Debug\debug\main.o

     文件       4684  2015-04-14 12:24  CH18\build-MyselfQQ-Desktop_Qt_5_4_0_MinGW_32bit-Debug\debug\moc_client.cpp

     文件     231620  2015-04-14 12:24  CH18\build-MyselfQQ-Desktop_Qt_5_4_0_MinGW_32bit-Debug\debug\moc_client.o

     文件       4849  2015-04-14 12:24  CH18\build-MyselfQQ-Desktop_Qt_5_4_0_MinGW_32bit-Debug\debug\moc_drawer.cpp

     文件     187575  2015-04-14 12:24  CH18\build-MyselfQQ-Desktop_Qt_5_4_0_MinGW_32bit-Debug\debug\moc_drawer.o

     文件       5146  2015-04-14 12:24  CH18\build-MyselfQQ-Desktop_Qt_5_4_0_MinGW_32bit-Debug\debug\moc_server.cpp

     文件     195341  2015-04-14 12:24  CH18\build-MyselfQQ-Desktop_Qt_5_4_0_MinGW_32bit-Debug\debug\moc_server.o

     文件       6722  2015-04-14 12:24  CH18\build-MyselfQQ-Desktop_Qt_5_4_0_MinGW_32bit-Debug\debug\moc_widget.cpp

     文件     361415  2015-04-14 12:24  CH18\build-MyselfQQ-Desktop_Qt_5_4_0_MinGW_32bit-Debug\debug\moc_widget.o

     文件    2753025  2015-04-14 12:27  CH18\build-MyselfQQ-Desktop_Qt_5_4_0_MinGW_32bit-Debug\debug\MyselfQQ.exe

     文件     641933  2015-04-14 12:24  CH18\build-MyselfQQ-Desktop_Qt_5_4_0_MinGW_32bit-Debug\debug\qrc_images.cpp

     文件     127402  2015-04-14 12:24  CH18\build-MyselfQQ-Desktop_Qt_5_4_0_MinGW_32bit-Debug\debug\qrc_images.o

     文件     442815  2015-04-14 12:24  CH18\build-MyselfQQ-Desktop_Qt_5_4_0_MinGW_32bit-Debug\debug\server.o

     文件     611165  2015-04-14 12:24  CH18\build-MyselfQQ-Desktop_Qt_5_4_0_MinGW_32bit-Debug\debug\widget.o

     文件      20349  2015-04-14 12:24  CH18\build-MyselfQQ-Desktop_Qt_5_4_0_MinGW_32bit-Debug\Makefile

     文件      83177  2015-04-14 12:24  CH18\build-MyselfQQ-Desktop_Qt_5_4_0_MinGW_32bit-Debug\Makefile.Debug

     文件      83358  2015-04-14 12:24  CH18\build-MyselfQQ-Desktop_Qt_5_4_0_MinGW_32bit-Debug\Makefile.Release

     文件        210  2015-04-14 12:24  CH18\build-MyselfQQ-Desktop_Qt_5_4_0_MinGW_32bit-Debug\object_script.MyselfQQ.Debug

     文件        230  2015-04-14 12:24  CH18\build-MyselfQQ-Desktop_Qt_5_4_0_MinGW_32bit-Debug\object_script.MyselfQQ.Release

     文件       2969  2015-04-14 12:24  CH18\build-MyselfQQ-Desktop_Qt_5_4_0_MinGW_32bit-Debug\ui_client.h

     文件       3345  2015-04-14 12:24  CH18\build-MyselfQQ-Desktop_Qt_5_4_0_MinGW_32bit-Debug\ui_server.h

     文件      12751  2015-04-14 12:24  CH18\build-MyselfQQ-Desktop_Qt_5_4_0_MinGW_32bit-Debug\ui_widget.h

     文件       3297  2015-04-14 12:24  CH18\MyselfQQ\client.cpp

     文件        934  2015-04-14 12:24  CH18\MyselfQQ\client.h

     文件       2049  2015-04-14 12:24  CH18\MyselfQQ\client.ui

     文件       6249  2015-04-14 12:24  CH18\MyselfQQ\drawer.cpp

     文件       1019  2015-04-14 12:24  CH18\MyselfQQ\drawer.h

     文件       1611  2015-04-14 12:24  CH18\MyselfQQ\images\bold.png

............此处省略38个文件信息

评论

共有 条评论