2 Star 1 Fork 1

liuzhongtu/HelloQocct

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
TestDlg.h 532 Bytes
一键复制 编辑 原始数据 按行查看 历史
Monss 提交于 2024-03-11 19:57 . 以MVC模式构建点云运行框架;
#pragma once
#include <QDialog>
#include "ui_TestDlg.h"
QT_BEGIN_NAMESPACE
namespace Ui { class TestDlgClass; };
QT_END_NAMESPACE
class TestDlg : public QDialog
{
Q_OBJECT
public:
TestDlg(QWidget *parent = nullptr);
~TestDlg();
protected:
virtual void showEvent(QShowEvent*) override;
private slots:
/**
* @brief ʾģ
*/
void onShow();
/**
* @brief ģ
*/
void onHide();
/**
* @brief ɾģ
*/
void onDel();
private:
/**
* @brief ʾʼ
*/
void initShow();
Ui::TestDlgClass *ui;
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/liuzhongtu/hello-qocct.git
git@gitee.com:liuzhongtu/hello-qocct.git
liuzhongtu
hello-qocct
HelloQocct
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385