资源简介
详细内容参见博客:http://blog.csdn.net/rl529014/article/details/78398923
代码片段和文件信息
#include “ctrlpanel.h“
#include “ui_ctrlpanel.h“
CtrlPanel::CtrlPanel(QWidget *parent) : QWidget(parent) ui(new Ui::CtrlPanel)
{
ui->setupUi(this);
}
CtrlPanel::~CtrlPanel()
{
delete ui;
}
- 上一篇:3ds模型导入opengl,实现旋转平移缩放
- 下一篇:Qt绘制雷达表盘
评论
共有 条评论