1 Star 6 Fork 2

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;
}
C++
1
https://gitee.com/jiangtao008/GoSlowDetection.git
git@gitee.com:jiangtao008/GoSlowDetection.git
jiangtao008
GoSlowDetection
GoSlowDetection
master

搜索帮助