1 Star 0 Fork 14

zhengzhouhao / 简易远程桌面访问器

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
widget.cpp 187 Bytes
一键复制 编辑 原始数据 按行查看 历史
gfdgd xi 提交于 2022-01-02 22:18 . 第一版
#include "widget.h"
#include "ui_widget.h"
Widget::Widget(QWidget *parent) :
QWidget(parent),
ui(new Ui::Widget)
{
ui->setupUi(this);
}
Widget::~Widget()
{
delete ui;
}
C/C++
1
https://gitee.com/zhengzhouhao/simple-remote-desktop-accessor.git
git@gitee.com:zhengzhouhao/simple-remote-desktop-accessor.git
zhengzhouhao
simple-remote-desktop-accessor
简易远程桌面访问器
master

搜索帮助