1 Star 0 Fork 0

Majjcom/QtAndroidChatExample

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mainwindow.h 583 Bytes
一键复制 编辑 原始数据 按行查看 历史
Majjcom 提交于 2022-11-13 14:58 +08:00 . upload
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include <string>
QT_BEGIN_NAMESPACE
namespace Ui { class MainWindow; }
QT_END_NAMESPACE
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
MainWindow(QWidget *parent = nullptr);
~MainWindow();
private:
Ui::MainWindow *ui;
void* network;
void* controller;
private slots:
void onSendButtonClicked();
void onConnectButtonClicked();
void clientRecv(QByteArray msg_);
void clientPrepared();
void clientConnected();
void clientClosed();
};
#endif // MAINWINDOW_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/majjcom/QtAndroidChatExample.git
git@gitee.com:majjcom/QtAndroidChatExample.git
majjcom
QtAndroidChatExample
QtAndroidChatExample
master

搜索帮助