• 大小: 35KB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-01-03
  • 语言: 其他
  • 标签: 聊天室  Qt  源码  

资源简介

简单聊天室(Qt) 用Qt编写的聊天室源码

资源截图

代码片段和文件信息

#include 
#include 
#include “chatclient.h“

ChatClient::ChatClient(QWidget *parent)
    : QWidget(parent){
    QString gbkText;//中文化

    leftLayout = new QVBoxLayout;
    leftTopLayout = new QHBoxLayout;
    gbkText = gbkText.fromLocal8Bit(“聊天室IP:“);
    hostIpLabel = new QLabel(gbkText);
    hostIpBox = new QLineEdit(tr(“127.0.0.1“));
    gbkText = gbkText.fromLocal8Bit(“端口:“);
    hostPortLabel = new QLabel(gbkText);
    hostPortBox = new QLineEdit(tr(“7654“));
    gbkText = gbkText.fromLocal8Bit(“昵称:“);
    userLabel = new QLabel(gbkText);
    userBox = new QLineEdit;
    gbkText = gbkText.fromLocal8Bit(“连接“);
    connectBtn = new QPushButton(gbkText);
    leftTopLayout->addWidget(hostIpLabel);
    leftTopLayout->addWidget(hostIpBox);
    leftT

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

     文件        277  2008-01-09 08:43  client\candy.qrc

     文件       5975  2010-01-03 00:02  client\chatclient.cpp

     文件       1540  2010-01-02 23:59  client\chatclient.h

     文件        325  2010-01-02 23:43  client\client.pro

     文件      12988  2010-01-06 21:34  client\client.pro.user

     文件        112  2008-01-09 08:43  client\images\background.png

     文件       2013  2010-01-02 23:51  client\images\button-hover.png

     文件       1999  2010-01-02 23:52  client\images\button-pressed.png

     文件       2047  2010-01-02 23:49  client\images\button.png

     文件        150  2008-01-09 08:43  client\images\down-arrow.png

     文件        608  2010-01-02 23:44  client\main.cpp

     文件       5894  2010-01-02 23:43  client\Makefile

     文件       6104  2010-01-02 23:43  client\Makefile.Debug

     文件       6195  2010-01-02 23:43  client\Makefile.Release

     文件       1808  2008-01-09 08:43  client\qss\candy.qss

     文件        277  2008-01-09 08:43  server\candy.qrc

     文件       1936  2009-12-31 16:26  server\chatserver.cpp

     文件        899  2009-12-31 17:01  server\chatserver.h

     文件        757  2009-12-31 16:27  server\chatsocket.cpp

     文件        770  2009-12-31 14:48  server\chatsocket.h

     文件       3379  2010-01-01 17:05  server\chatwindow.cpp

     文件        947  2009-12-31 17:12  server\chatwindow.h

     文件        112  2008-01-09 08:43  server\images\background.png

     文件       2013  2010-01-02 23:51  server\images\button-hover.png

     文件       1999  2010-01-02 23:52  server\images\button-pressed.png

     文件       2047  2010-01-02 23:49  server\images\button.png

     文件        150  2008-01-09 08:43  server\images\down-arrow.png

     文件        612  2010-01-03 00:03  server\main.cpp

     文件       5894  2010-01-03 00:03  server\Makefile

     文件       7454  2010-01-03 00:03  server\Makefile.Debug

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

评论

共有 条评论