1 Star 0 Fork 1

三三两两/QT骨骼动画实现

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
controller.h 344 Bytes
一键复制 编辑 原始数据 按行查看 历史
trionfordring 提交于 2020-09-28 10:31 . 补充文件
#ifndef CONTROLLER_H
#define CONTROLLER_H
#include <QWidget>
#include "mainwindow.h"
namespace Ui {
class Controller;
}
class Controller : public QWidget
{
Q_OBJECT
public:
explicit Controller(MainWindow *parent = nullptr);
~Controller();
private:
Ui::Controller *ui;
MainWindow *mainWindow;
};
#endif // CONTROLLER_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/twos-threes/qt-anim-01.git
git@gitee.com:twos-threes/qt-anim-01.git
twos-threes
qt-anim-01
QT骨骼动画实现
master

搜索帮助