1 Star 0 Fork 3

aalee / Kinect动作捕捉软件

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ErrorWidget.cpp 522 Bytes
一键复制 编辑 原始数据 按行查看 历史
FelixWang810 提交于 2020-09-18 15:11 . 功能代码
#include "ErrorWidget.h"
ErrorWidget::ErrorWidget(QWidget *parent)
: QDialog(parent)
{
ui.setupUi(this);
setWindowFlags(Qt::Window);
this->setFixedSize(250, 100);
}
ErrorWidget::~ErrorWidget()
{
}
void ErrorWidget::on_OKButton_clicked() {
this->close();
}
void ErrorWidget::CaptureError()
{
ui.ErrorType->setText("Capture Error!");
this->update();
}
void ErrorWidget::GenerationError()
{
ui.ErrorType->setText("Generation Error!");
this->update();
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/aalee/kinect-motion-capture-software.git
git@gitee.com:aalee/kinect-motion-capture-software.git
aalee
kinect-motion-capture-software
Kinect动作捕捉软件
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891