1 Star 0 Fork 2

沉默至今/GoSlowDetection

forked from jiangtao/GoSlowDetection 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
weatherwidget.cpp 236 Bytes
一键复制 编辑 原始数据 按行查看 历史
jiangtao 提交于 2022-03-11 17:41 . 设计天气预报界面
#include "weatherwidget.h"
#include "ui_weatherwidget.h"
WeatherWidget::WeatherWidget(QWidget *parent) :
QWidget(parent),
ui(new Ui::WeatherWidget)
{
ui->setupUi(this);
}
WeatherWidget::~WeatherWidget()
{
delete ui;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/cmzj/GoSlowDetection.git
git@gitee.com:cmzj/GoSlowDetection.git
cmzj
GoSlowDetection
GoSlowDetection
master

搜索帮助